Borrowing it
Nothing to install: this file belongs to caretive-ai/project-careti. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/caretive-ai/project-careti/main/.agents/commands/update-model-list.mdgit clone --depth 1 https://github.com/caretive-ai/project-caretiWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/caretive-ai/project-careti/update-model-list)<a href="https://agentmods.dev/commands/caretive-ai/project-careti/update-model-list"><img src="https://agentmods.dev/badge/commands/caretive-ai/project-careti/update-model-list/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/commands/caretive-ai/project-careti/update-model-list"><img src="https://agentmods.dev/badge/commands/caretive-ai/project-careti/update-model-list.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00007 | $0.00448 |
| Opus 5 | $0.00003 | $0.00224 |
| Sonnet 5 | $0.00001 | $0.00090 |
| Haiku 4.5 | $0.00001 | $0.00045 |
Grade A, and why
update-model-list scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Update Model List
Automatically generate Caret's support model list and update related documentation.
When to Use
- When new API providers or models are added to
src/shared/api.ts - When provider/model counts need to be updated in README or docs
- When support model list documents need to be regenerated
Workflow
1. Run Script
node careti-scripts/build/generate-support-model-list.js
# Or use npm script
npm run models:generate
2. Verify Output
📊 Extracted data:
🔹 Providers: 30
🔹 Total models: 349
🔹 Unique models: 266
🔹 Model sections: 30
3. Update README Files
Update provider/model counts in these files:
README.mdcareti-docs/readme-i18n/README.ko.mdcareti-docs/readme-i18n/README.ja.mdcareti-docs/readme-i18n/README.zh-cn.mdcareti-docs/readme-i18n/README.fr.mdcareti-docs/readme-i18n/README.de.mdcareti-docs/readme-i18n/README.ru.md
Text Patterns
- English:
{N} providers, {M} models - Korean:
{N}개 프로바이더, {M}개 모델 - Japanese:
{N}プロバイダー、{M}モデル - Chinese:
{N}个提供商,{M}个模型
Output Files
careti-docs/development/support-model-list.mdx(Korean)careti-docs/development/support-model-list.en.mdx(English)
Key Files
| File | Purpose |
|---|---|
careti-scripts/build/generate-support-model-list.js |
Generator script |
src/shared/api.ts |
Data source |
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 58 lines · 7 tokens per session scan A c1a9f6f0cbf3
update-model-list is a command published in the GitHub repository caretive-ai/project-careti (47 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 7 tokens to every session and 448 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
MIGRATE_DESIGN
Design doc for the migration tool PR. Author: Sol ([email protected]). Co-authored-by: wakesync.
vibe-agents
Step 4 of the vibe-coding workflow: generate AGENTS.md + tool configs so the AI builder stays on track.
branch-cleanup
Clean up merged and stale branches locally and remotely.
audit-accessibility
Audit web page or component for WCAG accessibility compliance.
generate-docs
Generate or update project documentation including README, API docs, and changelog.
check-go
Run Go code quality checks including formatting, linting, vetting, and tests.