OpenAI: o3

由 OpenAI 提供

o3 is a well-rounded and powerful model across domains. It sets a new standard for math, science, coding, and visual reasoning tasks. It also excels at technical writing and instruction-following. Use it to think through multi-step problems that involve analysis across text, code, and images. Note that BYOK is required for this model. Set up here: https://openrouter.ai/settings/integrations

支持流式输出最大 100K tokens

模型特性

输入模态

  • image
  • text
  • file

模型参数

最大 Tokens:100K
默认温度:0.7
流式输出:支持

定价信息

积分定价

文本输入:60 积分
图片输入:60 积分
消息输出:388 积分

API 定价

输入价格:$2.000/1K tokens
输出价格:$8.000/1K tokens

使用示例

API 调用示例
curl -X POST "https://chat.chatsking.com/api/v1/chat/completions" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "model": "o3",
    "messages": [
      {
        "role": "user",
        "content": "Hello, how are you?"
      }
    ],
    "max_tokens": 1000,
    "temperature": 0.7
  }'