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
9 changes: 5 additions & 4 deletions api-reference/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -399,10 +399,11 @@ paths:
example: def3a26b-3e84-45b3-84ae-0c0aaf3525f7
style_id:
description: |-
Specify the style rule list to use for the translation. **Important:** The target language has to
match the language of the style rule list. **Note:** Any request with the `style_id` parameter
enabled will use `quality_optimized` models. Requests combining `style_id` and
`model_type: latency_optimized` will be rejected.
Specify the [style rule list](/api-reference/style-rules) to use for the translation.

**Important:** The target language has to match the language of the style rule list.

**Note:** Any request with the `style_id` parameter enabled will use `quality_optimized` models. Requests combining `style_id` and `model_type: latency_optimized` will be rejected.
type: string
example: 7ff9bfd6-cd85-4190-8503-d6215a321519
tag_handling:
Expand Down
Loading