Navigation
Mobile DocsNavigation
Mobile DocsRun AI models with cloud API
Integrate with Replicate to run thousands of AI models including image generation, LLMs, speech recognition, and more. Deploy custom models without managing infrastructure using API token authentication.
Placeholder: Enter your Replicate API token
Layout: full
Layout: full
Options: Run Prediction, Get Prediction, List Models, Get Model
Placeholder: owner/model-name:version or owner/model-name
Layout: full
Condition: operation = ["run_prediction","get_model"]
Placeholder: {"prompt": "a cat", "width": 512}
Layout: full
Condition: operation = "run_prediction"
Placeholder: Enter prediction ID
Layout: full
Condition: operation = "get_prediction"
Required
Required
Optional
Optional
Optional
Primary response type:
{
"data": "json"
}