Chat
Responses レスポンスを作成
OpenAI Responses 互換のエンドポイント。Responses ネイティブの input、reasoning 制御、web search などの組み込みツール、および stream=true 時の公式 Responses SSE に対応します。
POST
承認
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ボディ
application/json
例:
"gpt-5.5"
Responses の入力。文字列、または message / tool-result item の配列を指定できます。
システムまたは開発者向けの指示。
最大出力トークン数。
必須範囲:
x >= 1必須範囲:
0 <= x <= 2必須範囲:
0 <= x <= 1Responses tools。function tools と web_search_preview などの組み込みツールを含みます。
true の場合、OpenAI Responses SSE イベントを返します。