docs: add supported AI models table to all README files

This commit is contained in:
tinkle-community
2025-11-27 03:31:37 +08:00
parent 1b1f5d1f17
commit ad91c34047
4 changed files with 52 additions and 0 deletions

View File

@@ -21,6 +21,7 @@
- [🔮 ロードマップ](#-ロードマップ---ユニバーサルマーケット拡大)
- [🏗️ 技術アーキテクチャ](#-技術アーキテクチャ)
- [🏦 対応取引所DEX/CEXチュートリアル](#-対応取引所dexcexチュートリアル)
- [🤖 対応AIモデル](#-対応aiモデル)
- [🚀 クイックスタート](#-クイックスタート)
- [📖 AI判断フロー](#-ai判断フロー)
- [🧠 AI自己学習の例](#-ai自己学習の例)
@@ -227,6 +228,18 @@ nofx/
| **Aster DEX** | 対応済み | [登録](https://www.asterdex.com/en/referral/fdfc0e) | [APIウォレットガイド](../../getting-started/aster-api-wallet.md) |
| **Lighter** | 対応済み | [登録](https://lighter.xyz) | [エージェントウォレットガイド](../../getting-started/lighter-agent-wallet.md) |
### 🤖 対応AIモデル
| AIモデル | ステータス | APIキー取得 |
|----------|------------|-------------|
| **DeepSeek** | 対応済み | [APIキー取得](https://platform.deepseek.com) |
| **Qwen** | 対応済み | [APIキー取得](https://dashscope.console.aliyun.com) |
| **OpenAI (GPT)** | 対応済み | [APIキー取得](https://platform.openai.com) |
| **Claude** | 対応済み | [APIキー取得](https://console.anthropic.com) |
| **Gemini** | 対応済み | [APIキー取得](https://aistudio.google.com) |
| **Grok** | 対応済み | [APIキー取得](https://console.x.ai) |
| **Kimi** | 対応済み | [APIキー取得](https://platform.moonshot.cn) |
---
## 🚀 クイックスタート