控制台 / Playground
国内版
C
Chen Ming
Acme AI · Owner

Playground

同一 prompt 横评多家模型,验证流式、Function Call、多模态透传。

参数
Temperature0.7
Max tokens1024
ctx 32K · 0.7s
输入 ¥20/M
输出 ¥60/M
SYSTEM · 你是 ModelGo 的演示助手,回答简洁、专业。
USER
用一句话说明 ModelGo 解决了什么问题?
ASSISTANT
ModelGo 把 60+ 提供商、400+ 大模型收敛到一个 OpenAI 兼容 API 之下,并在请求层自动比价、路由与降级——改一行 base URL 即可调遍全市场模型。
请求预览cURL
curl https://api.modelgo.cn/v1/chat/completions \
 -H "Authorization: Bearer sk-mg-•••" \
 -d '{
   "model": "qwen-max",
   "temperature": 0.7,
   "max_tokens": 1024,
   "stream": true,
   "messages": [...]
 }'