简体中文
  • English
  • 简体中文
  1. OpenAI
简体中文
  • English
  • 简体中文
  • OpenAI官方库使用教程
  • 前言(必读)
  • 获取 Base URL 和 API Key
  • OpenAI
    • Chat模型
      POST
    • Chat (o1-o4系列模型)
      POST
    • dall-e-3
      POST
    • gpt-image-1
      POST
    • Image edit图片编辑
      POST
    • Analyze image分子图片
      POST
    • Analyze PDF分析PDF
      POST
    • o3-pro-responses
      POST
  • Gemini
    • gemini
      POST
  1. OpenAI

o3-pro-responses

Developing
POST
{{base_url}}/v1/responses
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST '{{base_url}}/v1/responses' \
--header 'Authorization: 你的apiley' \
--header 'Content-Type: application/json' \
--data-raw '{
    "model": "o3-pro",
    "input": "How much wood would a woodchuck chuck?",
    "reasoning": {
        "effort": "high"
    }
}'
Response Response Example
{}

Request

Header Params

Body Params text/plain
Examples

Responses

🟢200成功
application/json
Body

Modified at 2025-06-27 14:28:55
Previous
Analyze PDF分析PDF
Next
gemini
Built with