Skip to content

Commit

Permalink
feat: ✨ update LLM aliases and models, fix mistral typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Dec 20, 2024
1 parent d6da24c commit f034b86
Showing 1 changed file with 30 additions and 28 deletions.
58 changes: 30 additions & 28 deletions packages/core/src/llms.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@
"prediction": false,
"bearerToken": true,
"aliases": {
"large": "gemini-1.5-pro-latest",
"large": "gemini-2.0-flash-exp",
"small": "gemini-1.5-flash-latest",
"vision": "gemini-1.5-pro-latest",
"reasoning": "gemini-2.0-flash-exp",
"vision": "gemini-2.0-flash-exp",
"reasoning": "gemini-2.0-flash-thinking-exp-1219",
"embeddings": "text-embedding-004"
}
},
Expand All @@ -81,7 +81,7 @@
"prediction": false
},
{
"id": "mistal",
"id": "mistral",
"detail": "Mistral AI",
"prediction": false,
"bearerToken": true,
Expand All @@ -91,6 +91,20 @@
"vision": "pixtral-large-latest"
}
},
{
"id": "alibaba",
"detail": "Alibaba models",
"openaiCompatibility": "https://www.alibabacloud.com/help/en/model-studio/developer-reference/compatibility-of-openai-with-dashscope",
"tools": false,
"prediction": false,
"bearerToken": true,
"aliases": {
"large": "qwen-max",
"small": "qwen-turbo",
"long": "qwen-plus",
"embeddings": "text-embedding-v3"
}
},
{
"id": "github",
"detail": "GitHub Models",
Expand All @@ -108,16 +122,6 @@
"reasoning_small": "o1-mini"
}
},
{
"id": "client",
"detail": "GitHub Copilot Chat Modes",
"aliases": {
"large": "gpt-4o",
"small": "gpt-4o-mini",
"reasoning": "o1-preview",
"reasoning_small": "o1-mini"
}
},
{
"id": "transformers",
"detail": "Hugging Face Transformers",
Expand All @@ -140,20 +144,6 @@
"detail": "Jan local server",
"prediction": false
},
{
"id": "alibaba",
"detail": "Alibaba models",
"openaiCompatibility": "https://www.alibabacloud.com/help/en/model-studio/developer-reference/compatibility-of-openai-with-dashscope",
"tools": false,
"prediction": false,
"bearerToken": true,
"aliases": {
"large": "qwen-max",
"small": "qwen-turbo",
"long": "qwen-plus",
"embeddings": "text-embedding-v3"
}
},
{
"id": "llamafile",
"detail": "llamafile.ai local model",
Expand All @@ -163,6 +153,18 @@
"id": "litellm",
"detail": "LiteLLM proxy",
"prediction": false
},
{
"id": "client",
"detail": "GitHub Copilot Chat Modes",
"tools": false,
"prediction": false,
"aliases": {
"large": "gpt-4o",
"small": "gpt-4o-mini",
"reasoning": "o1-preview",
"reasoning_small": "o1-mini"
}
}
],
"aliases": {
Expand Down

0 comments on commit f034b86

Please sign in to comment.