Skip to content

feat: add qwen/qwen3.6-plus model to OpenRouter and KiloCode#3

Open
iRonin wants to merge 1 commit into
outsourc-e:mainfrom
iRonin:feat/add-qwen36-plus-model
Open

feat: add qwen/qwen3.6-plus model to OpenRouter and KiloCode#3
iRonin wants to merge 1 commit into
outsourc-e:mainfrom
iRonin:feat/add-qwen36-plus-model

Conversation

@iRonin

@iRonin iRonin commented Apr 9, 2026

Copy link
Copy Markdown

Summary

Add qwen/qwen3.6-plus (paid tier) to the model catalogs for both OpenRouter and KiloCode providers. The :free variant remains listed alongside it.

Changes

hermes_cli/models.py

  • Added qwen/qwen3.6-plus to OPENROUTER_MODELS with descriptor "1M context, thinking"
  • Added qwen/qwen3.6-plus to the kilocode provider list in _PROVIDER_MODELS

agent/model_metadata.py

  • Added "qwen3.6-plus": 1048576 to DEFAULT_CONTEXT_LENGTHS (1M context)

Model Specs

  • Context: 1,048,576 tokens (1M)
  • Thinking: Supported (extended thinking / reasoning)
  • Pricing: Fetched live from OpenRouter /v1/models endpoint
  • Availability: OpenRouter + KiloCode

Both providers support this model ID natively -- no additional normalisation needed beyond the existing qwen vendor prefix detection in model_normalize.py.

- Add qwen/qwen3.6-plus (paid tier) to OPENROUTER_MODELS catalog
  with '1M context, thinking' descriptor
- Add qwen/qwen3.6-plus to KiloCode provider model list
- Add qwen3.6-plus to DEFAULT_CONTEXT_LENGTHS with 1M context (1,048,576)
  in agent/model_metadata.py

The :free variant remains listed alongside the paid tier.
@outsourc-e

Copy link
Copy Markdown
Owner

Hi @iRonin — thanks for the PR. This one conflicts with main right now. Could you rebase onto the latest main? Happy to review + merge once the conflicts are resolved. If you no longer want to land this, let me know and I'll close it out.

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.

2 participants