import BetaNotice from '@pages/components/BetaNotice' import CodeEditor from '@pages/components/CodeEditor' export default function ModelIntegration() { return (

模型接入

当前支持符合 OpenAI 接口规范且支持 tool call 的模型,包括公有云服务和私有部署方案。

推荐模型

⚡ gpt-4.1-mini

评估基准 ✅

  • • 性价比高
  • • 速度快
  • • 成功率高

💰 DeepSeek-3.2

经济实惠

  • • 价格远低于同等级其他模型
  • • ToolCall 有出错率,通常能够自动修复
  • • 本网站提供的免费试用为 DeepSeek

🛡️ qwen3

安全合规

  • • 可控、效果尚可
  • • ToolCall 有出错率,通常能够自动修复
  • • 适合能给出详细步骤的场景

可用模型

✅ 已验证可用

gpt-4.1-mini/4.1 gpt-5 grok-4/grok-code-fast qwen3 deepseek-v3.1/3.2 claude-4-sonnet/4.5/3.7/haiku-4.5

提示

配置方式

) }