Freemium

Replicate ML API

Replicate ML API offers developers a platform to access and run a vast array of machine learning models through a unified API. It supports models in vision, NLP, audio, and more, enabling seamless integration of AI-powered features into applications without the need to manage infrastructure. Perfect for rapid prototyping and production ML workflows.

1

Endpoints

0

Views

Jul 20, 2025

Last Checked

NaN

Rate Limit

API Endpoints

Runs machine learning models on Replicate platform

Full URL

https://api.replicate.com/v1/predictions

Code Examples

curl -X POST 'https://api.replicate.com/v1/predictions' \
  -H 'Authorization: Bearer YOUR_API_KEY'

Parameters

{
  "input": {
    "width": 768,
    "prompt": "A futuristic city at sunset"
  },
  "version": "stability-ai/stable-diffusion:ac732df..."
}

Example Response

{
  "id": "ufawqhfynnddngldkgtslldrkq",
  "urls": {
    "get": "https://api.replicate.com/v1/predictions/ufawqhfynnddngldkgtslldrkq"
  },
  "output": null,
  "status": "processing"
}

Version

v1

Rate Limit

Model-dependent
Tags
cloud-gpumachine learning
Technical Details
Authentication
API Key
Response Formats
JSON
Availability
global
Status
Published
Rate Limits

No free tier (pay-per-execution)

Supported Languages
PythonJavaScript
Use Cases
model deployment
prototyping
https://replicate.com/pricing

Related APIs

Discover similar APIs that might interest you

APIopen source

SpeechBrain

SpeechBrain is a comprehensive open-sour...

Category
Machine Learning
Endpoints
1
asrspeech-processing
APIopen source

Ollama API

Ollama is an open-source framework that ...

Category
Machine Learning
Endpoints
2
llmlocal-ai
APIopen source

Haystack API

Haystack is a robust open-source Python/...

Category
Machine Learning
Endpoints
1
nlpsearch