← All providerslive
open source-host
Replicate
Long-tail OSS models and image/video pipelines.
Uptime (30d)
99.6%
Median tps
60
Median TTFT
900 ms
Price index
0.7×
vs. market median
Overview
- HQ
- San Francisco, US
- Founded
- 2019
- Models
- 80
- Modalities
- text, image, video, audio
- Regions
- us-west
Strengths
oss-catalogmedia
Route via llmcloud
curl https://api.llmcloud.ai/v1/chat/completions \
-H "Authorization: Bearer $LLMCLOUD_KEY" \
-H "X-Provider: replicate" \
-d '{
"model": "auto:quality",
"messages": [{"role":"user","content":"hi"}]
}'