OpenAI
O
GPT-4o API
OpenAI 旗舰多模态模型,文本/图像/音频输入,速度与推理兼顾。
Model IDgpt-4o
厂商 / ProviderOpenAI
类型 / Type多模态
上下文 / Context128K
价格 / Price¥2.5 起/百万
可用性 / Uptime99.9%
在线预览
LIVE PREVIEW
运行后将在此显示响应结果
注意:沙盒在你的浏览器中直接向接入地址发起请求。请填入你自己的 API Key,密钥不会被本站存储。
等效代码
cURL
curl https://api.acicode.cc/v1/chat/completions \
-H "Authorization: Bearer sk-acicode-xxxxx" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-4o",
"messages": [{"role": "user", "content": "Hello!"}]
}'