File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed
Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -36,9 +36,14 @@ export const chatModels: Array<ChatModel> = [
3636 description : "Quality improvements, celebrate 1 year of Gemini" ,
3737 } ,
3838 {
39- id : "deepseek-chat" ,
40- name : "DeepSeek Chat" ,
41- description : "DeepSeek-V3" ,
39+ id : "deepseek-v3" ,
40+ name : "DeepSeek v3" ,
41+ description : "DeepSeek v3" ,
42+ } ,
43+ {
44+ id : "deepseek-v3-0324" ,
45+ name : "DeepSeek v3 0324" ,
46+ description : "DeepSeek v3 0324" ,
4247 } ,
4348 {
4449 id : "chat-model-reasoning" ,
Original file line number Diff line number Diff line change @@ -31,7 +31,10 @@ export const myProvider = isTestEnvironment
3131 ) ,
3232 "gemini-2.0-flash" : google ( "gemini-2.0-flash" ) ,
3333 "gemini-exp-1206" : google ( "gemini-exp-1206" ) ,
34- "deepseek-chat" : fireworks ( "accounts/fireworks/models/deepseek-v3" ) ,
34+ "deepseek-v3" : fireworks ( "accounts/fireworks/models/deepseek-v3" ) ,
35+ "deepseek-v3-0324" : fireworks (
36+ "accounts/fireworks/models/deepseek-v3-0324" ,
37+ ) ,
3538 "chat-model-reasoning" : wrapLanguageModel ( {
3639 model : fireworks ( "accounts/fireworks/models/deepseek-r1" ) ,
3740 middleware : extractReasoningMiddleware ( { tagName : "think" } ) ,
You can’t perform that action at this time.
0 commit comments