|
import { Benchmark } from "./types"; |
|
|
|
export const qwenBenchmarks: Benchmark[] = [ |
|
{ |
|
model: "Qwen3-235B-A22B", |
|
provider: "Qwen", |
|
inputPrice: 0.0, |
|
outputPrice: 0.0, |
|
benchmark: { |
|
aime_24: 85.7, |
|
aime_2025: 81.5, |
|
gpqa_diamond: 44.06, |
|
|
|
mmlu_pro: 68.18, |
|
mmlu: 87.81, |
|
mmmu: 71.84, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
simpleqa: 85.8, |
|
egoschema: 81.1, |
|
}, |
|
source: "https://qwenlm.github.io/blog/qwen3/", |
|
}, |
|
{ |
|
model: "Qwen3-32B", |
|
provider: "Qwen", |
|
inputPrice: 0.0, |
|
outputPrice: 0.0, |
|
benchmark: { |
|
aime_24: 81.4, |
|
aime_2025: 72.9, |
|
|
|
|
|
|
|
|
|
|
|
|
|
}, |
|
source: "https://qwenlm.github.io/blog/qwe,n3/ (image table)", |
|
}, |
|
|
|
{ |
|
model: "Qwen3-30B-A3B", |
|
provider: "Qwen", |
|
inputPrice: 0.0, |
|
outputPrice: 0.0, |
|
benchmark: { |
|
aime_24: 80.4, |
|
aime_2025: 70.9, |
|
|
|
|
|
gpqa: 65.8, |
|
|
|
|
|
|
|
}, |
|
source: "https://qwenlm.github.io/blog/qwen3/ (image table)", |
|
}, |
|
{ |
|
model: "Qwen3-4B", |
|
provider: "Qwen", |
|
inputPrice: 0.0, |
|
outputPrice: 0.0, |
|
benchmark: { |
|
aime_24: 73.8, |
|
aime_2025: 65.6, |
|
|
|
|
|
gpqa: 55.9, |
|
|
|
|
|
|
|
|
|
}, |
|
source: "https://qwenlm.github.io/blog/qwen3/ (image table)", |
|
} |
|
|
|
]; |
|
|