Nutrition Prediction
Predict calories, protein, carbs, and fat from ingredient lists for a fixed 50-dish Nutrition5k sample. Higher is better.
Leaderboard
Intelligence Index- 125.7670
qwen/qwen3.8-27b
- 223.8534
anthropic/claude-opus-5
- 323.8232
mistralai/mistral-small-2603
- 423.7566
openai/gpt-6-astra
- 523.7467
openai/gpt-oss-20b
- 623.6810
openai/gpt-5.6-sol
- 723.5975
z-ai/glm-5-turbo
- 823.4188
qwen/qwen3.5-122b-a10b
- 923.0717
x-ai/grok-4.6
- 1022.9013
mistralai/mistral-medium-3.1
- 1122.8262
google/gemini-3.8-flash
- 1222.5383
x-ai/grok-4.20-beta
- 1322.2876
thinkingmachines/inkling-small
- 1422.2521
anthropic/claude-opus-4.8
- 1522.0002
meta-llama/llama-4-maverick
- 1621.8978
inception/mercury-2
- 1721.8124
x-ai/grok-4.5
- 1821.6084
amazon/nova-lite-v1
- 1921.5840
openai/gpt-5.4
- 2021.5560
anthropic/claude-opus-4.1
- 2121.5195
anthropic/claude-opus-4.7
- 2221.4432
mistralai/mistral-large-2512
- 2321.3529
openai/gpt-oss-120b
- 2421.2108
openai/gpt-5.5
- 2521.2042
qwen/qwen3.8-2.4t-a95b
- 2621.1849
amazon/nova-pro-v1
- 2721.1440
openai/gpt-5.3-codex
- 2821.1347
moonshotai/kimi-k3
- 2921.1071
upstage/solar-pro4
- 3021.0439
google/gemini-3.7-flash
- 3120.9741
anthropic/claude-fable-5
- 3220.9608
deepseek/deepseek-v4-pro-0813
- 3320.8675
deepseek/deepseek-v4-flash-0731
- 3420.7120
anthropic/claude-sonnet-4.6
- 3520.7097
anthropic/claude-haiku-4.5
- 3620.5872
google/gemini-3.1-flash-lite-preview
- 3720.5695
google/gemini-3.5-flash-lite
- 3820.1413
moonshotai/kimi-k2.5
- 3919.9842
google/gemini-3-flash-preview
- 4019.9581
openai/gpt-5.1
- 4119.8426
google/gemma-4-26b-a4b-it
- 4219.7320
qwen/qwen3.8-flash
- 4319.6902
z-ai/glm-5.3
- 4419.6220
google/gemma-4-31b-it
- 4519.5945
anthropic/claude-opus-4.6
- 4619.4215
z-ai/glm-5
- 4719.3172
anthropic/claude-sonnet-4.5
- 4819.1532
upstage/solar-pro-3
- 4919.1032
moonshotai/kimi-k2.6
- 5019.0885
openai/gpt-5.6-luna
- 5118.8760
anthropic/claude-opus-4.5
- 5218.7485
z-ai/glm-5.3-flash
- 5318.6307
anthropic/claude-sonnet-5
- 5418.5766
anthropic/claude-fable-5.1
- 5518.5588
qwen/qwen3.5-397b-a17b
- 5618.4202
minimax/minimax-m3
- 5718.3064
x-ai/grok-4.1-fast
- 5818.2626
inclusionai/ling-3.0-flash
- 5917.5755
minimax/minimax-m2.7
- 6017.4072
deepseek/deepseek-v3.2
- 6117.1302
google/gemini-3.1-pro-preview
- 6216.8840
z-ai/glm-5.2
- 6316.7887
meta/muse-spark-1.2
- 6416.6109
meta-llama/llama-4-scout
- 6516.0830
amazon/nova-2-lite-v1
- 6615.2246
openai/gpt-5.4-mini
- 6714.8388
amazon/nova-micro-v1
- 6814.6662
minimax/minimax-m2.5
- 6913.6362
openai/gpt-5.6-terra
- 70-2.5157
meta/muse-glimmer-30b
Prompt
Given only the ingredient list, return JSON with numeric `calories`, `protein`, `carbs`, and `fat` fields and no extra text.
Score
Higher is better. Overall score is 60% accuracy and 40% average correlation, where accuracy = 100 / (1 + average MAPE percentage).
Execution
Benchmark runners execute locally, use OpenRouter for predictions, fetch the fixed Nutrition5k metadata sample, cache results in Neon, and skip recomputation for models that already have stored scores.