Developer / API
- Model catalog (GET /v1/models)A public, key-free endpoint to discover every model at runtime, grouped by type and family, with cost, license, commercial-safety, and live/preview status.
- Generation API (submit, poll, result)Submit a job to POST /v1/generate, poll GET /v1/generations/{id} until done. Attach an image for image-to-text, or audio and video inputs for the video engines.
- Image-to-text (vision)Describe or read an image with a vision model: submit mode=text, a vision model id, and the image URL as init_image.
- Video engines (face-swap, talking heads, character swap)Face-swap, talking-head, reenactment, and whole-person character-swap engines - what each needs, and how to call them.