能力
视觉工具调用
- 上下文
- 262K
- 最大输出
- 262K
mimo-v2-omni
| 官方价格 | 目录价格 | 折扣 |
|---|---|---|
| 输入 $0.40 / 输出 $2.00 | 输入 $0.40 / 输出 $2.00 | - |
API 地址
curl https://api.aisonar.dev/v1/chat/completions \
-H "Authorization: Bearer $AI_SONAR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "mimo-v2-omni",
"messages": [{"role":"user","content":"Summarize this release note"}]
}'