Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions providers/openrouter/openai/gpt-5-codex:batch.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
costs:
- cache_read_input_token_cost: 6.25e-8
input_cost_per_token: 6.25e-7
output_cost_per_token: 5e-6
region: "*"
features:
- function_calling
- json_output
- prompt_caching
- structured_output
- tool_choice
limits:
context_window: 400000
max_output_tokens: 128000
modalities:
input:
- text
- image
output:
- text
mode: chat
model: openai/gpt-5-codex:batch
provisioning: serverless
sources:
- https://openrouter.ai/openai/gpt-5-codex
supportedModes:
- chat
thinking: true
Loading