# PixelDojo > AI image and video generation platform with a REST API. ## API PixelDojo provides an async job-based API for programmatic access to AI image and video generation models. - Base URL: https://pixeldojo.ai/api/v1 - Auth: Bearer token (API key) - Endpoint: POST /models/{modelId}/run → GET /jobs/{jobId} - Models available: 36 ### Available Models - flux-dev: High-quality development model with configurable steps, guidance, and LoRA support. (1 credit(s)) - flux-krea-dev: Photorealistic generation that avoids the oversaturated AI look. LoRA compatible. (1 credit(s)) - flux-1.1-pro: Latest pro model with enhanced quality and strong prompt adherence. (1 credit(s)) - flux-1.1-pro-ultra: Highest quality Flux model with raw mode for natural-looking images. (1.5 credit(s)) - flux-kontext-pro: Advanced model with state-of-the-art performance for both generation and editing. (1 credit(s)) - flux-kontext-max: Premium model with maximum performance and improved typography for generation and editing. (2 credit(s)) - flux-2-flex: Max-quality with up to 10 reference images (1.5 credit(s)) - flux-2-klein-4b: Very fast generation and editing with up to 5 reference images (0.1 credit(s)) - flux-2-klein-9b: 4-step distilled FLUX.2 [klein] foundation model for flexible control (0.5 credit(s)) - flux-2-pro: High-quality with up to 8 reference images (1.5 credit(s)) - flux-2-max: The highest fidelity image model from Black Forest Labs (2 credit(s)) - flux-2-dev: Fast quality with up to 4 reference images (1 credit(s)) - seedream-4: ByteDance Seedream 4.5 - New-generation image creation with superior aesthetics, text rendering, and up to 4K resolution (1 credit(s)) - seedream-5-lite: ByteDance Seedream 5.0 Lite - fast, high-quality image generation and editing with strong aesthetics and text rendering (1 credit(s)) - ponyxl-ponyrealism-v23: Pony Realism - Stylized anime generation (1 credit(s)) - ponyxl-tponynai3-v7: Pony NAI - Stylized anime generation (1 credit(s)) - ponyxl-waianinsfwponyxl-v140: Wai ANI - Stylized anime generation (1 credit(s)) - qwen-image-plus: Fast generation with excellent quality (1 credit(s)) - qwen-image-max: Highest quality output (2 credit(s)) - qwen-image-2.0: Fast, balanced image generation and editing (1 credit(s)) - qwen-image-2.0-pro: Enhanced text rendering, realistic textures, and semantic adherence (2 credit(s)) - wan-image: Fast cinematic image generation (3-6 seconds) with up to 4MP output and optional LoRA support (1 credit(s)) - wan-2.6-image: Alibaba WAN 2.6 high-quality AI image generation with prompt enhancement and up to 2MP output (1 credit(s)) - z-image-turbo: Super fast 6B parameter photorealistic image generation with excellent text rendering and LoRA support (0.5 credit(s)) - p-image: Sub-second text-to-image generation with exceptional text rendering and prompt adherence (1 credit(s)) - imagineart: Advanced text-to-image model generating ultra-high-fidelity 4K visuals with lifelike realism and refined aesthetics (1.5 credit(s)) - gemini-flash: Fast generation with Gemini 2.5 Flash (1 credit(s)) - nano-banana-pro: SOTA with accurate typography and reasoning (3 credit(s)) - nano-banana-2: Next-generation SOTA model with stronger consistency (3 credit(s)) - kling-image: Kling Image V3 text-to-image generation with optional image edits and flexible aspect ratios (1 credit(s)) - xai-image: xAI Grok Imagine Image via Replicate for text-to-image and single-image edits (1 credit(s)) - dreamina: ByteDance 4MP cinematic image generation with enhanced quality, precise style control, and commercial design optimization (1 credit(s)) - wan-2.6-flash: Fast and affordable image-to-video (1 credits/sec) - wan-2.2-plus: Official Alibaba model with 1080p support (10 credit(s)) - seedance-1.5: ByteDance Seedance 1.5 video generation with native audio, dance motion, 480p/720p resolution, and up to 12 seconds duration (1.5 credits/sec) - xai-video: xAI video generation via Replicate with text-to-video and image-to-video support (2 credits/sec) ## Documentation - [Full API Docs (LLM-optimized)](https://pixeldojo.ai/llm.txt): Complete API reference in plain text - [OpenAPI Spec](https://pixeldojo.ai/api/openapi): Machine-readable OpenAPI 3.1 specification - [API Docs (HTML)](https://pixeldojo.ai/api-docs): Static HTML API reference - [API Platform](https://pixeldojo.ai/api-platform): Interactive dashboard for keys, usage, and docs - [AI Plugin Manifest](https://pixeldojo.ai/.well-known/ai-plugin.json): Agent plugin manifest ## Quick Start 1. Get an API key: https://pixeldojo.ai/api-platform/api-keys 2. Submit a job: POST https://pixeldojo.ai/api/v1/models/flux-1.1-pro/run 3. Poll for results: GET https://pixeldojo.ai/api/v1/jobs/{jobId} ## Links - Website: https://pixeldojo.ai - API Platform: https://pixeldojo.ai/api-platform - Documentation: https://pixeldojo.ai/api-platform/documentation - ComfyUI Plugin: https://github.com/blovett80/ComfyUI-PixelDojo