compare-models
Installation
SKILL.md
Docs
- Reference: https://replicate.com/docs/llms.txt
- OpenAPI schema: https://api.replicate.com/openapi.json
- MCP server: https://mcp.replicate.com
- Per-model docs:
https://replicate.com/{owner}/{model}/llms.txt - Set
Accept: text/markdownwhen requesting docs pages for Markdown responses.
Workflow
- Search or browse collections to build a shortlist of candidate models.
- Fetch each model's schema to compare inputs, outputs, and capabilities.
- Check pricing from model metadata or the Replicate website.
- Run a small batch of test predictions to compare output quality.
- Pick the model that best fits your constraints (cost, latency, quality).
What to compare
- Speed: Check
metrics.predict_timeon completed predictions for actual inference time. Official models are always warm. Community models can cold-boot.
Related skills