ToolKiti
Home/图像生成/Stability AI API

Stability AI API

Stability AI 接口

Generate images with Stable Diffusion 3, SDXL, and image-to-video models.

使用 Stable Diffusion 3、SDXL 和图像转视频模型生成图像。

Pricing

pay-as-you-go (per image)

Authentication

  • API Key

Popularity

60/100

Endpoints

https://api.stability.ai/v1/generation/stable-diffusion-v3/text-to-image

SDKs

PythonTypeScriptcurl

Key Features

Code Examples

Text-to-Imagebash
curl -X POST https://api.stability.ai/v1/generation/stable-diffusion-v3/text-to-image \
  -H "Authorization: Bearer $STABILITY_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "text_prompts": [{"text": "a cat wearing a hat"}],
    "samples": 1
  }'

Tags

imagegenerationstable-diffusion

Last updated: 2026-07-27

Compare Stability AI API with other APIs

Similar APIs

Something wrong or missing? Open an issue on GitHub →

Pricing Comparison

APIPricingAuthPopularity
Midjourney APIsubscription plans from $10/monthDiscord Bot (via API proxy)
92
RunwayML APIfree tier + $15/monthAPI Key
79
Midjourney APIsubscription ($10-$60/mo), API via third-partyAPI Key
75
RunwayML APIfree tier (credits), Standard $15/mo, Pro $35/mo, Unlimited $100/moAPI Key
74

Discussion

Questions, feedback, or suggestions? Start a discussion.

Discuss on GitHub