Skip to content

Add qwen3.8-max benchmark scores to model-scores.yaml - #24

Merged
dianlight merged 2 commits into
mainfrom
opencode/issue23-20260803220536
Aug 3, 2026
Merged

Add qwen3.8-max benchmark scores to model-scores.yaml#24
dianlight merged 2 commits into
mainfrom
opencode/issue23-20260803220536

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Summary

The maintenance audit (issue #23) identified qwen3.8-max as missing score data from LiveBench and the static fallback in config/model-scores.yaml.

Research

Searched the web for benchmark scores for qwen3.8-max (Go/Paid tier). Found verified benchmark data from BenchLM.ai (independent benchmark aggregation, 52 source-displayable rows):

CategoryScoreRankPercentile
Overall78.2#6/215
Coding77.0#6/13096th
Reasoning95.5#1/2100th
Instruction Following93.9#2/3397th
Multimodal (Vision)88.1#2/3497th

Corroborated by evolink.ai vendor benchmark analysis (Qwen3.8-Max release package, Aug 3 2026): Terminal-Bench 2.1: 86.6, SWE-bench Pro: 67.7, IFBench: 82.8, HLE: 43.6.

Changes

  • Added qwen3.8-max entry to config/model-scores.yaml with scores on the 0-100 scale consistent with existing entries.

Verification

  • python scripts/opencode_maintenance.py — runs clean; "All models have scores, no stale fallback entries"
  • ruff check scripts/ — all checks passed
  • yamllint config/model-scores.yaml — no errors

Closes#23

Research and add static fallback scores for qwen3.8-max (Go/Paid tier)
which was missing from LiveBench and the static fallback.
Scores sourced from BenchLM.ai (verified benchmark aggregation):
- coding: 77.0 (#6/130, 96th percentile)
- instruction_following: 93.9 (#2/33, 97th percentile)
- overall: 78.2 (#6/215)
- reasoning: 95.5 (#1/2, 100th percentile)
- vision: 88.1 (#2/34, 97th percentile, multimodal)
Corroborated by evolink.ai vendor benchmark analysis.
Closes#23
Co-authored-by: dianlight <dianlight@users.noreply.github.com>
@dianlight
dianlight merged commit 818250a into mainAug 3, 2026
1 check passed
Sign up for freeto 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.

[Model Audit] OpenCode maintenance issues detected

1 participant

@dianlight