Skip to content

Commit

Permalink
Merge pull request #47 from samselikoff/add-popular-models-comment-to…
Browse files Browse the repository at this point in the history
…-chat-completions

Add docs to model prop on chat completion
  • Loading branch information
Nutlope authored Oct 22, 2024
2 parents 1e8eefa + 69d31d9 commit f5914dc
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1091,10 +1091,20 @@ components:
- role: user
content: What is 1 + 1?
model:
description: >
The name of the model to query.<br>
<br>
Popular models:
- meta-llama/Meta-Llama-3.1-8B-Instruct-Turbo
- meta-llama/Meta-Llama-3.1-70B-Instruct-Turbo
- meta-llama/Meta-Llama-3.1-405B-Instruct-Turbo
- Qwen/Qwen2.5-7B-Instruct-Turbo
- Qwen/Qwen2.5-72B-Instruct-Turbo
[See all of Together AI's chat models](https://docs.together.ai/docs/serverless-models)
example: meta-llama/Meta-Llama-3.1-8B-Instruct-Turbo
type: string
description: The name of the model to query.
example: mistralai/Mixtral-8x7B-Instruct-v0.1
default: mistralai/Mixtral-8x7B-Instruct-v0.1
max_tokens:
type: integer
description: The maximum number of tokens to generate.
Expand Down

0 comments on commit f5914dc

Please sign in to comment.