-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(weave): Add gpt-4.5-preview and deepseek to playground #3830
Changes from 4 commits
62e0cde
5912518
4567515
177c8a5
82f81cd
b0aeb6e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,14 @@ | |
"litellm_provider": "openai", | ||
"api_key_name": "OPENAI_API_KEY" | ||
}, | ||
"gpt-4.5-preview": { | ||
"litellm_provider": "openai", | ||
"api_key_name": "OPENAI_API_KEY" | ||
}, | ||
"gpt-4.5-preview-2025-02-27": { | ||
"litellm_provider": "openai", | ||
"api_key_name": "OPENAI_API_KEY" | ||
}, | ||
"gpt-4o-audio-preview": { | ||
"litellm_provider": "openai", | ||
"api_key_name": "OPENAI_API_KEY" | ||
|
@@ -555,6 +563,10 @@ | |
"litellm_provider": "azure_ai", | ||
"api_key_name": "AZURE_API_KEY" | ||
}, | ||
"azure_ai/Phi-4": { | ||
"litellm_provider": "azure_ai", | ||
"api_key_name": "AZURE_API_KEY" | ||
}, | ||
"azure_ai/Phi-3.5-mini-instruct": { | ||
"litellm_provider": "azure_ai", | ||
"api_key_name": "AZURE_API_KEY" | ||
|
@@ -611,6 +623,14 @@ | |
"litellm_provider": "anthropic", | ||
"api_key_name": "ANTHROPIC_API_KEY" | ||
}, | ||
"deepseek/deepseek-reasoner": { | ||
"litellm_provider": "deepseek", | ||
"api_key_name": "DEEPSEEK_API_KEY" | ||
}, | ||
"deepseek/deepseek-chat": { | ||
"litellm_provider": "deepseek", | ||
"api_key_name": "DEEPSEEK_API_KEY" | ||
}, | ||
"xai/grok-beta": { | ||
"litellm_provider": "xai", | ||
"api_key_name": "XAI_API_KEY" | ||
|
@@ -643,6 +663,10 @@ | |
"litellm_provider": "xai", | ||
"api_key_name": "XAI_API_KEY" | ||
}, | ||
"deepseek/deepseek-coder": { | ||
"litellm_provider": "deepseek", | ||
"api_key_name": "DEEPSEEK_API_KEY" | ||
}, | ||
"groq/deepseek-r1-distill-llama-70b": { | ||
"litellm_provider": "groq", | ||
"api_key_name": "GEMMA_API_KEY" | ||
|
@@ -743,6 +767,14 @@ | |
"litellm_provider": "anthropic", | ||
"api_key_name": "ANTHROPIC_API_KEY" | ||
}, | ||
"claude-3-5-haiku-latest": { | ||
"litellm_provider": "anthropic", | ||
"api_key_name": "ANTHROPIC_API_KEY" | ||
}, | ||
"claude-3-opus-latest": { | ||
"litellm_provider": "anthropic", | ||
"api_key_name": "ANTHROPIC_API_KEY" | ||
}, | ||
"claude-3-opus-20240229": { | ||
"litellm_provider": "anthropic", | ||
"api_key_name": "ANTHROPIC_API_KEY" | ||
|
@@ -751,10 +783,18 @@ | |
"litellm_provider": "anthropic", | ||
"api_key_name": "ANTHROPIC_API_KEY" | ||
}, | ||
"claude-3-5-sonnet-latest": { | ||
"litellm_provider": "anthropic", | ||
"api_key_name": "ANTHROPIC_API_KEY" | ||
}, | ||
"claude-3-5-sonnet-20240620": { | ||
"litellm_provider": "anthropic", | ||
"api_key_name": "ANTHROPIC_API_KEY" | ||
}, | ||
"claude-3-7-sonnet-latest": { | ||
"litellm_provider": "anthropic", | ||
"api_key_name": "ANTHROPIC_API_KEY" | ||
}, | ||
"claude-3-7-sonnet-20250219": { | ||
"litellm_provider": "anthropic", | ||
"api_key_name": "ANTHROPIC_API_KEY" | ||
|
@@ -995,12 +1035,16 @@ | |
"litellm_provider": "bedrock", | ||
"api_key_name": "BEDROCK_API_KEY" | ||
}, | ||
"bedrock/invoke/anthropic.claude-3-5-sonnet-20240620-v1:0": { | ||
"litellm_provider": "bedrock", | ||
"api_key_name": "BEDROCK_API_KEY" | ||
}, | ||
"anthropic.claude-3-5-sonnet-20240620-v1:0": { | ||
"litellm_provider": "bedrock", | ||
"api_key_name": "BEDROCK_API_KEY" | ||
}, | ||
"anthropic.claude-3-7-sonnet-20250219-v1:0": { | ||
"litellm_provider": "bedrock", | ||
"litellm_provider": "bedrock_converse", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. huh, why? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. new format? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. hmm this was auto exported but let me just double check There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. i thought i made a merge error, but I guess thats what its suppposed to be, shouldnt matter since we dont expose 3-7 under bedrock in the frontend yet |
||
"api_key_name": "BEDROCK_API_KEY" | ||
}, | ||
"anthropic.claude-3-5-sonnet-20241022-v2:0": { | ||
|
@@ -1031,6 +1075,10 @@ | |
"litellm_provider": "bedrock", | ||
"api_key_name": "BEDROCK_API_KEY" | ||
}, | ||
"us.anthropic.claude-3-7-sonnet-20250219-v1:0": { | ||
"litellm_provider": "bedrock_converse", | ||
"api_key_name": "BEDROCK_API_KEY" | ||
}, | ||
"us.anthropic.claude-3-haiku-20240307-v1:0": { | ||
"litellm_provider": "bedrock", | ||
"api_key_name": "BEDROCK_API_KEY" | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why does this need an api key name but the others dont?