Skip to content

Add Qwen3.8 Max to live bench - #3

Open
anthonypizzolato-abacus wants to merge 1 commit into
mainfrom
add-qwen3-8-max
Open

Add Qwen3.8 Max to live bench#3
anthonypizzolato-abacus wants to merge 1 commit into
mainfrom
add-qwen3-8-max

Conversation

@anthonypizzolato-abacus

Copy link
Copy Markdown

Adds Qwen3.8 Max to live bench runs.

Field Value
Model Qwen3.8-Max (Alibaba flagship, released 2026-08-02)
Provider API ID qwen3.8-max (rolling GA id on DashScope; no dated snapshot published)
Serving endpoint Alibaba DashScope first-party, OpenAI-compatible: https://dashscope-intl.aliyuncs.com/compatible-mode/v1
Context window 1,000,000 tokens (max output 65,536)
Pricing $2.00/M input, $6.00/M output (GA flat rate)

Changes (mirrors the deepseek-chat / DeepSeekAPI first-party pattern)

  • lcb_runner/lm_styles.py — new LMStyle.QwenAPI; LanguageModel("qwen3.8-max", "Qwen3.8-Max", LMStyle.QwenAPI, datetime(2026, 8, 2), link="https://qwen.ai/blog?id=qwen3.8") grouped at the end of the Qwen-family block
  • lcb_runner/runner/qwen_runner.py — new QwenRunner (exact mirror of DeepSeekRunner; env key DASHSCOPE_API, DashScope OpenAI-compatible base URL)
  • lcb_runner/runner/runner_utils.pyLMStyle.QwenAPIQwenRunner
  • lcb_runner/prompts/code_generation.pyQwenAPI uses the generic chat prompt (same as OpenAIChat/DeepSeekAPI)

Verified: LanguageModelStore['qwen3.8-max'] resolves and all edited files parse. Runner requires DASHSCOPE_API env var at run time.

Do NOT merge until reviewed.

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