Skip to content
Snippets Groups Projects
Commit cb7cb2d9 authored by timothycarambat's avatar timothycarambat
Browse files

Add 405B to perplexity

parent 96e720ee
No related branches found
No related tags found
No related merge requests found
...@@ -64,6 +64,11 @@ const MODELS = { ...@@ -64,6 +64,11 @@ const MODELS = {
name: "llama-3.1-70b-instruct", name: "llama-3.1-70b-instruct",
maxLength: 131072, maxLength: 131072,
}, },
"llama-3.1-sonar-huge-128k-chat": {
id: "llama-3.1-sonar-huge-128k-chat",
name: "llama-3.1-sonar-huge-128k-chat",
maxLength: 127072,
},
}; };
module.exports.MODELS = MODELS; module.exports.MODELS = MODELS;
...@@ -12,4 +12,5 @@ ...@@ -12,4 +12,5 @@
| `llama-3-70b-instruct` | 70B | 8,192 | Chat Completion | | `llama-3-70b-instruct` | 70B | 8,192 | Chat Completion |
| `mixtral-8x7b-instruct` | 8x7B | 16,384 | Chat Completion | | `mixtral-8x7b-instruct` | 8x7B | 16,384 | Chat Completion |
| `llama-3.1-8b-instruct` | 8B | 131,072 | Chat Completion | | `llama-3.1-8b-instruct` | 8B | 131,072 | Chat Completion |
| `llama-3.1-70b-instruct` | 70B | 131,072 | Chat Completion | | `llama-3.1-70b-instruct` | 70B | 131,072 | Chat Completion |
\ No newline at end of file | `llama-3.1-sonar-huge-128k-chat` | 405B | 127,072 | Chat Completion |
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment