You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
4132
4141
example: 'safety_model_name'
4142
+
reasoning_effort:
4143
+
type: string
4144
+
enum: ['low', 'medium', 'high']
4145
+
description: Controls the level of reasoning effort the model should apply when generating responses. Higher values may result in more thoughtful and detailed responses but may take longer to generate.
4146
+
example: 'medium'
4133
4147
4134
4148
ChatCompletionMessageParam:
4135
4149
oneOf:
@@ -4563,7 +4577,7 @@ components:
4563
4577
maxItems: 2
4564
4578
description: Controls level of timestamp detail in verbose_json. Only used when response_format is verbose_json. Can be a single granularity or an array to get multiple levels.
4565
4579
default: segment
4566
-
example: ["word", "segment"]
4580
+
example: ['word', 'segment']
4567
4581
4568
4582
AudioTranscriptionResponse:
4569
4583
oneOf:
@@ -4728,7 +4742,7 @@ components:
4728
4742
maxItems: 2
4729
4743
description: Controls level of timestamp detail in verbose_json. Only used when response_format is verbose_json. Can be a single granularity or an array to get multiple levels.
4730
4744
default: segment
4731
-
example: ["word", "segment"]
4745
+
example: ['word', 'segment']
4732
4746
4733
4747
AudioTranslationResponse:
4734
4748
oneOf:
@@ -6609,14 +6623,14 @@ components:
6609
6623
type: string
6610
6624
minItems: 2
6611
6625
description: List of possible classification labels
6612
-
example: ["yes", "no"]
6626
+
example: ['yes', 'no']
6613
6627
pass_labels:
6614
6628
type: array
6615
6629
items:
6616
6630
type: string
6617
6631
minItems: 1
6618
6632
description: List of labels that are considered passing
0 commit comments