ModelsPricingEnterprise
500+ AI Model API, All In One API.Just In CometAPI
Models API
Developer
Quick StartDocumentationAPI Dashboard
Company
About usEnterprise
Resources
AI ModelsBlogChangelogSupport
Terms of ServicePrivacy Policy
© 2026 CometAPI · All rights reserved
Home/Models/Replicate/stability-ai/stable-diffusion-3.5-large
R

stability-ai/stable-diffusion-3.5-large

Per Request:$0.208
Commercial Use
Overview
Features
Pricing
API

Technical Specifications of stability-ai/stable-diffusion-3-5-large

SpecificationDetails
Model IDstability-ai/stable-diffusion-3-5-large
ProviderStability AI
Model typeText-to-image generative model
Parameter scale8 billion parameters
FamilyStable Diffusion 3.5
ArchitectureDiffusion Transformer with Transformer and CNN components
Primary inputText prompt, with optional image-based control workflows in some deployments
OutputRGB image
Target resolutionUp to 1 megapixel; commonly supported resolutions include 1024×1024, 768×1344, 1344×768, and 1216×832
Notable add-onsControlNet variants for Canny and Depth control are listed alongside the Large model; the Stability AI SD3.5 repository also references Blur, Canny, and Depth ControlNets for SD3.5 Large workflows
Access optionsSelf-hosted deployment, Stability AI API, cloud partner ecosystems, and web-based applications

What is stability-ai/stable-diffusion-3-5-large?

stability-ai/stable-diffusion-3-5-large is CometAPI’s platform identifier for Stability AI’s Stable Diffusion 3.5 Large, a flagship text-to-image model in the Stable Diffusion 3.5 family. Stability AI describes it as the most powerful model in the family, focused on superior image quality and prompt adherence for professional-grade generation at up to 1 megapixel resolution.

The model is designed for generating high-quality visuals from natural-language prompts, including photorealistic and artistic outputs. Based on Stability AI’s public model information and partner model cards, it emphasizes strong prompt following, higher visual fidelity, and flexibility for more advanced creative and production workflows than lighter variants in the same family.

Main features of stability-ai/stable-diffusion-3-5-large

  • High-capacity 8B model: Stable Diffusion 3.5 Large is built at the 8 billion parameter scale, positioning it as the highest-capability model in the SD3.5 lineup for demanding image-generation tasks.
  • Professional-grade image quality: Stability AI presents the Large variant as the strongest option in the family for quality and prompt adherence, making it suitable for creators, design workflows, and professional visual generation.
  • Up to 1 megapixel generation: The model is intended for high-resolution image creation, with common supported output sizes including square and portrait/landscape formats such as 1024×1024, 768×1344, 1344×768, and 1216×832.
  • Diffusion Transformer architecture: Public model documentation describes the architecture as a Diffusion Transformer, combining transformer-based modeling with CNN components in the overall system.
  • Flexible controllability options: SD3.5 Large can be paired with ControlNet-based guidance. Public references list Canny and Depth variants in partner model cards, while Stability AI’s repository also shows Blur control support for SD3.5 Large workflows.
  • Multiple deployment paths: Stability AI indicates that the SD3.5 family can be deployed on your own infrastructure, integrated via API, used through cloud partners, or accessed through web-based tools.
  • Prompt-driven creative flexibility: The official repository examples show support for prompt-based generation, configurable width and height, step counts, seeds, and controlled generation pipelines, which makes the model practical for both experimentation and production tuning.

How to access and integrate stability-ai/stable-diffusion-3-5-large

Step 1: Sign Up for API Key

To get started, sign up on CometAPI and generate your API key from the dashboard. Once you have your key, store it securely and use it to authenticate every request to the API.

Step 2: Send Requests to stability-ai/stable-diffusion-3-5-large API

Use CometAPI’s OpenAI-compatible endpoint and specify the model as stability-ai/stable-diffusion-3-5-large.

curl --request POST \
  --url https://api.cometapi.com/v1/images/generations \
  --header "Authorization: Bearer $COMETAPI_API_KEY" \
  --header "Content-Type: application/json" \
  --data '{
    "model": "stability-ai/stable-diffusion-3-5-large",
    "prompt": "A cinematic futuristic city skyline at sunset, ultra detailed, volumetric lighting"
  }'
from openai import OpenAI

client = OpenAI(
    api_key="YOUR_COMETAPI_API_KEY",
    base_url="https://api.cometapi.com/v1"
)

response = client.images.generate(
    model="stability-ai/stable-diffusion-3-5-large",
    prompt="A cinematic futuristic city skyline at sunset, ultra detailed, volumetric lighting"
)

print(response)

Step 3: Retrieve and Verify Results

After sending the request, parse the API response to retrieve the generated image output or image URL, depending on the response format enabled in your integration. Then verify that the result matches the requested prompt, expected resolution, and any workflow constraints before storing it or returning it to end users.

Features for stability-ai/stable-diffusion-3.5-large

Explore the key features of stability-ai/stable-diffusion-3.5-large, designed to enhance performance and usability. Discover how these capabilities can benefit your projects and improve user experience.

Pricing for stability-ai/stable-diffusion-3.5-large

Explore competitive pricing for stability-ai/stable-diffusion-3.5-large, designed to fit various budgets and usage needs. Our flexible plans ensure you only pay for what you use, making it easy to scale as your requirements grow. Discover how stability-ai/stable-diffusion-3.5-large can enhance your projects while keeping costs manageable.
Comet Price (USD / M Tokens)Official Price (USD / M Tokens)Discount
Per Request:$0.208
Per Request:$0.26
-20%

Sample code and API for stability-ai/stable-diffusion-3.5-large

Access comprehensive sample code and API resources for stability-ai/stable-diffusion-3.5-large to streamline your integration process. Our detailed documentation provides step-by-step guidance, helping you leverage the full potential of stability-ai/stable-diffusion-3.5-large in your projects.

More Models

O

GPT Image 2

Input:$6.4/M
Output:$24/M
GPT Image 2 is openai state-of-the-art image generation model for fast, high-quality image generation and editing. It supports flexible image sizes and high-fidelity image inputs.
D

Doubao-Seedance-2-0

Per Second:$0.07
Seedance 2.0 is ByteDance’s next-generation multimodal video foundation model focused on cinematic, multi-shot narrative video generation. Unlike single-shot text-to-video demos, Seedance 2.0 emphasizes reference-based control (images, short clips, audio), coherent character/style consistency across shots, and native audio/video synchronization — aiming to make AI video useful for professional creative and previsualization workflows.
C

Claude Opus 4.7

Input:$3/M
Output:$15/M
Claude Opus 4.7 is a hybrid reasoning model designed specifically for frontier-level coding, AI agents, and complex multi-step professional work. Unlike lighter models (e.g., Sonnet or Haiku variants), Opus 4.7 prioritizes depth, consistency, and autonomy on the hardest tasks.
A

Claude Sonnet 4.6

Input:$2.4/M
Output:$12/M
Claude Sonnet 4.6 is our most capable Sonnet model yet. It’s a full upgrade of the model’s skills across coding, computer use, long-context reasoning, agent planning, knowledge work, and design. Sonnet 4.6 also features a 1M token context window in beta.
O

GPT 5.5 Pro

Input:$24/M
Output:$144/M
An advanced model engineered for extremely complex logic and professional demands, representing the highest standard of deep reasoning and precise analytical capabilities.
O

GPT 5.5

Input:$4/M
Output:$24/M
A next-generation multimodal flagship model balancing exceptional performance with efficient response, dedicated to providing comprehensive and stable general-purpose AI services.