Skip to content
Open
Show file tree
Hide file tree
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
15 changes: 15 additions & 0 deletions providers/deepinfra/ByteDance/Seed-2.0-code.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
costs:
- cache_read_input_token_cost: 1e-7
input_cost_per_token: 5e-7
output_cost_per_token: 3e-6
region: "*"
features:
- prompt_caching
limits:
context_window: 256000
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.

mode: unknown
model: ByteDance/Seed-2.0-code
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
costs:
- input_cost_per_token: 2e-7
output_cost_per_token: 8e-7
region: "*"
limits:
context_window: 262144
max_tokens: 262144
modalities:
input:
- image
mode: unknown
model: nvidia/Nemotron-3-Nano-Omni-30B-A3B-Reasoning
Loading