Skip to content

Commit f222e83

Browse files
pugazhendhi-mvigneshsubbiah16
authored andcommitted
Added mistral and deepseek models
1 parent 336f76b commit f222e83

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/shared/api.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,6 +601,9 @@ export const mistralModels = {
601601
export type UnboundModelId = keyof typeof unboundModels
602602
export const unboundDefaultModelId = "gpt-4o"
603603
export const unboundModels = {
604-
"gpt-4o": openAiNativeModels["gpt-4o"],
605604
"claude-3-5-sonnet-20241022": anthropicModels["claude-3-5-sonnet-20241022"],
605+
"gpt-4o": openAiNativeModels["gpt-4o"],
606+
"deepseek-chat": deepSeekModels["deepseek-chat"],
607+
"deepseek-reasoner": deepSeekModels["deepseek-reasoner"],
608+
"codestral-latest": mistralModels["codestral-latest"],
606609
} as const satisfies Record<string, ModelInfo>

0 commit comments

Comments
 (0)