diff --git a/packages/core/src/llms.json b/packages/core/src/llms.json index edb51c279..10e30279f 100644 --- a/packages/core/src/llms.json +++ b/packages/core/src/llms.json @@ -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" } }, @@ -81,7 +81,7 @@ "prediction": false }, { - "id": "mistal", + "id": "mistral", "detail": "Mistral AI", "prediction": false, "bearerToken": true, @@ -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", @@ -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", @@ -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", @@ -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": {