Skip to content

Commit cb7cb2d

Browse files
Add 405B to perplexity
1 parent 96e720e commit cb7cb2d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

server/utils/AiProviders/perplexity/models.js

+5
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ const MODELS = {
6464
name: "llama-3.1-70b-instruct",
6565
maxLength: 131072,
6666
},
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+
},
6772
};
6873

6974
module.exports.MODELS = MODELS;

server/utils/AiProviders/perplexity/scripts/chat_models.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@
1212
| `llama-3-70b-instruct` | 70B | 8,192 | Chat Completion |
1313
| `mixtral-8x7b-instruct` | 8x7B | 16,384 | Chat Completion |
1414
| `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 |

0 commit comments

Comments
 (0)