Agent skill · Backend & API

ai-model-reference

AI 모델 API 호출명 및 가격 참조 가이드. API 키로 AI 모델을 호출할 때 정확한 모델명(model string)과 최신 가격 정보를 제공합니다. 사용 시점: (1) OpenAI, Anthropic, Google, DeepSeek 등의 API 호출 시 모델명이 필요할 때, (2) 토큰 비용/가격 비교가 필요할 때, (3) 최신 추론 모델/FAST 모델/가성비 모델 선택이 필요할 때, (4) 프롬프트 캐싱/배치 처리 비용 최적화가 필요할 때

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill ai-model-reference --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/ai-llm/ai-model-reference/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# AI Model Reference Guide (2025년 12월 기준) AI 모델 API 호출 시 정확한 모델명과 가격 정보를 빠르게 참조할 수 있는 가이드입니다. ## 🚀 Quick Reference - 즉시 사용 가능한 모델명 ### 🧠 추론 모델 (복잡한 문제 해결) | 제공사 | 모델 | API 호출명 | Context | Input/Output (/1M) | |--------|------|-----------|---------|-------------------| | OpenAI | o3 | `o3-2025-04-16` | 200K | $2.00 / $8.00 | | OpenAI | o4-mini | `o4-mini-2025-04-16` | 200K | $1.10 / $4.40 | | DeepSeek | R1 | `deepseek-reasoner` | 64K | $0.55 / $2.19 | | Google | Gemini 3 Pro | `gemini-3-pro-preview` | **1M** | $2.00~$4.00 / $12.00~$18.00 | | Google | Gemini 2.5 Pro | `gemini-2.5-pro` | **1M** | $1.25 / $10.00 | | Anthropic | Opus 4.5 | `claude-opus-4-5-20251101` | 200K | $5.00 / $25.00 | ### ⚡ FAST 모델 (일반 작업) | 제공사 | 모델 | API 호출명 | Context | Input/Output (/1M) | |--------|------|-----------|---------|-------------------| | OpenAI | GPT-5.1 | `gpt-5.1` | 272K | $1.25 / $10.00 | | OpenAI | GPT-5 | `gpt-5-2025-08-07` | 272K | $1.25 / $10.00 | | OpenAI | GPT-5 최신 | `gpt-5-chat-latest` | 272K | $1.25 / $10.00 | | OpenAI | GPT-4.1 | `gpt-4.1-2025-04-14` | **1M** | $2.00 / $8.00 | | Anthropic | Sonnet 4.5 | `claude-sonnet-4-5-20250929` | 200K | $3.00 / $15.00 | | Anthropic | Sonnet 4 | `

What's inside
Steps it walks through
  1. 🚀 Quick Reference - 즉시 사용 가능한 모델명
  2. 🧠 추론 모델 (복잡한 문제 해결)
  3. ⚡ FAST 모델 (일반 작업)
  4. 💰 가성비 모델 (대량 처리/저비용)
  5. 📏 Context Window 비교
  6. 상세 정보 참조
  7. 빠른 선택 가이드
  8. 복잡한 추론/코딩 작업
  9. 빠른 응답이 필요한 일반 작업
  10. 대량 처리/비용 최적화
  11. 비용 절감 전략
  12. 1. 프롬프트 캐싱 (90% 절감 가능)
  13. 2. 배치 처리 (50% 절감)
  14. 3. 모델 계층화 전략
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the ai-model-reference skill do?

AI 모델 API 호출명 및 가격 참조 가이드. API 키로 AI 모델을 호출할 때 정확한 모델명(model string)과 최신 가격 정보를 제공합니다. 사용 시점: (1) OpenAI, Anthropic, Google, DeepSeek 등의 API 호출 시 모델명이 필요할 때, (2) 토큰 비용/가격 비교가 필요할 때, (3) 최신 추론 모델/FAST 모델/가성비 모델 선택이 필요할 때, (4) 프롬프트 캐싱/배치 처리 비용 최적화가 필요할 때

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill ai-model-reference --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going