Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds support for 6 new evaluation models to the ALE-Bench toolkit, including pricing information and configuration files for multiple variants of these models.
Changes:
- Added pricing information for gemini-3.1-pro-preview, claude-sonnet-4.6, glm-5, minimax-m2.5, qwen3.5-397b-a17b, and qwen3.5-plus-02-15 models
- Created 8 configuration files for different model variants with appropriate provider settings and reasoning configurations
- All model names follow the established convention where config files include provider prefixes that are stripped during cost calculation
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/ale_bench_eval/calc_cost.py | Added pricing entries for 6 new models with tiered pricing structures where applicable |
| llm_configs/qwen3.5-plus.json | Config for Qwen 3.5 Plus model via OpenRouter with reasoning enabled |
| llm_configs/qwen3.5-397b-a17b.json | Config for Qwen 3.5 397B model via OpenRouter with custom temperature settings |
| llm_configs/minimax-m2.5.json | Config for Minimax M2.5 model via OpenRouter with reasoning enabled |
| llm_configs/glm-5.json | Config for GLM-5 model via OpenRouter through z-ai provider |
| llm_configs/gemini-3.1-pro-preview-low.json | Config for Gemini 3.1 Pro with low thinking level via Google provider |
| llm_configs/gemini-3.1-pro-preview-high.json | Config for Gemini 3.1 Pro with high thinking level via Google provider |
| llm_configs/claude-4.6-sonnet-max.json | Config for Claude 4.6 Sonnet with max verbosity via OpenRouter |
| llm_configs/claude-4.6-sonnet-high.json | Config for Claude 4.6 Sonnet with high verbosity via OpenRouter |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.