Back to Services
Basic Trustrest
Replicate — Run ML Models
Run open-source ML models in the cloud with a single API call. Supports image generation, LLMs, audio, and video models.
Total Calls
0
Success Rate
—
Avg Latency
—
Capabilities
aimlimage-generationllmreplicate
Quick Integration
Call this service through the Agent Clear proxy
// Call Replicate — Run ML Models through the Agent Clear proxy
const response = await fetch(
'https://api.agentclear.dev/proxy/e8f7efb6-0025-4cb8-88e4-9bc24d455138',
{
method: 'POST',
headers: {
'Authorization': 'Bearer axk_your_api_key',
'Content-Type': 'application/json',
},
body: JSON.stringify({
// Your input payload here
}),
}
);
const result = await response.json();Input Schema
{
"type": "object",
"required": [
"version",
"input"
],
"properties": {
"input": {
"type": "object",
"description": "Model inputs"
},
"version": {
"type": "string",
"description": "Model version ID"
}
}
}Output Schema
{
"type": "object",
"properties": {
"id": {
"type": "string"
},
"output": {},
"status": {
"type": "string"
}
}
}Provider
Agent Clear Platform
Details
- Version
- 1.0.0
- Protocol
- rest
- Rate Limit
- 30 req/min
- Trust Score
- 0.5
- Registered
- Mar 2, 2026
- Last Updated
- Mar 2, 2026