mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2024-11-15 19:00:33 +01:00
5df6b5f7d9
* Added Supported Models Free Tier - chat_models.txt Need to fill in correct Parameter Count. * Bump perplexity model closes #1901 closes #1900 --------- Co-authored-by: Tim-Hoekstra <135951177+Tim-Hoekstra@users.noreply.github.com>
9 lines
794 B
Plaintext
9 lines
794 B
Plaintext
| Model | Parameter Count | Context Length | Model Type |
|
|
| :--------------------------------- | :-------------- | :------------- | :-------------- |
|
|
| `llama-3-sonar-small-32k-online`\* | 8B | 28,000 | Chat Completion |
|
|
| `llama-3-sonar-small-32k-chat` | 8B | 32,768 | Chat Completion |
|
|
| `llama-3-sonar-large-32k-online`\* | 70B | 28,000 | Chat Completion |
|
|
| `llama-3-sonar-large-32k-chat` | 70B | 32,768 | Chat Completion |
|
|
| `llama-3-8b-instruct` | 8B | 8,192 | Chat Completion |
|
|
| `llama-3-70b-instruct` | 70B | 8,192 | Chat Completion |
|
|
| `mixtral-8x7b-instruct` | 8x7B | 16,384 | Chat Completion | |