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