Nucleus Image

Model Information

Display Name: Nucleus Image

API Model ID: wavespeed-ai/nucleus-image

Category: Text To Image

Description: Nucleus Image is a text-to-image generation model built on a sparse mixture-of-experts (MoE) diffusion transformer architecture, delivering fine-grained generation control with high-quality output. **Key Features:** - Sparse MoE diffusion transformer architecture - Negative prompt support for precise control - Adjustable inference steps and guidance scale - Multiple aspect ratios and output formats - Batch generation up to 2 images **Capabilities:** - High-quality photorealistic generation - Fine-grained creative control - Style and composition fidelity - Fast generation for production workflows **Best For:** - Creative content with precise control - Social media and marketing visuals - Rapid prototyping and iteration - High-volume image generation **Technical Specs:** - Architecture: Sparse MoE diffusion transformer - Default steps: 50 - Default guidance: 8.0 - Output formats: PNG, JPEG

How to Use This Model

To use Nucleus Image via the HInow.ai API, use the model ID: wavespeed-ai/nucleus-image

API Request Example (Chat/Text)


POST https://api.hinow.ai/v1/chat/completions
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json

{
  "model": "wavespeed-ai/nucleus-image",
  "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": "wavespeed-ai/nucleus-image",
  "prompt": "Your image description here"
}
              

Pricing

  • total: $0.014

Available Parameters

  • aspect_ratio:
  • num_inference_steps:
  • guidance_scale:
  • output_format:

Quick Reference

To use this model, set: "model": "wavespeed-ai/nucleus-image"

Featured: No

Documentation: https://hinow.ai/models/wavespeed-ai/nucleus-image

API Endpoint: https://api.hinow.ai/v1

Back to Models

Nucleus Image

wavespeed-ai/nucleus-image

$0.014
per image

About

Nucleus Image is a text-to-image generation model built on a sparse mixture-of-experts (MoE) diffusion transformer architecture, delivering fine-grained generation control with high-quality output.

Key Features:

  • Sparse MoE diffusion transformer architecture
  • Negative prompt support for precise control
  • Adjustable inference steps and guidance scale
  • Multiple aspect ratios and output formats
  • Batch generation up to 2 images

Capabilities:

  • High-quality photorealistic generation
  • Fine-grained creative control
  • Style and composition fidelity
  • Fast generation for production workflows

Best For:

  • Creative content with precise control
  • Social media and marketing visuals
  • Rapid prototyping and iteration
  • High-volume image generation

Technical Specs:

  • Architecture: Sparse MoE diffusion transformer
  • Default steps: 50
  • Default guidance: 8.0
  • Output formats: PNG, JPEG

Capabilities

Text To Image

Parameters

aspect_ratio
num_inference_steps
guidance_scale
output_format

Code Examples

curl -X POST https://api.hinow.ai/v1/images \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $HINOW_API_KEY" \
  -d '{
    "model": "wavespeed-ai/nucleus-image",
    "prompt": "A beautiful sunset over mountains",
    "parameters": {
      "aspect_ratio": "",
      "num_inference_steps": "",
      "guidance_scale": "",
      "output_format": ""
    }
  }'