Jan/December 2025 updates#19
Merged
andrewginns merged 8 commits intomainfrom Jan 14, 2026
Merged
Conversation
- Add cost metadata for `gemini-3-pro-preview` to mermaid_evals - Define pricing for new OpenAI GPT-5 family variants (base, mini, nano, pro, chat-latest, codex, 5.1, search API) - Update lockfile to use pydantic-evals 1.17.0 to support and align evaluations with the latest model set
- Update dashboard axis and series labels to clearly distinguish input, output, and thinking tokens, and add units (USD, seconds) - Treat missing token counts as 0 instead of NaN when parsing Metric_details and computing costs, preventing groupby means from being inflated and keeping Deep Dive charts consistent with the leaderboard
- Add `OPENROUTER_API_KEY` to `.env.example` and document it in the Mermaid evals README, including an example `openrouter:*` model run - Introduce `AGENTS.md` with repo structure, commands, and contribution conventions to help onboarding
Owner
Author
|
@codex create a PR description for me based on the changes in this branch. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 6ab40f95f9
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
Below is a ready-to-paste PR description based on the changes in this branch. Proposed PR Title
PR Body Summary
Why
How to Run / Verify
Schema / Output Impacts
|
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.
Add model factory + merbench eval updates
Summary
Why
How to Run / Verify
uv run agents_mcp_usage/basic_mcp/basic_mcp_use/pydantic_mcp_factory.py --list-modelsuv run agents_mcp_usage/evaluations/mermaid_evals/run_multi_evals.py --models "openrouter:anthropic/claude-3.7-sonnet,gemini-3-flash-preview" --runs 5 --sequential