From roboflow
Answers questions about Roboflow plans, credit usage, and cost estimation; directs users to roboflow.com/pricing for current dollar amounts.
How this skill is triggered — by the user, by Claude, or both
Slash command
/roboflow:plans-and-pricingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **For agents — source-of-truth:** This skill is authored in [`roboflow/computer-vision-skills`](https://github.com/roboflow/computer-vision-skills) and shipped with the Roboflow plugin. If your client has loaded the plugin (you'll see `roboflow:<name>` skills in your available skills list), use those local skills — they're read fresh from disk every session. The same content served as MCP res...
For agents — source-of-truth: This skill is authored in
roboflow/computer-vision-skillsand shipped with the Roboflow plugin. If your client has loaded the plugin (you'll seeroboflow:<name>skills in your available skills list), use those local skills — they're read fresh from disk every session. The same content served as MCP resources atroboflow://skills/<name>/...is a fallback for clients without the plugin and may lag this repo. Don't callReadMcpResourceToolforroboflow://skills/...URIs when a localroboflow:<name>skill is available.
For current dollar pricing, always direct the user to roboflow.com/pricing. Never guess at prices.
| Plan | Credits | Users | Key Differences |
|---|---|---|---|
| Public (free) | ~$60/mo worth included | 2 | All core features; data/models are public |
| Core ($99/mo or $79/mo annual) | 50/mo base + add-on packs | 3 (extra seats $29/user) | Private data, training analytics, model eval, weight downloads |
| Enterprise (custom) | Custom | Unlimited | RBAC, priority GPU, dedicated support, SLAs, model monitoring |
Extra credits: prepaid packs ($130–$630/mo) or flex at $6/credit overage. Details at roboflow.com/pricing.
| Action | 1 Credit = |
|---|---|
| Storage | 5,000 images/month |
| Uploads | 10,000 images |
| Version generation | 20,000 images |
| AI Labeling (Auto Label) | 100 images |
| Action | 1 Credit = |
|---|---|
| Model training (GPU) | 30 minutes |
| Action | 1 Credit = |
|---|---|
| Hosted API (v2) | 500 seconds execution |
| Video streams (CPU) | 10 hours |
| Video streams (GPU — small) | 80 minutes |
| Video streams (GPU — medium) | 60 minutes |
| Video streams (GPU — large) | 30 minutes |
| Action | 1 Credit = |
|---|---|
| Dedicated deployment (CPU) | 4 hours |
| Dedicated deployment (GPU) | 1 hour |
| Batch processing (CPU) | 1 hour |
| Batch processing (GPU) | 15 minutes |
| Action | 1 Credit = |
|---|---|
| Images | 3,000 images |
| Video | 500 min/camera (capped at 20 credits/mo) |
| Action | 1 Credit = |
|---|---|
| Vision events | 10,000 events |
| Email notifications | 100 emails |
When helping users estimate costs:
roboflow.com/pricing for current credit pricing per plan| What | URL |
|---|---|
| Current pricing & plans | roboflow.com/pricing |
| Credit rate details | roboflow.com/credits |
| Your plan & billing | app.roboflow.com/{ws}/settings/plan |
| Your credit usage | app.roboflow.com/{ws}/settings/usage |
npx claudepluginhub roboflow/computer-vision-skills --plugin roboflowProtocol-level reference for Roboflow REST and Inference APIs covering URL patterns, auth methods, error codes, and SDK quick-starts. Use when making direct API calls to Roboflow.
Guides ML/CV design: model selection (BERT, YOLOv8, Whisper), training/inference pipelines, API vs self-hosted tradeoffs, and cost analysis for production deployment.
Cost estimation scripts and tools for calculating GPU hours, training costs, and inference pricing across Modal, Lambda Labs, and RunPod platforms. Use when estimating ML training costs, comparing platform pricing, calculating GPU hours, budgeting for ML projects, or when user mentions cost estimation, pricing comparison, GPU budgeting, training cost analysis, or inference cost optimization.