replicate
Installation
SKILL.md
Docs
- Reference docs: https://replicate.com/docs/llms.txt
- HTTP API schema: https://api.replicate.com/openapi.json
- MCP server: https://mcp.replicate.com
- Set an
Accept: text/markdownheader when requesting docs pages to get a Markdown response.
Workflow
Here's a common workflow for using Replicate's API to run a model:
- Choose the right model - Search with the API or ask the user
- Get model metadata - Fetch model input and output schema via API
- Create prediction - POST to /v1/predictions
- Poll for results - GET prediction until status is "succeeded"
- Return output - Usually URLs to generated content