anomalyco / anomalyco/models.dev

OpenRouter Qwen 3.6 27B registered with wrong ID (extra hyphen)

Open Beginner friendly
#1,753 1 comment 0 reactions 0 assignees View on GitHub

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.tomlqwen3.6-27b.toml.

Refs: #1609, #1614

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.