anomalyco / anomalyco/models.dev
OpenRouter Qwen 3.6 27B registered with wrong ID (extra hyphen)
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 6.9k
- Forks
- 1.7k
- Avg merge
- 3h 21m
- Merged PRs (30d)
- 873
Description
The Qwen 3.6 27B model under OpenRouter is registered as qwen/qwen-3.6-27b, but OpenRouter's actual ID is qwen/qwen3.6-27b (no hyphen between "qwen" and "3.6"). Calls
using the registry name fail with is not a valid model ID from OpenRouter.
Cause: the file added in #1614 was named qwen-3.6-27b.toml, so the build keys the model under the hyphenated name. The id field inside the file is already correct
(qwen/qwen3.6-27b). Sibling file qwen3.6-plus.toml follows the correct convention.
Verification:
$ curl -s https://openrouter.ai/api/v1/models | jq '.data[].id | select(test("qwen3.6"))'
"qwen/qwen3.6-27b"
"qwen/qwen3.6-plus"
"qwen/qwen3.6-flash"
"qwen/qwen3.6-35b-a3b"
"qwen/qwen3.6-max-preview"
Fix: rename providers/openrouter/models/qwen/qwen-3.6-27b.toml → qwen3.6-27b.toml.
Refs: #1609, #1614
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with providers/openrouter/models/qwen/qwen-3.6-27b.toml and compare it with the sibling qwen3.6-plus.toml file. Rename the file to qwen3.6-27b.toml, then confirm the registry uses qwen/qwen3.6-27b and that the OpenRouter model ID matches the verification output.
Written by the indexing model from the issue text.
Assessment
- Domain
- ai, data
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 68/100