Add supports_function_calling to model configurations

This commit is contained in:
Esteban Zeller 2026-03-02 15:00:48 -03:00 committed by GitHub
parent fe06c23e61
commit ffee7d291d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21189,7 +21189,8 @@
"supported_modalities": [
"text"
],
"supports_tool_choice": true
"supports_tool_choice": true,
"supports_function_calling": true
},
"gradient_ai/openai-gpt-4o-mini": {
"litellm_provider": "gradient_ai",
@ -21201,7 +21202,8 @@
"supported_modalities": [
"text"
],
"supports_tool_choice": true
"supports_tool_choice": true,
"supports_function_calling": true
},
"gradient_ai/openai-o3": {
"input_cost_per_token": 2e-06,
@ -21215,7 +21217,8 @@
"supported_modalities": [
"text"
],
"supports_tool_choice": true
"supports_tool_choice": true,
"supports_function_calling": true
},
"gradient_ai/openai-o3-mini": {
"input_cost_per_token": 1.1e-06,
@ -21229,7 +21232,8 @@
"supported_modalities": [
"text"
],
"supports_tool_choice": true
"supports_tool_choice": true,
"supports_function_calling": true
},
"lemonade/Qwen3-Coder-30B-A3B-Instruct-GGUF": {
"input_cost_per_token": 0,