能力
视觉工具调用JSON 模式
- 上下文
- 128K
- 最大输出
- 128K
gpt-5.3-codex
| 官方价格 | 目录价格 | 折扣 |
|---|---|---|
| 输入 $1.23 / 输出 $9.80 | 输入 $1.23 / 输出 $9.80 | - |
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.3-codex",
"messages": [{"role":"user","content":"Summarize this release note"}]
}'