supported-model-update
스타8
포크0
업데이트2026년 7월 18일 23:52
Run this to update supported models
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SKILL.md
readonly메뉴
Run this to update supported models
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | supported-model-update |
| description | Run this to update supported models |
| disable-model-invocation | true |
Update SupportedModelOpenAI, SupportedModelGemini, and SupportedModelAnthropic in src/interop_router/types.py based on the installed package type definitions.
OpenAI instructions
ai_working/openai-python/src/openai/types/shared/chat_model.py - the ChatModel Literalai_working/openai-python/src/openai/types/shared_params/responses_model.py - the additional models in the ResponsesModel Literal (excluding str and ChatModel)SupportedModelOpenAI type alias in src/interop_router/types.py, based on these rules.
Gemini instructions
ai_working/python-genai/google/genai/_interactions/types/model.py. Use these for SupportedModelGemini.SupportedModelGemini type alias in src/interop_router/types.py, based on these rules.
gemini-2.5-pro-preview-tts or gemini-2.5-flash-preview-native-audio-dialoggemini-3-pro-image-preview since they are included as part tool calling for the text model.Anthropic instructions
ai_working/anthropic-sdk-python/src/anthropic/types/model_param.py - the ModelParam Union (excluding str)SupportedModelAnthropic type alias in src/interop_router/types.py, based on these rules.
NOTE: We might have to add some models manually. These should be denoted with a comment and not overwritten.
uv run ruff format && uv run ruff check --fix && uv run ty check. Only fix issues related to the changes you just made.