fix: document per-model response_encoding and sample_rate behavior#251
Merged
rishabh-bhargava merged 1 commit intomainfrom Apr 27, 2026
Merged
fix: document per-model response_encoding and sample_rate behavior#251rishabh-bhargava merged 1 commit intomainfrom
rishabh-bhargava merged 1 commit intomainfrom
Conversation
Clarify that response_encoding is only respected by Cartesia models. Orpheus, Kokoro, and Minimax always return pcm_s16le regardless. Clarify that sample_rate is only respected by Cartesia and Minimax. Orpheus and Kokoro always output at 24000 Hz regardless. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
✱ Stainless preview buildsThis PR will update the go openapi python terraform typescript
|
yadavsahil197
approved these changes
Apr 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Clarify in the OpenAPI spec that
response_encodingandsample_ratebehavior varies by model.Changes
response_encoding: Added note that only Cartesia models respect this parameter. Orpheus, Kokoro, and Minimax always returnpcm_s16leregardless of this setting.sample_rate: Added note that only Cartesia and Minimax models respect this parameter. Orpheus and Kokoro always output at 24000 Hz regardless.Defaults unchanged (
pcm_f32leand44100) since that's what inference-pop sends — the descriptions now clarify per-model behavior so users know what to expect.Context
Tracked in Linear: MLE-5155
🤖 Generated with Claude Code