-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
207b7d6
commit 906eb70
Showing
3 changed files
with
14 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 3 additions & 10 deletions
13
server/utils/AiProviders/perplexity/scripts/chat_models.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,9 @@ | ||
| 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.1-sonar-small-128k-online` | 8B | 127,072 | Chat Completion | | ||
| `llama-3.1-sonar-small-128k-chat` | 8B | 131,072 | Chat Completion | | ||
| `llama-3.1-sonar-large-128k-online` | 70B | 127,072 | Chat Completion | | ||
| `llama-3.1-sonar-huge-128k-online` | 405B | 127,072 | Chat Completion | | ||
| `llama-3.1-sonar-small-128k-chat` | 8B | 131,072 | Chat Completion | | ||
| `llama-3.1-sonar-large-128k-chat` | 70B | 131,072 | 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 | | ||
| `llama-3.1-8b-instruct` | 8B | 131,072 | Chat Completion | | ||
| `llama-3.1-70b-instruct` | 70B | 131,072 | Chat Completion | | ||
| `llama-3.1-sonar-huge-128k-chat` | 405B | 127,072 | Chat Completion | | ||
| `llama-3.1-70b-instruct` | 70B | 131,072 | Chat Completion | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters