updates price and context window for heroku models

This commit is contained in:
Timothy Lowrimore 2025-08-06 15:14:36 -06:00
parent ecda9b1f22
commit 791c6126a4
2 changed files with 32 additions and 8 deletions

View file

@ -17639,21 +17639,33 @@
"heroku/claude-4-sonnet": {
"max_tokens": 8192,
"litellm_provider": "heroku",
"mode": "chat"
"mode": "chat",
"supports_function_calling": true,
"supports_system_messages": true,
"supports_tool_choice": true
},
"heroku/claude-3-7-sonnet": {
"max_tokens": 8192,
"litellm_provider": "heroku",
"mode": "chat"
"mode": "chat",
"supports_function_calling": true,
"supports_system_messages": true,
"supports_tool_choice": true
},
"heroku/claude-3-5-sonnet-latest": {
"max_tokens": 8192,
"litellm_provider": "heroku",
"mode": "chat"
"mode": "chat",
"supports_function_calling": true,
"supports_system_messages": true,
"supports_tool_choice": true
},
"heroku/claude-3-5-haiku": {
"max_tokens": 4096,
"litellm_provider": "heroku",
"mode": "chat"
"mode": "chat",
"supports_function_calling": true,
"supports_system_messages": true,
"supports_tool_choice": true
}
}

View file

@ -17639,21 +17639,33 @@
"heroku/claude-4-sonnet": {
"max_tokens": 8192,
"litellm_provider": "heroku",
"mode": "chat"
"mode": "chat",
"supports_function_calling": true,
"supports_system_messages": true,
"supports_tool_choice": true
},
"heroku/claude-3-7-sonnet": {
"max_tokens": 8192,
"litellm_provider": "heroku",
"mode": "chat"
"mode": "chat",
"supports_function_calling": true,
"supports_system_messages": true,
"supports_tool_choice": true
},
"heroku/claude-3-5-sonnet-latest": {
"max_tokens": 8192,
"litellm_provider": "heroku",
"mode": "chat"
"mode": "chat",
"supports_function_calling": true,
"supports_system_messages": true,
"supports_tool_choice": true
},
"heroku/claude-3-5-haiku": {
"max_tokens": 4096,
"litellm_provider": "heroku",
"mode": "chat"
"mode": "chat",
"supports_function_calling": true,
"supports_system_messages": true,
"supports_tool_choice": true
}
}