mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-26 01:12:21 +00:00
feat: add ChatGPT GPT Image 2 pricing metadata
This commit is contained in:
parent
1f84f188e7
commit
e59ef32ddd
1 changed files with 10 additions and 0 deletions
|
|
@ -17623,6 +17623,16 @@
|
|||
"supports_response_schema": true,
|
||||
"supports_vision": true
|
||||
},
|
||||
"chatgpt/gpt-image-2": {
|
||||
"litellm_provider": "chatgpt",
|
||||
"mode": "image_generation",
|
||||
"supported_endpoints": [
|
||||
"/v1/images/generations",
|
||||
"/v1/images/edits"
|
||||
],
|
||||
"supports_vision": true,
|
||||
"supports_pdf_input": true
|
||||
},
|
||||
"gigachat/GigaChat-2-Lite": {
|
||||
"input_cost_per_token": 0.0,
|
||||
"litellm_provider": "gigachat",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue