Stability AI website screenshot

Stability AI

Stability AI is an AI company that develops open-source generative AI models for image, audio, video, and language, including the Stable Diffusion family of image generation models. The Stability AI developer platform provides REST APIs for text-to-image generation, image editing, image upscaling, image structure control, video generation, and 3D asset creation. All APIs are accessible at api.stability.ai using bearer token authentication.

6 APIs 16 Features
3D GenerationAIGenerative AIImage GenerationImage EditingMachine LearningStable DiffusionText to ImageVideo Generation

APIs

Stability AI Stable Image Generate API

The Stability AI Stable Image Generate API provides text-to-image generation capabilities powered by models including Stable Diffusion 3.5 and Stable Image Ultra. Developers can...

Stability AI Stable Image Edit API

The Stability AI Stable Image Edit API provides image editing capabilities including inpainting, outpainting, object erasing, background removal, and search-and-replace function...

Stability AI Stable Image Upscale API

The Stability AI Stable Image Upscale API enables developers to increase the resolution of images using AI-powered upscaling models. The API offers both conservative upscaling, ...

Stability AI Stable Image Control API

The Stability AI Stable Image Control API provides image-to-image generation guided by structural inputs such as sketches and reference structures. Using ControlNet-based models...

Stability AI Stable Video Diffusion API

The Stability AI Stable Video Diffusion API enables developers to generate short video clips from a single input image. Powered by the Stable Video Diffusion model, the API prod...

Stability AI Stable Fast 3D API

The Stability AI Stable Fast 3D API generates textured 3D mesh assets from single input images. The API rapidly produces 3D models suitable for use in games, augmented reality, ...

Collections

GraphQL

Stability AI GraphQL Schema

This conceptual GraphQL schema represents the Stability AI developer platform, which provides generative AI APIs for image generation, image editing, image upscaling, video gene...

GRAPHQL

Pricing Plans

Rate Limits

Stability Ai Rate Limits

3 limits

RATE LIMITS

FinOps

Features

API Membership $20/mo: 6,000 credits ($60 worth) included
1 credit = $0.01
SD3 (Stable Diffusion 3): ~$0.035 per image (3.5 credits)
Stable Image Ultra: $0.08 per image (8 credits, SD3.5 Large)
Stable Image Core: lower-cost mid-quality option
Stable Diffusion XL (SDXL)
Stable Video Diffusion
Stable 3D for 3D model generation
Stable Audio for music generation
Enterprise: volume discounts, self-hosted/private models
REST API at api.stability.ai
Default 150 req/10s per key
Image generation: 10 concurrent jobs
Video generation: 5 concurrent jobs
Bearer token (API key) auth
Open-weights models (research / community use)

Semantic Vocabularies

Stability Ai Context

0 classes · 8 properties

JSON-LD

API Governance Rules

Stability AI API Rules

10 rules · 2 errors 7 warnings 1 info

SPECTRAL

JSON Structure

Stability Ai Image Generation Structure

2 properties

JSON STRUCTURE

Stability Ai Structure

0 properties

JSON STRUCTURE

Example Payloads

Resources

🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation
🌐
Portal
Portal
💰
Pricing
Pricing
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
👥
GitHubOrg
GitHubOrg
🔗
JSONLD
JSONLD
🔗
JSONSchema
JSONSchema
🔗
JSONStructure
JSONStructure
🔗
Vocabulary
Vocabulary
🔗
SpectralRules
SpectralRules

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Stability AI Stable Video Diffusion API
  version: v2beta
request:
  auth:
    type: bearer
    token: '{{bearerToken}}'
items:
- info:
    name: Image to Video
    type: folder
  items:
  - info:
      name: Start an image-to-video generation
      type: http
    http:
      method: POST
      url: https://api.stability.ai/v2beta/image-to-video
      body:
        type: multipart-form
        data: []
    docs: Initiates an asynchronous video generation from a single input image. Returns a generation ID that can be used to
      poll for the completed video. The model produces a short animated sequence with realistic motion derived from the input
      image. Parameters control the strength of motion and conditioning.
  - info:
      name: Get the result of a video generation
      type: http
    http:
      method: GET
      url: https://api.stability.ai/v2beta/image-to-video/result/:id
      params:
      - name: id
        value: ''
        type: path
        description: The unique identifier of the asynchronous generation to poll for results.
    docs: Polls for the result of an asynchronous image-to-video generation. Returns the generated video when processing is
      complete or a status indicating the generation is still in progress.
bundled: true