From 69d31d9dedfb3c89c1eee0daaaf22b5814de4f47 Mon Sep 17 00:00:00 2001 From: Sam Selikoff Date: Tue, 22 Oct 2024 14:44:20 -0400 Subject: [PATCH] Add docs to model prop on chat completion --- openapi.yaml | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/openapi.yaml b/openapi.yaml index cbb8c2a..504a368 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -1091,10 +1091,20 @@ components: - role: user content: What is 1 + 1? model: + description: > + The name of the model to query.
+
+ 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.