Skip to content

fix(google): update context window to 8,192 for gemini-2.5-flash-tts and gemini-2.5-pro-tts#2555

Closed
ousugo wants to merge 1 commit into
anomalyco:devfrom
ousugo:fix-tts-context-limits
Closed

fix(google): update context window to 8,192 for gemini-2.5-flash-tts and gemini-2.5-pro-tts#2555
ousugo wants to merge 1 commit into
anomalyco:devfrom
ousugo:fix-tts-context-limits

Conversation

@ousugo

@ousugo ousugo commented Jun 14, 2026

Copy link
Copy Markdown

gemini-2.5-flash-tts and gemini-2.5-pro-tts had limit.context set to 32,768 (copied from the base models), which is incorrect for these specialized TTS models.

According to Google's official Gemini API documentation:

image image

Both models have an input token limit (Context Window) of 8,192, and an output token limit of 16,384.

This PR corrects the context limit to 8_192 across these specialized Google TTS model config files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants