mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
updates price and context window for heroku models
This commit is contained in:
parent
ecda9b1f22
commit
791c6126a4
2 changed files with 32 additions and 8 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue