Build with leading image, video & audio models.
One task API. One credit balance.

Use Flux, Kling, Veo, WAN, Seedance, Qwen and ElevenLabs through one API key and a unified task workflow. Pay as you go with live per-model pricing, currently up to 52% below official list prices.

14+
Models live today
6
Providers, one key
52%
Below official pricing
model
1curl -X POST \
2 https://api.wizzx.ai/api/v1/task/submit/nano-banana \
3 -H "Authorization: Bearer $WIZZX_API_KEY" \
4 -H "Content-Type: application/json" \
5 -d '{
6 "prompt": "a lighthouse at dawn, cinematic light",
7 "aspect_ratio": "16:9"
8 }'
9
10# → { "task_id": "task_01hf8k…", "status": "queued" }
POST /api/v1/task/submit/nano-bananafrom $0.024 / imagesave 38%
Models from
GeminiGoogle
OpenAIOpenAI
Black Forest LabsBlack Forest Labs
KlingKling AI
ByteDanceByteDance
QwenAlibaba
ElevenLabsElevenLabs

Catalog

One key, the whole catalog.

Per-unit prices in credits, with official comparisons when the backend publishes them. The credit/USD rate is synced from the API.

View all models

Platform

A practical control layer for generative media APIs.

One place to discover models, submit tasks, manage keys and understand usage.

Backend-synced model catalog

Browse the image, video and audio models currently published by the Wizzx backend, with capabilities and prices attached to each model.

flux-2-prokling-2-6veo3wan-2-6seedream-4-5seedance-1.5-pro

One task lifecycle

Submit by model key, track the returned task ID and retrieve the result through one workflow. Model-specific inputs stay explicit.

Transparent pay-as-you-go pricing

Use one credit balance across the catalog. Billing units and model price tiers are visible before you submit a task.

Async by design

Submit long-running generation jobs without holding a request open. Poll task status or receive a webhook, then retrieve the result.

queued → processing → succeeded

API keys you control

Create and revoke secret API keys from the dashboard, and keep them out of browser code and public repositories.

wizzx_sk_live_∙∙∙∙∙∙∙∙ · server-side only

Usage you can audit

Review task logs, credit usage and model activity from the dashboard when you need to debug or reconcile spend.

Integration

One task workflow from request to result.

Use one API key and one task lifecycle while keeping each model's supported inputs explicit.

GPT
Qwen
Qwen
Gemini
Gemini
ByteDance
ByteDance
Kling
Kling
Flux
Flux
Wizzx
Wizzx
Task workflow
Submit → status → result
Models
14 available
  1. 01

    Create an API key

    Sign in and generate a secret key from the dashboard.

    wizzx_sk_live_ ∙∙∙∙∙∙∙∙∙∙∙∙
  2. 02

    Submit a task

    Choose a published model key and send its supported inputs to the task endpoint.

    POST /api/v1/task/submit/{model}
  3. 03

    Fetch the result

    Poll the status or take a webhook, then download the generated asset.

    GET /api/v1/task/status

Pricing

Pay-as-you-go credits

One-time credit packs with volume savings. No subscriptions or auto-renewals.

Basic

$15One-time

15,000 credits

Cost per credit$0.0010
  • One-time top-up — no recurring charges
  • Top up anytime as your usage grows
  • Credits never expire
  • Full API access included
Most Popular

Pro

$50One-time

55,000 credits

You save9%
  • One-time top-up — no recurring charges
  • Top up anytime as your usage grows
  • Credits never expire
  • Full API access included

Enterprise

$150One-time

175,000 credits

You save14%
  • One-time top-up — no recurring charges
  • Top up anytime as your usage grows
  • Credits never expire
  • Full API access included

Enterprise

Need a custom plan?

Talk to us about higher volumes, invoicing, dedicated limits, or aligning billing to your team's procurement flow.

Contact Us

FAQ

Frequently asked questions

The live Model Catalog is the source of truth. It lists every image, video and audio model currently published by the Wizzx backend, including its model key, capabilities, billing unit and price tiers.

Wizzx uses pay-as-you-go credits. Credit packs are one-time purchases with no automatic renewal, and purchased credits do not expire while your account remains open and in good standing. Check the Pricing page for current model-level rates.

Credits are our unified currency across all models. 1 credit ≈ $0.001 USD. Different models consume different amounts of credits based on output quality and duration. For example, generating a 5-second video costs more credits than a single image.

Generation requests use an asynchronous task workflow. Submit a model task, keep the returned task ID, then poll the status endpoint or handle a webhook until the task reaches a terminal state.

Keep Wizzx API keys in server-side code and revoke a key from the dashboard if it is exposed. Our Privacy Policy explains which account, task and billing data is processed and why.

You can integrate Wizzx through the documented task API. For production workloads, handle retries, timeouts and terminal task states in your application, and treat the live catalog and documentation as the source of truth for current model availability and limits.

Sign in, create an API key in the dashboard, choose a model from the live catalog and submit your first task. The documentation contains endpoint details and model-specific inputs.

For technical questions, account help or billing inquiries, email support@wizzx.ai and include the relevant task or order ID when available.