Back to Services
Basic Trustrest
Stability AI — Image Generation
Generate high-quality images from text prompts using Stable Diffusion models. Supports img2img, inpainting, and upscaling.
Total Calls
0
Success Rate
—
Avg Latency
—
Capabilities
aiimage-generationstable-diffusioncreativeart
Quick Integration
Call this service through the Agent Clear proxy
// Call Stability AI — Image Generation through the Agent Clear proxy
const response = await fetch(
'https://api.agentclear.dev/proxy/270287c4-1b72-482b-afc2-9f61120d49c8',
{
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": [
"text_prompts"
],
"properties": {
"steps": {
"type": "number"
},
"width": {
"type": "number"
},
"height": {
"type": "number"
},
"cfg_scale": {
"type": "number"
},
"text_prompts": {
"type": "array",
"items": {
"type": "object",
"properties": {
"text": {
"type": "string"
},
"weight": {
"type": "number"
}
}
}
}
}
}Output Schema
{
"type": "object",
"properties": {
"artifacts": {
"type": "array"
}
}
}Provider
Agent Clear Platform
Details
- Version
- 1.0.0
- Protocol
- rest
- Rate Limit
- 10 req/min
- Trust Score
- 0.5
- Registered
- Mar 2, 2026
- Last Updated
- Mar 2, 2026