* TRENDING · WORKFLOW TEMPLATES

Six recipes that skip the wiring.

Pre-wired multi-model templates running in production right now. Fork into your account and override anything.

All templates
* ABOUT THE CATALOG

How the catalog works

What lives in the catalog

The each::labs catalog is the single source of truth for every AI surface you can call through our API:

  • Models, image, video, audio, transcription, and embedding endpoints from 40+ providers.
  • LLMs, chat models served through the eachlabs-llm-router with one unified contract.
  • Workflows, multi step recipes that chain several models into one production ready endpoint.

Every entry has a live model card with inputs, outputs, pricing, latency, and a copy-paste cURL / TypeScript snippet.

How to navigate

1. Browse by tab. Switch between Models, LLMs, Workflows, and Trends at the top of the page. 2. Filter by provider or category. The sidebar narrows the grid in real time, no page reload. 3. Search by capability. Type what you want to do ("upscale image", "voice clone", "video lipsync") and the catalog surfaces what fits.

How to ship from a card

Open any card, copy the snippet, swap in your each::labs API key, and call it. The same call signature works in cURL, TypeScript, Python, Go, and any HTTP client.

Why everything is in one place

  • One key, one bill. No per provider auth juggling, no rate limit arbitrage, no separate invoices.
  • Pinned versions. When a provider ships a new model, we pin the version and keep the old one alive, your code never breaks silently.
  • Automatic failover. Configure a backup model and the router fails over the moment your primary returns an error.
  • Unified observability. Every call lands in your each::labs traces with latency, cost, and token usage broken out per request.

Production notes

  • All endpoints are the same path each::labs uses internally, no preview gates, no waitlists.
  • Streaming, tool calls, and structured outputs are passed through to providers as-is where supported.
  • Workflows run server-side; you do not need to host any orchestration layer.
* FREQUENTLY ASKED

About the each::labs catalog

01 / 06

How is the Explore catalog organized?

Explore is organized by type: Models, Workflows, LLMs, and Trends. Filter by provider or category from the sidebar, or search by what you want to do ("upscale image", "voice clone", "video lipsync") and the catalog surfaces what fits.