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自我学习示例)
@@ -199,6 +200,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) |
---
## 🚀 快速开始