Add support for a newly-released LLM model in pydantic-ai (e.g. openai:gpt-5.6, anthropic:claude-sonnet-5). Use when a provider ships a new model id and you need to wire literals, profile flags, and tests to recognize it. Handles SDK-lag, gateway list conventions, and capability probing.
$npx -y skills add pydantic/pydantic-ai --skill add-new-modelInstalls into the current project.
Run `npx skills use "https://github.com/pydantic/pydantic-ai" --skill "pydantic/pydantic-ai/add-new-model"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/pydantic/pydantic-ai" that are relevant to the current task. Run `npx skills add "https://github.com/pydantic/pydantic-ai"` and select the relevant skills, then follow their instructions.