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
33 changes: 33 additions & 0 deletions providers/google-gemini/gemini-3.5-live-translate-preview.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
costs:
- input_cost_per_audio_token: 0.0000035
output_cost_per_audio_token: 0.000021
region: "*"
limits:
context_window: 131072
max_input_tokens: 131072
max_output_tokens: 65536
modalities:
input:
- audio
output:
- audio
mode: realtime
model: gemini-3.5-live-translate-preview
params:
- defaultValue: 1
key: temperature
maxValue: 2
- defaultValue: 0.95
key: top_p
- defaultValue: 64
key: top_k

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing max_tokens metadata

Medium Severity

limits sets max_output_tokens to 32768 but omits matching max_tokens, and the model does not override the provider max_tokens param. Merged config still caps max_tokens at 4096 from default.yaml, which disagrees with the declared output limit for this preview model.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit bb5bae9. Configure here.

provisioning: serverless
removeParams:
- tool_choice
- reasoning_effort
sources:
- https://ai.google.dev/gemini-api/docs/models/gemini-3.5-live-translate-preview
status: preview
supportedModes:
- realtime
- audio_translation
Loading