add-model-price
द्वारा langfuse
जब worker/src/constants/default-model-prices.json, packages/shared/src/server/llm/types.ts, मूल्य निर्धारण स्तर, टोकनाइज़र आईडी, या matchPattern regexes को संपादित कर रहे हों तब उपयोग करें…
npx skills add https://github.com/langfuse/langfuse --skill add-model-priceAdd Model Price
Use this skill for model pricing changes in worker/ and shared LLM type
updates in packages/shared/.
When to Apply
- Editing
worker/src/constants/default-model-prices.json - Editing
packages/shared/src/server/llm/types.ts - Adding a new priced model
- Updating provider prices, cache pricing, or tier conditions
- Expanding regex coverage for Bedrock, Vertex, Azure, or provider-prefixed model names
- Auditing default model prices for stale, missing, or unmatched provider pricing
How to Read This Skill
- Use this
SKILL.mdas the high-level workflow and helper index. - Open only the specific reference file that matches the task.
Quick Start Checklist
Adding a New Model
- Gather official pricing from the provider documentation.
- Generate a lowercase UUID for the model entry.
- Create a
matchPatternthat covers supported provider formats. - Add at least one default pricing tier.
- Insert the pricing entry into
worker/src/constants/default-model-prices.json. - Update
packages/shared/src/server/llm/types.tsif the model should be selectable in playground or evaluation flows. - Validate the JSON after editing.
Updating an Existing Model
- Update the relevant prices, keys, tiers, or regexes.
- Refresh
updatedAtto today's ISO-8601 timestamp. - Validate the JSON after editing.
Reference Map
| Topic | Read this when | File |
|---|---|---|
| Schema and tier rules | You need the entry shape or pricing-tier invariants | references/schema-and-tiers.md |
| Provider sources and price keys | You need official pricing URLs, per-token conversion, or provider-specific usage keys | references/provider-sources-and-price-keys.md |
| Match patterns | You are editing matchPattern regexes or provider coverage | references/match-patterns.md |
| Workflow and validation | You are applying the end-to-end edit process or checking common mistakes | references/workflow-and-validation.md |
| Automated audit mode | You are running a scheduled/default-price audit and need CI-safe edit rules | references/automated-audit.md |
Deterministic Helpers
- Pricing file validator:
node .agents/skills/add-model-price/scripts/validate-pricing-file.mjs - Match-pattern tester:
node .agents/skills/add-model-price/scripts/test-match-pattern.mjs --model <modelName> --accept <sample...> --reject <sample...> - Direct regex tester:
node .agents/skills/add-model-price/scripts/test-match-pattern.mjs --pattern '(?i)^(openai/)?(gpt-4o)$' --accept gpt-4o openai/gpt-4o --reject gpt-4o-mini
langfuse की और Skills
agent-setup-maintenance
langfuse
इस कौशल का उपयोग तब करें जब रिपॉजिटरी के लिए साझा एजेंट सेटअप बदल रहे हों।
official
backend-dev-guidelines
langfuse
Langfuse के Next.js, tRPC, BullMQ और TypeScript मोनोरिपो के लिए साझा बैकएंड गाइड। tRPC राउटर, सार्वजनिक REST एंडपॉइंट, BullMQ बनाते या समीक्षा करते समय उपयोग करें…
official
changelog-writing
langfuse
इस कौशल का उपयोग तब करें जब किसी पूर्ण फीचर ब्रांच के लिए चेंजलॉग एंट्री की आवश्यकता हो।
official
clickhouse-best-practices
langfuse
ClickHouse स्कीमा, क्वेरी या कॉन्फ़िगरेशन की समीक्षा करते समय अनिवार्य रूप से उपयोग करें। इसमें 28 नियम शामिल हैं जिन्हें सिफारिशें देने से पहले जांचना अनिवार्य है। हमेशा पढ़ें…
official
code-review
langfuse
इस कौशल का उपयोग तब करें जब कार्य कोई सुविधा लागू करने के बजाय कोड परिवर्तनों की समीक्षा करना हो।
official
frontend-browser-review
langfuse
इस कौशल का उपयोग तब करें जब कोई बदलाव ब्राउज़र में उपयोगकर्ताओं द्वारा देखे या किए जाने वाले कार्यों को प्रभावित करता है।
official
skill-developer
langfuse
एन्थ्रोपिक की सर्वोत्तम प्रथाओं का पालन करते हुए क्लॉड कोड स्किल्स बनाएं और प्रबंधित करें। नई स्किल्स बनाते समय, skill-rules.json को संशोधित करते समय, ट्रिगर को समझते समय उपयोग करें…
official
turborepo
langfuse
जावास्क्रिप्ट/टाइपस्क्रिप्ट मोनोरेपो के लिए बिल्ड सिस्टम। टर्बोरेपो कार्य आउटपुट को कैश करता है और निर्भरता ग्राफ के आधार पर कार्यों को समानांतर रूप से चलाता है।
official