Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
| - text | ||
| - image | ||
| output: | ||
| - text |
There was a problem hiding this comment.
Limits section accidentally removed from Janus-Pro-1B
High Severity
The entire limits section (including max_input_tokens: 2600) was removed from the Janus-Pro-1B config. The sibling model Janus-Pro-7B.yaml retains its limits with max_input_tokens: 2600. Removing input token constraints means clients won't know the model's actual input limit, potentially leading to failed API calls when exceeding the undocumented cap.
| - https://platform.claude.com/docs/en/docs/about-claude/pricing | ||
| status: active | ||
| supportedModes: | ||
| - chat |
There was a problem hiding this comment.
Redundant supportedModes field added to deepinfra model
Low Severity
A supportedModes field with - chat was added to this deepinfra model config, but this field is not used in any other deepinfra model. It only appears in azure-open-ai provider configs. The existing mode: chat field on line 24 already conveys the same information, making supportedModes redundant and inconsistent with the rest of the deepinfra provider.


Auto-generated by poc-agent for provider
deepinfra.Note
Medium Risk
Primarily configuration-only YAML updates, but changes to
max_*_tokens,context_window, and declared features (e.g.,json_output) can alter runtime behavior and token budgeting for callers.Overview
Updates DeepInfra provider model YAMLs to reflect current capabilities and metadata: adds
status: activebroadly, introduces/expandsmodalitiessections, and annotates more models with features likejson_output,structured_output, andfunction_calling.Adjusts several token limits/pricing knobs (e.g., adds missing
max_output_tokens, reducesmax_tokensfor some Qwen models, increasescontext_windowfor Kimi models, adds tiered cache-read pricing forQwen3-Max) and marksmeta-llama/Llama-Guard-3-8Bas deprecated viaisDeprecated+deprecationDate.Written by Cursor Bugbot for commit e23d6c7. This will update automatically on new commits. Configure here.