-
Notifications
You must be signed in to change notification settings - Fork 6
feat(deepinfra/Qwen/Qwen3.8-27B): add new models [bot] #2181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| costs: | ||
| - cache_read_input_token_cost: 4e-8 | ||
| input_cost_per_token: 4e-7 | ||
| output_cost_per_token: 3e-6 | ||
| region: "*" | ||
| features: | ||
| - prompt_caching | ||
| limits: | ||
| context_window: 262144 | ||
| max_tokens: 262144 | ||
| modalities: | ||
| input: | ||
| - image | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Incomplete input and output modalitiesHigh Severity
Reviewed by Cursor Bugbot for commit b6302b0. Configure here. |
||
| mode: unknown | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Wrong primary mode setHigh Severity
Reviewed by Cursor Bugbot for commit b6302b0. Configure here. |
||
| model: Qwen/Qwen3.8-27B | ||
| thinking: true | ||


There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing tool and JSON features
Medium Severity
featuresonly includesprompt_caching. Comparable DeepInfra Qwen chat models (Qwen3.5-27B,Qwen3.8-Max,Qwen3.7-Max) also declarefunction_callingandjson_output, and external docs confirm tool use forQwen3.8-27B. Capability discovery based on this file will under-report supported features.Reviewed by Cursor Bugbot for commit b6302b0. Configure here.