Draft
Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the LLM model catalog to reflect the newer GPT-5.4 “Mini” and “Nano” variants, removing the older GPT-5 “Mini/Nano” entries and updating an example to reference the new model ID.
Changes:
- Added
gpt-5.4-miniandgpt-5.4-nanoentries topackages/llm-info/data/models.yml. - Removed
gpt-5-miniandgpt-5-nanoentries frompackages/llm-info/data/models.yml. - Updated the Pydantic-AI chat example to use
gpt-5.4-nano.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| packages/llm-info/data/models.yml | Adds GPT-5.4 Mini/Nano and removes GPT-5 Mini/Nano from the model registry. |
| examples/ai/chat/pydantic-ai-chat.py | Updates the example dropdown option from gpt-5-nano to gpt-5.4-nano. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+87
to
+91
| - name: GPT-5.4 Mini | ||
| model: gpt-5.4-mini | ||
| description: A faster, more efficient model optimized for high-throughput workloads | ||
| providers: [openai] | ||
| roles: [chat, edit] |
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.
Summary
gpt-5.4-miniandgpt-5.4-nanoto the OpenAI models inmodels.ymlgpt-5-miniandgpt-5-nanoentriesgpt-5-nanotogpt-5.4-nanoPending pydantic-ai to include these