forked from phoenix/litellm-mirror
(docs) add pplx-online
This commit is contained in:
parent
08fd41d43d
commit
9331f67c69
1 changed files with 5 additions and 0 deletions
|
@ -42,6 +42,10 @@ All models listed here https://docs.perplexity.ai/docs/model-cards are supported
|
|||
|
||||
| Model Name | Function Call |
|
||||
|--------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| pplx-7b-chat | `completion(model="perplexity/pplx-7b-chat", messages)` |
|
||||
| pplx-70b-chat | `completion(model="perplexity/pplx-70b-chat", messages)` |
|
||||
| pplx-7b-online | `completion(model="perplexity/pplx-7b-online", messages)` |
|
||||
| pplx-70b-online | `completion(model="perplexity/pplx-70b-online", messages)` |
|
||||
| codellama-34b-instruct | `completion(model="perplexity/codellama-34b-instruct", messages)` |
|
||||
| llama-2-13b-chat | `completion(model="perplexity/llama-2-13b-chat", messages)` |
|
||||
| llama-2-70b-chat | `completion(model="perplexity/llama-2-70b-chat", messages)` |
|
||||
|
@ -55,3 +59,4 @@ All models listed here https://docs.perplexity.ai/docs/model-cards are supported
|
|||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue