mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-16 23:41:43 +00:00
chore(prices): flag gpt-5.5-cyber as a reasoning model
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
parent
93e65995d6
commit
abbf5aae20
2 changed files with 4 additions and 2 deletions
|
|
@ -65862,7 +65862,8 @@
|
|||
"litellm_provider": "openai",
|
||||
"mode": "chat",
|
||||
"output_cost_per_token": 7.5e-05,
|
||||
"source": "https://developers.openai.com/api/docs/pricing"
|
||||
"source": "https://developers.openai.com/api/docs/pricing",
|
||||
"supports_reasoning": true
|
||||
},
|
||||
"gpt-rosalind-research": {
|
||||
"cache_read_input_token_cost": 5e-07,
|
||||
|
|
|
|||
|
|
@ -65862,7 +65862,8 @@
|
|||
"litellm_provider": "openai",
|
||||
"mode": "chat",
|
||||
"output_cost_per_token": 7.5e-05,
|
||||
"source": "https://developers.openai.com/api/docs/pricing"
|
||||
"source": "https://developers.openai.com/api/docs/pricing",
|
||||
"supports_reasoning": true
|
||||
},
|
||||
"gpt-rosalind-research": {
|
||||
"cache_read_input_token_cost": 5e-07,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue