Skip to content

Commit f108f20

Browse files
authored
updated the model list to remove the embedding model (RooCodeInc#1646)
1 parent 905327d commit f108f20

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

src/shared/api.ts

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -445,22 +445,6 @@ export const mistralModels = {
445445
inputPrice: 0.1,
446446
outputPrice: 0.1,
447447
},
448-
"mistral-embed": {
449-
maxTokens: 8_000,
450-
contextWindow: 8_000,
451-
supportsImages: false,
452-
supportsPromptCache: false,
453-
inputPrice: 0.1,
454-
outputPrice: 0.1,
455-
},
456-
"mistral-moderation-2411": {
457-
maxTokens: 8_000,
458-
contextWindow: 8_000,
459-
supportsImages: false,
460-
supportsPromptCache: false,
461-
inputPrice: 0.1,
462-
outputPrice: 0.1,
463-
},
464448
"mistral-small-2501": {
465449
maxTokens: 32_000,
466450
contextWindow: 32_000,

0 commit comments

Comments
 (0)