npx claudepluginhub replicate/skills --plugin prompt-imagesThis skill uses the workspace's default tool permissions.
- Reference: <https://replicate.com/docs/llms.txt>
Compares Replicate models by cost, speed, quality, and capabilities using schemas, test predictions, metrics, and docs. Useful for selecting optimal AI models.
Automates Replicate AI model operations: run predictions on public models (image gen, LLMs, audio/video), upload input files, inspect schemas/docs, list versions, track history via Composio MCP.
Queries OpenRouter for 300+ AI models' pricing, context lengths, capabilities, throughput, provider latency/uptime. Scripts to list, search, compare, resolve names, find optimal providers.
Share bugs, ideas, or general feedback.
https://replicate.com/{owner}/{model}/llms.txtAccept: text/markdown when requesting docs pages for Markdown responses.GET /v1/search?query=...) to find models by task. Returns models, collections, and docs.tags, generated_description, and run_count.official collection contains always-warm models with stable APIs and predictable pricing.GET /v1/collections. Get one by slug with GET /v1/collections/{slug}.GET /v1/models/{owner}/{name}).model.latest_version.openapi_schema.components.schemas.Input.propertiestype, description, default, minimum/maximum, enum, format (e.g. uri for file inputs).image-generation, video, audio, etc.).owner/name format (e.g. black-forest-labs/flux-2-klein-9b). Routes to the latest version automatically.owner/name:version_id. You must pin a specific version. Community models can cold-boot and take time to start.