Skip to content
Closed
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
limits:
max_input_tokens: 1048576
max_output_tokens: 65536
mode: unknown

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Incorrect model mode set

Medium Severity

mode is set to unknown, but this entry is a Gemini Flash video-understanding model with chat sampling params (temperature, top_p, top_k) and thinking: true. Sibling Gemini Flash configs use mode: chat, so registry consumers that filter or route by mode will not treat this model as a chat model.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 337a714. Configure here.

model: gemini-3.7-flash-video-understanding-eap
params:
- defaultValue: 1
key: temperature
maxValue: 2
- defaultValue: 0.95
key: top_p
- defaultValue: 64
key: top_k
thinking: true
Loading