From f108f20466104e43557079289bdb89eed934e2dd Mon Sep 17 00:00:00 2001 From: Daniel Steigman <35793213+NightTrek@users.noreply.github.com> Date: Wed, 5 Feb 2025 01:11:08 -0800 Subject: [PATCH] updated the model list to remove the embedding model (#1646) --- src/shared/api.ts | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/src/shared/api.ts b/src/shared/api.ts index 432e81fa15..a9eacd619f 100644 --- a/src/shared/api.ts +++ b/src/shared/api.ts @@ -445,22 +445,6 @@ export const mistralModels = { inputPrice: 0.1, outputPrice: 0.1, }, - "mistral-embed": { - maxTokens: 8_000, - contextWindow: 8_000, - supportsImages: false, - supportsPromptCache: false, - inputPrice: 0.1, - outputPrice: 0.1, - }, - "mistral-moderation-2411": { - maxTokens: 8_000, - contextWindow: 8_000, - supportsImages: false, - supportsPromptCache: false, - inputPrice: 0.1, - outputPrice: 0.1, - }, "mistral-small-2501": { maxTokens: 32_000, contextWindow: 32_000,