Skip to content

feat(deepinfra): add new models [bot]#905

Open
harshiv-26 wants to merge 1 commit intomainfrom
bot/add-deepinfra-20260502-000407
Open

feat(deepinfra): add new models [bot]#905
harshiv-26 wants to merge 1 commit intomainfrom
bot/add-deepinfra-20260502-000407

Conversation

@harshiv-26
Copy link
Copy Markdown
Collaborator

@harshiv-26 harshiv-26 commented May 2, 2026

Auto-generated by model-addition-agent for provider deepinfra.


Note

Low Risk
Low risk: this PR only adds new DeepInfra model definition YAMLs (pricing/limits/modalities) without changing runtime logic.

Overview
Adds two new DeepInfra model configuration entries: ByteDance/Seed-2.0-code (with prompt_caching and cache-read token pricing) and nvidia/Nemotron-3-Nano-Omni-30B-A3B-Reasoning.

Each definition specifies token costs, very large context/max token limits (~256k), and declares image input modality, expanding the set of selectable DeepInfra models.

Reviewed by Cursor Bugbot for commit 1849211. Bugbot is set up for automated code reviews on this repo. Configure here.

Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 1849211. Configure here.

max_tokens: 256000
modalities:
input:
- image
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 text input modality for text-based models

High Severity

Both new model configs list only image as their input modality, missing text. A code model (Seed-2.0-code) and a reasoning model (Nemotron-3-Nano-Omni-30B-A3B-Reasoning) fundamentally require text input. All sibling models (e.g., Seed-2.0-pro, Seed-2.0-mini, Seed-1.8, Nemotron-3-Nano-30B-A3B) include text in their input modalities. This omission would cause these models to be incorrectly classified as image-only, potentially preventing text-based usage.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 1849211. Configure here.

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.

1 participant