Stable Image Core
Model Information
Display Name: Stable Image Core
API Model ID: stability-ai/stable-image-core
Category: Text To Image
Description: Stable Image Core is Stability AI's primary text-to-image service, delivering the best quality achievable at high speed. The successor to Stable Diffusion XL, it requires no prompt engineering — just ask for a style, scene or character. **Key Features:** - Fast and affordable generation at 1.5 megapixels - No prompt engineering required - Style presets and word-level prompt weighting **Best For:** - Rapidly iterating on concepts during ideation - High-volume asset generation - Cost-sensitive workflows
How to Use This Model
To use Stable Image Core via the HInow.ai API, use the model ID: stability-ai/stable-image-core
API Request Example (Chat/Text)
POST https://api.hinow.ai/v1/chat/completions
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json
{
"model": "stability-ai/stable-image-core",
"messages": [
{"role": "user", "content": "Your message here"}
]
}
API Request Example (Image Generation)
POST https://api.hinow.ai/v1/images
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json
{
"model": "stability-ai/stable-image-core",
"prompt": "Your image description here"
}
Pricing
- total: $0.045
Available Parameters
- aspect_ratio: Aspect ratio of the generated image. (Options: 1:1, 16:9, 9:16, 3:2, 2:3, 4:5, 5:4, 21:9, 9:21)
- negative_prompt: Keywords describing what you do NOT wish to see in the output image. Advanced feature.
- style_preset: Guides the image model towards a particular visual style. (Options: 3d-model, analog-film, anime, cinematic, comic-book, digital-art, enhance, fantasy-art, isometric, line-art, low-poly, modeling-compound, neon-punk, origami, photographic, pixel-art, tile-texture)
- seed: Random seed for reproducibility. Use -1 (or omit) for a random seed.
- output_format: Output image format. (Options: jpeg, png, webp)
Quick Reference
To use this model, set: "model": "stability-ai/stable-image-core"
Featured: No
Documentation: https://hinow.ai/models/stability-ai/stable-image-core
API Endpoint: https://api.hinow.ai/v1


