正常openai聊天
gpt-4o

gpt-4o

gpt-4o

价格

官方价格目录价格折扣
输入 $1.75 / 输出 $7.00输入 $1.75 / 输出 $7.00-

能力

视觉工具调用JSON 模式提示词缓存
上下文
131K
最大输出
16K

支持操作

别名

chatgpt.4ogpt-4o-2024-08-06openai/gpt-4ochatgpt-4ogpt4o

API 地址

调用示例

https://api.aisonar.dev
curl https://api.aisonar.dev/v1/chat/completions \
  -H "Authorization: Bearer $AI_SONAR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gpt-4o",
    "messages": [{"role":"user","content":"Summarize this release note"}]
  }'
gpt-4o | AI Sonar