Merge pull request #15569 from FelipeRodriguesGare/fix/gpt-5-codex-params-off

adding support parameters to model_prices json
This commit is contained in:
Krish Dholakia 2025-10-16 07:33:55 -07:00 committed by GitHub
commit 455dc8a31c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13411,11 +13411,11 @@
"text"
],
"supports_function_calling": true,
"supports_native_streaming": false,
"supports_native_streaming": true,
"supports_parallel_function_calling": true,
"supports_pdf_input": true,
"supports_prompt_caching": true,
"supports_reasoning": false,
"supports_reasoning": true,
"supports_response_schema": true,
"supports_system_messages": false,
"supports_tool_choice": true,