What is each::sense?
each::sense is an AI agent that provides a unified, OpenAI-compatible interface for generating images, videos, audio, and managing AI workflows. Instead of manually selecting models and parameters, describe what you want in natural language and the agent handles the rest.Key Features
- OpenAI-compatible: Just plug in the OpenAI SDK with your each::labs API key
- Intelligent model selection: Automatically picks the best model from 500+ available
- Multi-modal: Text, images, videos, audio, and 3D models
- Streaming: Real-time SSE streaming with 18 event types
- Sessions: Persistent conversation memory for multi-turn interactions
- Workflows: Create and execute multi-step AI pipelines via natural language
- Behavior modes: Control how the agent handles requests
Base URL
Authentication
Endpoints
| Method | Path | Description |
|---|---|---|
POST | /v1/chat/completions | Chat completions (primary endpoint) |
POST | /workflow | Workflow builder |
GET | /v1/models | List available models |
GET | /memory | Get session memory |
DELETE | /memory | Clear session memory |
GET | /sessions | List all sessions |
Quick Example
Supported Model Categories
| Category | Example Models |
|---|---|
| Image Generation | flux-2-max, nano-banana-pro, seedream-v4-5 |
| Video Generation | veo-3, kling-3-0, wan-v2-6-image-to-video |
| Image Editing | flux-2-edit, eachlabs-bg-remover-v1, topaz-upscale-image |
| Audio/Music | elevenlabs-text-to-speech, mureka-generate-music |