mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-05 08:07:05 +00:00
correct model type (#17635)
This commit is contained in:
parent
3f17c8d4ff
commit
b10cd13fd2
2 changed files with 2 additions and 2 deletions
|
|
@ -16671,7 +16671,7 @@
|
|||
"input_cost_per_image_token": 2.5e-06,
|
||||
"input_cost_per_token": 2e-06,
|
||||
"litellm_provider": "openai",
|
||||
"mode": "chat",
|
||||
"mode": "image_generation",
|
||||
"output_cost_per_image_token": 8e-06,
|
||||
"supported_endpoints": [
|
||||
"/v1/images/generations",
|
||||
|
|
|
|||
|
|
@ -16671,7 +16671,7 @@
|
|||
"input_cost_per_image_token": 2.5e-06,
|
||||
"input_cost_per_token": 2e-06,
|
||||
"litellm_provider": "openai",
|
||||
"mode": "chat",
|
||||
"mode": "image_generation",
|
||||
"output_cost_per_image_token": 8e-06,
|
||||
"supported_endpoints": [
|
||||
"/v1/images/generations",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue