openai/gpt-5.3-chat-latest

openai/gpt-5.3-chat-latest
ビジョンツールJSON
提供 openai
エンドポイント:/v1/chat/completions
最大出力16.4K
入力text + image
p50 TTFT1.75 s
入力$1.75/ 100万 tokens
出力$14.00/ 100万 tokens
p50 TTFT1.75 s7日
p95 TTFT5.00 s7日
トラフィック507.5Ktokens / 7日

コードサンプル

あらゆる SDK から呼び出し

OpenAI 互換——今お使いの SDK のまま

  • OpenAI SDKhttps://api.orcarouter.ai/v1
from openai import OpenAI

client = OpenAI(
    base_url="https://api.orcarouter.ai/v1",
    api_key="$ORCAROUTER_API_KEY",
)

response = client.chat.completions.create(
    model="openai/gpt-5.3-chat-latest",
    messages=[{"role": "user", "content": "Hello"}],
)
print(response.choices[0].message.content)

対応パラメータ

  • frequency_penalty
  • logit_bias
  • logprobs
  • max_tokens
  • parallel_tool_calls
  • presence_penalty
  • prediction
  • response_format
  • seed
  • service_tier
  • stop
  • stream
  • structured_outputs
  • temperature
  • tool_choice
  • tools
  • top_logprobs
  • top_p

料金

入力 / 1M tokens$1.75
出力 / 1M tokens$14.00
キャッシュ読み取り / 1M$0.175
通貨USD

料金計算ツール

月間トークン数10MM
入力の割合70%%
月額見積もり $54.25 · プロンプトキャッシュ利用時 $48.74

表示価格に基づく概算

トークン・コスト見積もり

入力トークン: 8リクエストあたりのコスト: $0.007014

見積もりのみ — 実際のトークン数はプロバイダーのトークナイザーに依存します。

パフォーマンス

p50 TTFT
1.75 s
出力速度
109 tok/s
p95 TTFT
5.00 s
エラー率
4.2%

公開ベンチマーク

ソース: Design Arena

比較

openai/gpt-5.3-chat-latestGPT-5.2 ProGPT-5.4 ProGPT-5.5
入力 $/100万$1.75$21.00$60.00$5.00
出力 $/100万$14.00$168.00$270.00$30.00
コンテキスト400K1.1M
品質9/1010/1010/1010/10
並べて比較並べて比較並べて比較並べて比較

よくある質問

openai/gpt-5.3-chat-latestはOrcaRouterでいくらですか?
openai/gpt-5.3-chat-latestはOrcaRouter経由で、1M入力トークンあたり$1.75、1M出力トークンあたり$14.00の価格設定です。料金はルーティングレイヤーからリアルタイムで取得されます。
openai/gpt-5.3-chat-latestのコンテキストウィンドウは何ですか?
openai/gpt-5.3-chat-latest は — トークンのコンテキストウィンドウをサポートします。その制限まで長文コンテキスト機能(RAG、要約)を使用してください。
OpenAI SDK を介して openai/gpt-5.3-chat-latest を呼び出すにはどうすればよいですか?
OpenAIのbase_urlをhttps://api.orcarouter.ai/v1に設定し、OrcaRouter APIキーを指定して、chat.completions.createの呼び出し時にmodel="openai/gpt-5.3-chat-latest"を渡してください。
OrcaRouterはopenai/gpt-5.3-chat-latestをレート制限しますか?
モデルごとのレート制限は、OrcaRouterのプランに準じます。無料ティアには控えめな上限が設定されていますが、有料ティアでは上限が引き上げられます。現在の割り当て量については/pricingをご確認ください。

このバッジを埋め込む

openai/gpt-5.3-chat-latest$1.75/M in1750ms p50OrcaRouter 経由
HTML <a href="https://www.orcarouter.ai/models/openai/gpt-5.3-chat-latest" target="_blank"> <img src="https://www.orcarouter.ai/embed/openai/gpt-5.3-chat-latest.svg" alt="OrcaRouter の openai/gpt-5.3-chat-latest" /> </a>
Markdown [![openai/gpt-5.3-chat-latest](https://www.orcarouter.ai/embed/openai/gpt-5.3-chat-latest.svg)](https://www.orcarouter.ai/models/openai/gpt-5.3-chat-latest)

モデルカードをデータで取得

GET /api/public/models/openai/gpt-5.3-chat-latest開く