File tree 2 files changed +7
-1
lines changed
server/utils/AiProviders/perplexity
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,11 @@ const MODELS = {
64
64
name : "llama-3.1-70b-instruct" ,
65
65
maxLength : 131072 ,
66
66
} ,
67
+ "llama-3.1-sonar-huge-128k-chat" : {
68
+ id : "llama-3.1-sonar-huge-128k-chat" ,
69
+ name : "llama-3.1-sonar-huge-128k-chat" ,
70
+ maxLength : 127072 ,
71
+ } ,
67
72
} ;
68
73
69
74
module . exports . MODELS = MODELS ;
Original file line number Diff line number Diff line change 12
12
| `llama-3-70b-instruct` | 70B | 8,192 | Chat Completion |
13
13
| `mixtral-8x7b-instruct` | 8x7B | 16,384 | Chat Completion |
14
14
| `llama-3.1-8b-instruct` | 8B | 131,072 | Chat Completion |
15
- | `llama-3.1-70b-instruct` | 70B | 131,072 | Chat Completion |
15
+ | `llama-3.1-70b-instruct` | 70B | 131,072 | Chat Completion |
16
+ | `llama-3.1-sonar-huge-128k-chat` | 405B | 127,072 | Chat Completion |
You can’t perform that action at this time.
0 commit comments