Skip to main content
each::labs provides access to 500+ AI models. This catalog highlights our curated selection of top-performing models across key categories.
This is a curated subset. For the full model list, call GET /v1/models or browse the dashboard.

Categories

Image Generation

Text-to-image models. Photorealistic, artistic, and stylized image creation.

Video Generation

Text-to-video and image-to-video models. Cinematic, fast, and high-quality.

Image Editing

Edit, fill, upscale, remove backgrounds, and swap faces in existing images.

Audio & Music

Text-to-speech, music generation, and audio synthesis.

Quick Recommendations

Use CaseModel SlugWhy
Best overall image generationflux-2-maxTop quality, handles complex prompts
Fast image generationflux-2-proGreat quality with faster speed
Edit existing images with textflux-2-editInstruction-based image editing
Image with text/logo overlaysflux-kontext-proExcellent text rendering in images
Google-quality imagesgemini-imagen-4Google’s latest image model
Best overall videoveo-3Top quality text-to-video with audio
Fast video generationveo3-1-fastQuick turnaround video generation
Image to videokling-2-1-image-to-videoAnimate any image into video
Background removaleachlabs-bg-remover-v1Fast, accurate background removal
Image upscalingtopaz-upscale-imageAI-powered super resolution
Text-to-speechelevenlabs-ttsNatural, expressive voice synthesis
Music generationmureka-generate-musicFull song generation from text

Model Aliases

Some models are commonly referred to by shorter names. Use the exact slug when calling the API.
Common NameAPI Slug
Flux Maxflux-2-max
Flux Proflux-2-pro
Flux Editflux-2-edit
Flux Fillflux-fill-pro
Flux Kontextflux-kontext-pro
Imagen 4gemini-imagen-4
Veo 3veo-3
Kling 3kling-3-0
Sorasora-2-pro
ElevenLabselevenlabs-tts

How to Use a Model

1

Find the model slug

Browse this catalog or call GET /v1/models to find the model slug you need.
2

Check input parameters

Each model card lists required and optional parameters. You can also call GET /v1/model?slug={slug} for the full schema.
3

Run a prediction

curl -X POST https://api.eachlabs.ai/v1/prediction \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "MODEL_SLUG",
    "version": "1.0.0",
    "input": { ... }
  }'
4

Get results

Poll GET /v1/prediction/{id} or configure a webhook for async delivery.
Last modified on March 3, 2026