能力
视觉工具调用JSON 模式提示词缓存联网搜索
- 上下文
- 410K
- 最大输出
- 32K
gpt-5
| 官方价格 | 目录价格 | 折扣 |
|---|---|---|
| 输入 $0.875 / 输出 $7.00 | 输入 $0.875 / 输出 $7.00 | - |
API 地址
curl https://api.aisonar.dev/v1/chat/completions \
-H "Authorization: Bearer $AI_SONAR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-5",
"messages": [{"role":"user","content":"Summarize this release note"}]
}'