Skip to content

Add Qwen 3.8 27B to live bench - #8

Open
anthonypizzolato-abacus wants to merge 1 commit into
mainfrom
add-qwen-3.8-27b
Open

Add Qwen 3.8 27B to live bench#8
anthonypizzolato-abacus wants to merge 1 commit into
mainfrom
add-qwen-3.8-27b

Conversation

@anthonypizzolato-abacus

Copy link
Copy Markdown

Add Qwen 3.8 27B to live bench

  • Model: Qwen3.8-27B (Alibaba, Apache-2.0 open-weight) — model card
  • Provider API ID: qwen/qwen3.8-27b via OpenRouter (https://openrouter.ai/api/v1, env key OPENROUTER_API_KEY)
  • Context window: 262,144 tokens (native; 1M with YaRN)
  • Released: 2026-08-14

Changes (mirrors the DeepSeekAPI integration exactly):

  • lcb_runner/lm_styles.py: new LMStyle.OpenRouterAPI; LanguageModel("qwen/qwen3.8-27b", "Qwen3.8-27B", ...) appended to LanguageModelList
  • lcb_runner/runner/openrouter_runner.py: new OpenRouterRunner (exact mirror of DeepSeekRunner, OpenRouter base URL + key)
  • lcb_runner/runner/runner_utils.py: build_runner branch for OpenRouterAPI
  • lcb_runner/prompts/code_generation.py: OpenRouterAPI added to the generic-chat-prompt style list

Note: this is a hybrid-thinking model (thinking default-on per the model card); the runner sends standard chat-completions params, so provider defaults apply.

qwen/qwen3.8-27B served via OpenRouter (new LMStyle.OpenRouterAPI + OpenRouterRunner,
mirroring the DeepSeekAPI integration). 262K context; released 2026-08-14.
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.

1 participant