Skip to content
Open
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
7 changes: 7 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4314,6 +4314,13 @@ components:
type: string
description: The name of the moderation model used to validate tokens. Choose from the available moderation models found [here](https://docs.together.ai/docs/inference-models#moderation-models).
example: 'safety_model_name'
chat_template_kwargs:
type: object
description: An object that allows you to pass arguments to the models chat template.
properties:
thinking:
description: Controls whether the model includes the <think> tag wrapped reasoning process in the response.
type: boolean
reasoning_effort:
type: string
enum: ['low', 'medium', 'high']
Expand Down