# Pika API > 112 models — image, video, audio, and 3D through concrete REST media endpoints, plus LLMs through OpenAI-compatible / Anthropic Messages / GenAI chat endpoints — all with one API key. Use this file to discover an operation, then fetch its linked spec before making a request. The specs and the public catalog are the source of truth — do not infer endpoint paths, request fields, enum values, or pricing from model names or prior knowledge. ## Getting started - Customer API base URL: `https://api.dev.pika.art` - Auth: send `X-API-Key: YOUR_API_KEY` on customer API calls. Store the key server-side (suggested name `PIKA_API_KEY`) — never in browser code, URLs, or source control. - [Create an API key](https://dev.pika.art/keys) · [Dashboard](https://dev.pika.art/dashboard) · [Models](https://dev.pika.art/models) · [Pricing](https://dev.pika.art/pricing) · Support: api@pika.art ## Surfaces - Submit: `POST /v1/media/{vendor}/{model}/{function}`. - Poll: `GET /v1/media/jobs/{request_id}` until status is `completed` or `failed`. - Result URL: `GET /v1/media/jobs/{request_id}/content` returns `{ "url": "..." }` once the job completes. - Upload references: `POST /v1/media/uploads` with JSON `{ content_type, size_bytes }` returns a presigned `upload_url` (PUT the file there, sending the returned `headers` verbatim) and the hosted `url` to pass into inputs. - Retry-safe submits: send a stable `Idempotency-Key` header; never reuse a key with a different body. A failed job replays on its key, so retry failures with a fresh key. - Catalog: `GET /catalog/apis` and `GET /catalog/apis/{api_id}?expand=inputs` are public — live schemas and pricing, no API key required. - LLMs: synchronous chat — `POST /v1/chat/completions` (OpenAI-compatible), `POST /anthropic/v1/messages` (Anthropic), or `POST /genai/v1beta/models/{model}:generateContent` (Gemini). See each model's spec. ## Agent guidance - Check that `PIKA_API_KEY` is configured before writing request code; if missing, guide the user to [create a key](https://dev.pika.art/keys) — never ask them to paste it into chat. - Recommend one best-fit operation for the user's goal (at most one alternative, with the tradeoff) — don't present the catalog as a menu. - For video requests with no other constraints, default to Seedance 2.0 (`bytedance/seedance-2.0`) at 720p, 5s. - State the model, settings, and price before submitting a paid generation; approval of one generation does not authorize a batch or additional variants. - Never silently switch models after a paid request fails — explain the failure and get approval first. - Finish with working code or a generated artifact, then suggest one next capability to try. ## Recommended models Popular starting points per task; the full catalog is below. - Text to Video: [Seedance 2.0](https://dev.pika.art/llms/bytedance/seedance-2.0/text-to-video), [MiniMax H3](https://dev.pika.art/llms/minimax/h3/text-to-video), [Pika 2.5](https://dev.pika.art/llms/pika/pika-2.5/text-to-video) - Image to Video: [Seedance 2.0](https://dev.pika.art/llms/bytedance/seedance-2.0/image-to-video), [MiniMax H3](https://dev.pika.art/llms/minimax/h3/image-to-video), [Pika 2.5](https://dev.pika.art/llms/pika/pika-2.5/image-to-video) - Text to Image: [Seedream 5.0 Pro Text to Image](https://dev.pika.art/llms/bytedance/seedream-5.0-pro/text-to-image), [Nano Banana 2](https://dev.pika.art/llms/google/gemini-3.1-flash-image/text-to-image), [GPT Image 2](https://dev.pika.art/llms/openai/gpt-image-2/text-to-image) - Image Editing: [Seedream 5.0 Pro Image Editing](https://dev.pika.art/llms/bytedance/seedream-5.0-pro/image-to-image), [Nano Banana 2](https://dev.pika.art/llms/google/gemini-3.1-flash-image/image-to-image), [GPT Image 2](https://dev.pika.art/llms/openai/gpt-image-2/image-to-image) - Text to Speech: [Eleven Multilingual v2](https://dev.pika.art/llms/elevenlabs/eleven-multilingual-v2/text-to-speech), [MiniMax Speech 2.8 HD](https://dev.pika.art/llms/minimax/minimax-speech-2.8-hd/text-to-speech) - Music: [MiniMax Music 3.0](https://dev.pika.art/llms/minimax/minimax-music-3.0/text-to-audio), [Sonilo v1.1 Music](https://dev.pika.art/llms/sonilo/sonilo-v1.1-music/text-to-music) - Transcription: [Eleven Scribe](https://dev.pika.art/llms/elevenlabs/eleven-scribe/transcription), [Whisper](https://dev.pika.art/llms/openai/whisper/transcription) - LLM: [Claude Fable 5](https://dev.pika.art/llms/anthropic/claude-fable-5), [GPT-5.6 Sol](https://dev.pika.art/llms/openai/gpt-5.6-sol), [Gemini 3.1 Pro](https://dev.pika.art/llms/google/gemini-3.1-pro) ## Models Each entry is one callable operation; a model appears once per function it supports. Fetch the linked spec for the operation you intend to call. ### Pika - [Pika 2.5](https://dev.pika.art/models/pika/pika-2.5/image-to-video) (Image to Video, async). Spec: https://dev.pika.art/llms/pika/pika-2.5/image-to-video - [Pika 2.5](https://dev.pika.art/models/pika/pika-2.5/text-to-video) (Text to Video, async). Spec: https://dev.pika.art/llms/pika/pika-2.5/text-to-video - [Pikadditions](https://dev.pika.art/models/pika/pikadditions/video-to-video) (Video to Video, async). Spec: https://dev.pika.art/llms/pika/pikadditions/video-to-video - [Pikaswaps](https://dev.pika.art/models/pika/pikaswaps/video-to-video) (Video to Video, async). Spec: https://dev.pika.art/llms/pika/pikaswaps/video-to-video - [Pikaffects](https://dev.pika.art/models/pika/pikaffects/image-to-video) (Image to Video, async). Spec: https://dev.pika.art/llms/pika/pikaffects/image-to-video - [Pikaffects](https://dev.pika.art/models/pika/pikaffects/video-to-video) (Video to Video, async). Spec: https://dev.pika.art/llms/pika/pikaffects/video-to-video ### Alibaba - [Happyhorse 1.1 Image To Video](https://dev.pika.art/models/alibaba/happyhorse-1.1/image-to-video) (Image to Video, async). Spec: https://dev.pika.art/llms/alibaba/happyhorse-1.1/image-to-video - [Happyhorse 1.1 Reference To Video](https://dev.pika.art/models/alibaba/happyhorse-1.1/reference-to-video) (Reference to Video, async). Spec: https://dev.pika.art/llms/alibaba/happyhorse-1.1/reference-to-video - [Happyhorse 1.1 Text To Video](https://dev.pika.art/models/alibaba/happyhorse-1.1/text-to-video) (Text to Video, async). Spec: https://dev.pika.art/llms/alibaba/happyhorse-1.1/text-to-video - [Happyhorse 1.0](https://dev.pika.art/models/alibaba/happyhorse-1.0/image-to-video) (Image to Video, async). Spec: https://dev.pika.art/llms/alibaba/happyhorse-1.0/image-to-video - [Happyhorse 1.0](https://dev.pika.art/models/alibaba/happyhorse-1.0/reference-to-video) (Reference to Video, async). Spec: https://dev.pika.art/llms/alibaba/happyhorse-1.0/reference-to-video - [Happyhorse 1.0](https://dev.pika.art/models/alibaba/happyhorse-1.0/text-to-video) (Text to Video, async). Spec: https://dev.pika.art/llms/alibaba/happyhorse-1.0/text-to-video - [Happyhorse 1.0](https://dev.pika.art/models/alibaba/happyhorse-1.0/video-to-video) (Video to Video, async). Spec: https://dev.pika.art/llms/alibaba/happyhorse-1.0/video-to-video ### Anthropic - [Claude Fable 5](https://dev.pika.art/models/anthropic/claude-fable-5) (LLM, sync). Spec: https://dev.pika.art/llms/anthropic/claude-fable-5 - [Claude Sonnet 5](https://dev.pika.art/models/anthropic/claude-sonnet-5) (LLM, sync). Spec: https://dev.pika.art/llms/anthropic/claude-sonnet-5 - [Claude Opus 5](https://dev.pika.art/models/anthropic/claude-opus-5) (LLM, sync). Spec: https://dev.pika.art/llms/anthropic/claude-opus-5 ### Black Forest Labs - [FLUX 3 Image To Video](https://dev.pika.art/models/black-forest-labs/flux-3-video/image-to-video) (Image to Video, async). Spec: https://dev.pika.art/llms/black-forest-labs/flux-3-video/image-to-video - [FLUX 3 Text To Video](https://dev.pika.art/models/black-forest-labs/flux-3-video/text-to-video) (Text to Video, async). Spec: https://dev.pika.art/llms/black-forest-labs/flux-3-video/text-to-video - [FLUX 3 Video To Video](https://dev.pika.art/models/black-forest-labs/flux-3-video/video-to-video) (Video to Video, async). Spec: https://dev.pika.art/llms/black-forest-labs/flux-3-video/video-to-video ### ByteDance - [Seedance 2.0](https://dev.pika.art/models/bytedance/seedance-2.0/image-to-video) (Image to Video, async). Spec: https://dev.pika.art/llms/bytedance/seedance-2.0/image-to-video - [Seedance 2.0](https://dev.pika.art/models/bytedance/seedance-2.0/reference-to-video) (Reference to Video, async). Spec: https://dev.pika.art/llms/bytedance/seedance-2.0/reference-to-video - [Seedance 2.0](https://dev.pika.art/models/bytedance/seedance-2.0/text-to-video) (Text to Video, async). Spec: https://dev.pika.art/llms/bytedance/seedance-2.0/text-to-video - [Seedance 2.0 Fast](https://dev.pika.art/models/bytedance/seedance-2.0-fast/image-to-video) (Image to Video, async). Spec: https://dev.pika.art/llms/bytedance/seedance-2.0-fast/image-to-video - [Seedance 2.0 Fast](https://dev.pika.art/models/bytedance/seedance-2.0-fast/reference-to-video) (Reference to Video, async). Spec: https://dev.pika.art/llms/bytedance/seedance-2.0-fast/reference-to-video - [Seedance 2.0 Fast](https://dev.pika.art/models/bytedance/seedance-2.0-fast/text-to-video) (Text to Video, async). Spec: https://dev.pika.art/llms/bytedance/seedance-2.0-fast/text-to-video - [Seedance 2.0 Mini](https://dev.pika.art/models/bytedance/seedance-2.0-mini/image-to-video) (Image to Video, async). Spec: https://dev.pika.art/llms/bytedance/seedance-2.0-mini/image-to-video - [Seedance 2.0 Mini](https://dev.pika.art/models/bytedance/seedance-2.0-mini/reference-to-video) (Reference to Video, async). Spec: https://dev.pika.art/llms/bytedance/seedance-2.0-mini/reference-to-video - [Seedance 2.0 Mini](https://dev.pika.art/models/bytedance/seedance-2.0-mini/text-to-video) (Text to Video, async). Spec: https://dev.pika.art/llms/bytedance/seedance-2.0-mini/text-to-video - [Seedream 5.0 Pro Image Editing](https://dev.pika.art/models/bytedance/seedream-5.0-pro/image-to-image) (Image to Image, async). Spec: https://dev.pika.art/llms/bytedance/seedream-5.0-pro/image-to-image - [Seedream 5.0 Pro Text to Image](https://dev.pika.art/models/bytedance/seedream-5.0-pro/text-to-image) (Text to Image, async). Spec: https://dev.pika.art/llms/bytedance/seedream-5.0-pro/text-to-image - [Seedream 5.0 Lite Image Editing](https://dev.pika.art/models/bytedance/seedream-5.0-lite/image-to-image) (Image to Image, async). Spec: https://dev.pika.art/llms/bytedance/seedream-5.0-lite/image-to-image - [Seedream 5.0 Lite](https://dev.pika.art/models/bytedance/seedream-5.0-lite/text-to-image) (Text to Image, async). Spec: https://dev.pika.art/llms/bytedance/seedream-5.0-lite/text-to-image - [Seedream 4.5](https://dev.pika.art/models/bytedance/seedream-4.5/text-to-image) (Text to Image, async). Spec: https://dev.pika.art/llms/bytedance/seedream-4.5/text-to-image - [Seedream 4.0 Image Editing](https://dev.pika.art/models/bytedance/seedream-4.0/image-to-image) (Image to Image, async). Spec: https://dev.pika.art/llms/bytedance/seedream-4.0/image-to-image - [Seedream 4.0](https://dev.pika.art/models/bytedance/seedream-4.0/text-to-image) (Text to Image, async). Spec: https://dev.pika.art/llms/bytedance/seedream-4.0/text-to-image - [Seed Audio 1.0](https://dev.pika.art/models/bytedance/seed-audio-1.0/text-to-audio) (Text to Audio, async). Spec: https://dev.pika.art/llms/bytedance/seed-audio-1.0/text-to-audio ### DeepSeek - [DeepSeek V4 Pro](https://dev.pika.art/models/deepseek/deepseek-v4-pro) (LLM, sync). Spec: https://dev.pika.art/llms/deepseek/deepseek-v4-pro - [DeepSeek V4 Flash](https://dev.pika.art/models/deepseek/deepseek-v4-flash-0731) (LLM, sync). Spec: https://dev.pika.art/llms/deepseek/deepseek-v4-flash-0731 ### ElevenLabs - [Eleven Multilingual v2](https://dev.pika.art/models/elevenlabs/eleven-multilingual-v2/text-to-speech) (Text to Speech, async). Spec: https://dev.pika.art/llms/elevenlabs/eleven-multilingual-v2/text-to-speech - [Eleven Multilingual STS v2](https://dev.pika.art/models/elevenlabs/eleven-multilingual-sts-v2/speech-to-speech) (Speech to Speech, async). Spec: https://dev.pika.art/llms/elevenlabs/eleven-multilingual-sts-v2/speech-to-speech - [Eleven Scribe](https://dev.pika.art/models/elevenlabs/eleven-scribe/transcription) (Transcription, async). Spec: https://dev.pika.art/llms/elevenlabs/eleven-scribe/transcription - [Eleven Text to Dialogue](https://dev.pika.art/models/elevenlabs/eleven-text-to-dialogue/text-to-speech) (Text to Speech, async). Spec: https://dev.pika.art/llms/elevenlabs/eleven-text-to-dialogue/text-to-speech - [Eleven Text to Sound v2](https://dev.pika.art/models/elevenlabs/eleven-text-to-sound-v2/sound-effects) (Sound Effects, async). Spec: https://dev.pika.art/llms/elevenlabs/eleven-text-to-sound-v2/sound-effects - [Eleven Turbo v2.5](https://dev.pika.art/models/elevenlabs/eleven-turbo-v2-5/text-to-speech) (Text to Speech, async). Spec: https://dev.pika.art/llms/elevenlabs/eleven-turbo-v2-5/text-to-speech - [Eleven Voice Dubbing](https://dev.pika.art/models/elevenlabs/eleven-voice-dubbing/dubbing) (Dubbing, async). Spec: https://dev.pika.art/llms/elevenlabs/eleven-voice-dubbing/dubbing - [Eleven Voice Isolation](https://dev.pika.art/models/elevenlabs/eleven-voice-isolation/voice-isolation) (Voice Isolation, async). Spec: https://dev.pika.art/llms/elevenlabs/eleven-voice-isolation/voice-isolation ### Google - [Gemini Omni Flash](https://dev.pika.art/models/google/gemini-omni-flash/text-to-video) (Text to Video, async). Spec: https://dev.pika.art/llms/google/gemini-omni-flash/text-to-video - [Gemini Omni Flash Image To Video](https://dev.pika.art/models/google/gemini-omni-flash/image-to-video) (Image to Video, async). Spec: https://dev.pika.art/llms/google/gemini-omni-flash/image-to-video - [Gemini Omni Flash Reference To Video](https://dev.pika.art/models/google/gemini-omni-flash/reference-to-video) (Reference to Video, async). Spec: https://dev.pika.art/llms/google/gemini-omni-flash/reference-to-video - [Gemini Omni Flash Video To Video](https://dev.pika.art/models/google/gemini-omni-flash/video-to-video) (Video to Video, async). Spec: https://dev.pika.art/llms/google/gemini-omni-flash/video-to-video - [Veo 3.1](https://dev.pika.art/models/google/veo-3.1/text-to-video) (Text to Video, async). Spec: https://dev.pika.art/llms/google/veo-3.1/text-to-video - [Veo 3.1 Video Extension](https://dev.pika.art/models/google/veo-3.1/video-extension) (Video Extension, async). Spec: https://dev.pika.art/llms/google/veo-3.1/video-extension - [Veo 3.1 Fast](https://dev.pika.art/models/google/veo-3.1-fast/text-to-video) (Text to Video, async). Spec: https://dev.pika.art/llms/google/veo-3.1-fast/text-to-video - [Veo 3.1 Fast Video Extension](https://dev.pika.art/models/google/veo-3.1-fast/video-extension) (Video Extension, async). Spec: https://dev.pika.art/llms/google/veo-3.1-fast/video-extension - [Veo 3.1 Lite](https://dev.pika.art/models/google/veo-3.1-lite/image-to-video) (Image to Video, async). Spec: https://dev.pika.art/llms/google/veo-3.1-lite/image-to-video - [Nano Banana Pro](https://dev.pika.art/models/google/gemini-3-pro-image/image-to-image) (Image to Image, async). Spec: https://dev.pika.art/llms/google/gemini-3-pro-image/image-to-image - [Nano Banana Pro](https://dev.pika.art/models/google/gemini-3-pro-image/text-to-image) (Text to Image, async). Spec: https://dev.pika.art/llms/google/gemini-3-pro-image/text-to-image - [Nano Banana 2](https://dev.pika.art/models/google/gemini-3.1-flash-image/image-to-image) (Image to Image, async). Spec: https://dev.pika.art/llms/google/gemini-3.1-flash-image/image-to-image - [Nano Banana 2](https://dev.pika.art/models/google/gemini-3.1-flash-image/text-to-image) (Text to Image, async). Spec: https://dev.pika.art/llms/google/gemini-3.1-flash-image/text-to-image - [Nano Banana 2 Lite](https://dev.pika.art/models/google/gemini-3.1-flash-lite-image/image-to-image) (Image to Image, async). Spec: https://dev.pika.art/llms/google/gemini-3.1-flash-lite-image/image-to-image - [Nano Banana 2 Lite](https://dev.pika.art/models/google/gemini-3.1-flash-lite-image/text-to-image) (Text to Image, async). Spec: https://dev.pika.art/llms/google/gemini-3.1-flash-lite-image/text-to-image - [Lyria 3 Pro](https://dev.pika.art/models/google/lyria-3-pro/text-to-audio) (Text to Audio, async). Spec: https://dev.pika.art/llms/google/lyria-3-pro/text-to-audio - [Lyria 3](https://dev.pika.art/models/google/lyria-3/text-to-audio) (Text to Audio, async). Spec: https://dev.pika.art/llms/google/lyria-3/text-to-audio - [Lyria 2](https://dev.pika.art/models/google/lyria-2/sound-effects) (Music, async). Spec: https://dev.pika.art/llms/google/lyria-2/sound-effects - [Gemini 3.6 Flash](https://dev.pika.art/models/google/gemini-3.6-flash) (LLM, sync). Spec: https://dev.pika.art/llms/google/gemini-3.6-flash - [Gemini 3.5 Flash-Lite](https://dev.pika.art/models/google/gemini-3.5-flash-lite) (LLM, sync). Spec: https://dev.pika.art/llms/google/gemini-3.5-flash-lite - [Gemini 3.1 Pro](https://dev.pika.art/models/google/gemini-3.1-pro) (LLM, sync). Spec: https://dev.pika.art/llms/google/gemini-3.1-pro ### Kling (Kuaishou) - [Kling 3.0](https://dev.pika.art/models/kling/kling-3.0/text-to-video) (Text to Video, async). Spec: https://dev.pika.art/llms/kling/kling-3.0/text-to-video - [Kling 3.0](https://dev.pika.art/models/kling/kling-3.0/image-to-video) (Image to Video, async). Spec: https://dev.pika.art/llms/kling/kling-3.0/image-to-video - [Kling 3.0](https://dev.pika.art/models/kling/kling-3.0/omni-video) (Omni Video, async). Spec: https://dev.pika.art/llms/kling/kling-3.0/omni-video - [Kling 3.0](https://dev.pika.art/models/kling/kling-3.0/motion-control) (Motion Control, async). Spec: https://dev.pika.art/llms/kling/kling-3.0/motion-control - [Kling 3.0 Turbo](https://dev.pika.art/models/kling/kling-3.0-turbo/text-to-video) (Text to Video, async). Spec: https://dev.pika.art/llms/kling/kling-3.0-turbo/text-to-video - [Kling 3.0 Turbo](https://dev.pika.art/models/kling/kling-3.0-turbo/image-to-video) (Image to Video, async). Spec: https://dev.pika.art/llms/kling/kling-3.0-turbo/image-to-video - [Kling AI Avatar v2](https://dev.pika.art/models/kling/kling-ai-avatar-v2/avatar) (Avatar, async). Spec: https://dev.pika.art/llms/kling/kling-ai-avatar-v2/avatar - [Kling Lipsync](https://dev.pika.art/models/kling/kling-lipsync/avatar) (Avatar, async). Spec: https://dev.pika.art/llms/kling/kling-lipsync/avatar - [Kling Audio](https://dev.pika.art/models/kling/kling-audio/text-to-audio) (Text to Audio, async). Spec: https://dev.pika.art/llms/kling/kling-audio/text-to-audio - [Kling Audio](https://dev.pika.art/models/kling/kling-audio/video-to-audio) (Video to Audio, async). Spec: https://dev.pika.art/llms/kling/kling-audio/video-to-audio ### MiniMax - [MiniMax H3](https://dev.pika.art/models/minimax/h3/text-to-video) (Text to Video, async). Spec: https://dev.pika.art/llms/minimax/h3/text-to-video - [MiniMax H3](https://dev.pika.art/models/minimax/h3/image-to-video) (Image to Video, async). Spec: https://dev.pika.art/llms/minimax/h3/image-to-video - [MiniMax H3](https://dev.pika.art/models/minimax/h3/reference-to-video) (Reference to Video, async). Spec: https://dev.pika.art/llms/minimax/h3/reference-to-video - [Hailuo 2.3](https://dev.pika.art/models/minimax/hailuo-2.3/image-to-video) (Image to Video, async). Spec: https://dev.pika.art/llms/minimax/hailuo-2.3/image-to-video - [Hailuo 2.3](https://dev.pika.art/models/minimax/hailuo-2.3/text-to-video) (Text to Video, async). Spec: https://dev.pika.art/llms/minimax/hailuo-2.3/text-to-video - [Hailuo 2.3 Fast](https://dev.pika.art/models/minimax/hailuo-2.3-fast/image-to-video) (Image to Video, async). Spec: https://dev.pika.art/llms/minimax/hailuo-2.3-fast/image-to-video - [MiniMax Music 3.0](https://dev.pika.art/models/minimax/minimax-music-3.0/text-to-audio) (Text to Audio, async). Spec: https://dev.pika.art/llms/minimax/minimax-music-3.0/text-to-audio - [MiniMax Speech 2.8 HD](https://dev.pika.art/models/minimax/minimax-speech-2.8-hd/text-to-speech) (Text to Speech, async). Spec: https://dev.pika.art/llms/minimax/minimax-speech-2.8-hd/text-to-speech - [MiniMax Speech 2.8 Turbo](https://dev.pika.art/models/minimax/minimax-speech-2.8-turbo/text-to-speech) (Text to Speech, async). Spec: https://dev.pika.art/llms/minimax/minimax-speech-2.8-turbo/text-to-speech ### Moonshot AI - [Kimi K3](https://dev.pika.art/models/moonshotai/kimi-k3) (LLM, sync). Spec: https://dev.pika.art/llms/moonshotai/kimi-k3 ### OpenAI - [GPT Image 2](https://dev.pika.art/models/openai/gpt-image-2/image-to-image) (Image to Image, async). Spec: https://dev.pika.art/llms/openai/gpt-image-2/image-to-image - [GPT Image 2](https://dev.pika.art/models/openai/gpt-image-2/text-to-image) (Text to Image, async). Spec: https://dev.pika.art/llms/openai/gpt-image-2/text-to-image - [Whisper](https://dev.pika.art/models/openai/whisper/transcription) (Transcription, async). Spec: https://dev.pika.art/llms/openai/whisper/transcription - [GPT-5.6 Sol](https://dev.pika.art/models/openai/gpt-5.6-sol) (LLM, sync). Spec: https://dev.pika.art/llms/openai/gpt-5.6-sol - [OpenAI GPT-5.6 Terra](https://dev.pika.art/models/openai/gpt-5.6-terra) (LLM, sync). Spec: https://dev.pika.art/llms/openai/gpt-5.6-terra - [OpenAI GPT-5.6 Luna](https://dev.pika.art/models/openai/gpt-5.6-luna) (LLM, sync). Spec: https://dev.pika.art/llms/openai/gpt-5.6-luna - [GPT-5.5](https://dev.pika.art/models/openai/gpt-5.5) (LLM, sync). Spec: https://dev.pika.art/llms/openai/gpt-5.5 ### Recraft - [Recraft 4.1](https://dev.pika.art/models/recraft/recraft-4.1/text-to-image) (Text to Image, async). Spec: https://dev.pika.art/llms/recraft/recraft-4.1/text-to-image ### Sonilo - [Sonilo v1.1 Music](https://dev.pika.art/models/sonilo/sonilo-v1.1-music/text-to-music) (Text to Music, async). Spec: https://dev.pika.art/llms/sonilo/sonilo-v1.1-music/text-to-music - [Sonilo v1.1 Music](https://dev.pika.art/models/sonilo/sonilo-v1.1-music/video-to-music) (Video to Music, async). Spec: https://dev.pika.art/llms/sonilo/sonilo-v1.1-music/video-to-music - [Sonilo v1.1 Music](https://dev.pika.art/models/sonilo/sonilo-v1.1-music/video-to-scored-video) (Video to Scored Video, async). Spec: https://dev.pika.art/llms/sonilo/sonilo-v1.1-music/video-to-scored-video - [Sonilo v1.1 SFX](https://dev.pika.art/models/sonilo/sonilo-v1.1-sfx/sound-effects) (Text to Sound Effects, async). Spec: https://dev.pika.art/llms/sonilo/sonilo-v1.1-sfx/sound-effects - [Sonilo v1.1 SFX](https://dev.pika.art/models/sonilo/sonilo-v1.1-sfx/video-to-sound-effects) (Video to Sound Effects, async). Spec: https://dev.pika.art/llms/sonilo/sonilo-v1.1-sfx/video-to-sound-effects ### Topaz Labs - [Topaz Video Upscale](https://dev.pika.art/models/topaz/topaz-video-upscale/video-upscale) (Video Upscale, async). Spec: https://dev.pika.art/llms/topaz/topaz-video-upscale/video-upscale - [Topaz Image Upscale](https://dev.pika.art/models/topaz/topaz-image-upscale/image-upscale) (Image Upscale, async). Spec: https://dev.pika.art/llms/topaz/topaz-image-upscale/image-upscale ### xAI - [Grok Imagine Video 1.5](https://dev.pika.art/models/x-ai/grok-imagine-video-1.5/image-to-video) (Image to Video, async). Spec: https://dev.pika.art/llms/x-ai/grok-imagine-video-1.5/image-to-video - [Grok Imagine Video](https://dev.pika.art/models/x-ai/grok-imagine-video/text-to-video) (Text to Video, async). Spec: https://dev.pika.art/llms/x-ai/grok-imagine-video/text-to-video - [Grok Imagine Video](https://dev.pika.art/models/x-ai/grok-imagine-video/image-to-video) (Image to Video, async). Spec: https://dev.pika.art/llms/x-ai/grok-imagine-video/image-to-video - [Grok Imagine Video](https://dev.pika.art/models/x-ai/grok-imagine-video/reference-to-video) (Reference to Video, async). Spec: https://dev.pika.art/llms/x-ai/grok-imagine-video/reference-to-video - [Grok Imagine Video](https://dev.pika.art/models/x-ai/grok-imagine-video/video-to-video) (Video to Video, async). Spec: https://dev.pika.art/llms/x-ai/grok-imagine-video/video-to-video - [Grok Imagine Image Quality](https://dev.pika.art/models/x-ai/grok-imagine-image-quality/text-to-image) (Text to Image, async). Spec: https://dev.pika.art/llms/x-ai/grok-imagine-image-quality/text-to-image - [Grok Imagine Image Quality](https://dev.pika.art/models/x-ai/grok-imagine-image-quality/image-to-image) (Image to Image, async). Spec: https://dev.pika.art/llms/x-ai/grok-imagine-image-quality/image-to-image - [Grok Imagine](https://dev.pika.art/models/x-ai/grok-imagine-image/text-to-image) (Text to Image, async). Spec: https://dev.pika.art/llms/x-ai/grok-imagine-image/text-to-image - [Grok Imagine](https://dev.pika.art/models/x-ai/grok-imagine-image/image-to-image) (Image to Image, async). Spec: https://dev.pika.art/llms/x-ai/grok-imagine-image/image-to-image ### Z.ai - [GLM-5.2](https://dev.pika.art/models/z-ai/glm-5.2) (LLM, sync). Spec: https://dev.pika.art/llms/z-ai/glm-5.2