Skip to content

Commit 0a507c3

Browse files
Merge pull request #15344 from sandeshghanta/patch-1
Add gpt-5-pro-2025-10-06 to model costs
2 parents 8617507 + e431703 commit 0a507c3

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

model_prices_and_context_window.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12975,6 +12975,39 @@
1297512975
"supports_vision": true,
1297612976
"supports_web_search": true
1297712977
},
12978+
"gpt-5-pro-2025-10-06": {
12979+
"input_cost_per_token": 1.5e-05,
12980+
"input_cost_per_token_batches": 7.5e-06,
12981+
"litellm_provider": "openai",
12982+
"max_input_tokens": 400000,
12983+
"max_output_tokens": 272000,
12984+
"max_tokens": 272000,
12985+
"mode": "responses",
12986+
"output_cost_per_token": 1.2e-04,
12987+
"output_cost_per_token_batches": 6e-05,
12988+
"supported_endpoints": [
12989+
"/v1/batch",
12990+
"/v1/responses"
12991+
],
12992+
"supported_modalities": [
12993+
"text",
12994+
"image"
12995+
],
12996+
"supported_output_modalities": [
12997+
"text"
12998+
],
12999+
"supports_function_calling": true,
13000+
"supports_native_streaming": false,
13001+
"supports_parallel_function_calling": true,
13002+
"supports_pdf_input": true,
13003+
"supports_prompt_caching": true,
13004+
"supports_reasoning": true,
13005+
"supports_response_schema": true,
13006+
"supports_system_messages": true,
13007+
"supports_tool_choice": true,
13008+
"supports_vision": true,
13009+
"supports_web_search": true
13010+
},
1297813011
"gpt-5-codex": {
1297913012
"cache_read_input_token_cost": 1.25e-07,
1298013013
"input_cost_per_token": 1.25e-06,

0 commit comments

Comments
 (0)