Add gpt-4o metadata

#3612
This commit is contained in:
Connor Doyle 2024-05-13 11:12:17 -07:00 committed by GitHub
parent 04ae285001
commit a4380f67a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,6 +9,18 @@
"mode": "chat",
"supports_function_calling": true
},
"gpt-4o": {
"max_tokens": 4096,
"max_input_tokens": 128000,
"max_output_tokens": 4096,
"input_cost_per_token": 0.000005,
"output_cost_per_token": 0.000015,
"litellm_provider": "openai",
"mode": "chat",
"supports_function_calling": true,
"supports_parallel_function_calling": true,
"supports_vision": true
},
"gpt-4-turbo-preview": {
"max_tokens": 4096,
"max_input_tokens": 128000,
@ -3366,4 +3378,4 @@
"mode": "embedding"
}
}
}