Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1177,7 +1177,7 @@ paths:
post:
tags: ['Chat']
summary: Create chat completion
description: Query a chat model.
description: Generate a model response for a given chat conversation. Supports single queries and multi-turn conversations with system, user, and assistant messages.
x-codeSamples:
- lang: Python
label: Together AI SDK (v1)
Expand Down Expand Up @@ -1322,7 +1322,7 @@ paths:
post:
tags: ['Completion']
summary: Create completion
description: Query a language, code, or image model.
description: Generate text completions for a given prompt using a language, code, or image model.
x-codeSamples:
- lang: Python
label: Together AI SDK (v1)
Expand Down Expand Up @@ -1459,7 +1459,7 @@ paths:
post:
tags: ['Embeddings']
summary: Create embedding
description: Query an embedding model for a given string of text.
description: Generate vector embeddings for one or more text inputs. Returns numerical arrays representing semantic meaning, useful for search, classification, and retrieval.
x-codeSamples:
- lang: Python
label: Together AI SDK (v1)
Expand Down Expand Up @@ -3301,7 +3301,7 @@ paths:
post:
tags: ['Rerank']
summary: Create a rerank request
description: Query a reranker model
description: Rerank a list of documents by relevance to a query. Returns a relevance score and ordering index for each document.
x-codeSamples:
- lang: Python
label: Together AI SDK (v1)
Expand Down