|
12975 | 12975 | "supports_vision": true,
|
12976 | 12976 | "supports_web_search": true
|
12977 | 12977 | },
|
| 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 | + }, |
12978 | 13011 | "gpt-5-codex": {
|
12979 | 13012 | "cache_read_input_token_cost": 1.25e-07,
|
12980 | 13013 | "input_cost_per_token": 1.25e-06,
|
|
0 commit comments