Skip to main content
Docs
Introduction

Introduction

Alvin is an AI workspace with hundreds of models from every major provider, and routing that picks the right one for you.

Alvin gives you one place to work with AI. Chat, generate images and video, build documents and boards, and let a team of specialist agents handle the parts you'd rather not think about — across hundreds of models from OpenAI, Anthropic, Google, Meta, xAI and more.

You never have to pick a model. Alvin reads what you're asking for and routes it to the one that fits.

Why Alvin?

One workspace

Every major provider behind a single account. No juggling logins, keys, or separate bills.

Routing that thinks

Alvin reads your intent and sends each prompt to the model best suited to it — for quality and for cost.

A team of specialists

Victoria makes images and video. Chris builds and previews code. Peter runs the board. Ava wires up workflows.

Built for teams

Organizations, projects, shared memory, real-time collaboration, and usage you can actually see.

Two ways in

Alvin Studio

The workspace at studio.tryalvin.com — where you chat, create, and collaborate.

  • Chat — conversation with automatic model routing, web search, and voice
  • Canvases — documents, sheets, code, boards, planners, and calendars built right in the conversation
  • Model Hub — browse, compare, and benchmark the model catalog
  • Projects — group your work, share context, track spend

The Elyxir API

Alvin Studio is built on the Elyxir platform. The same models and routing are available programmatically through an OpenAI-compatible API at api.elyxir.ai — point your existing OpenAI SDK at it and change the key.

curl -X POST https://api.elyxir.ai/v1/chat/completions \
  -H "Authorization: Bearer elyxir_your_api_key" \
  -H "Content-Type: application/json" \
  -d '{"model": "alvin", "messages": [{"role": "user", "content": "Hello!"}]}'

Getting started

  1. Create an account at studio.tryalvin.com
  2. Start a chat — Alvin picks the model, you don't have to
  3. Generate an API key in Settings > API Keys when you're ready to build

Supported providers

ProviderModelsCapabilities
OpenAIGPT-5.5, GPT-5.4, GPT-4.1, GPT-4oChat, Vision, Embeddings, Image, Audio
AnthropicClaude 4.8, 4.7, 4.6, 4.5Chat, Vision, Long context, Agentic coding
GoogleGemini 3.5, 3.1, 3, 2.5Chat, Vision, Multimodal, Image, Video
xAIGrok 4.3, Grok 4Chat, Reasoning
MetaLlama 4, Llama 3.3Chat, Code, Open weights
Mistral AIMistral Large 3, Small 4, CodestralChat, Code
DeepSeekDeepSeek V4 Pro, V3.2Reasoning, Code
CohereCommand A+, Command AChat, RAG, Embeddings
PerplexitySonar Deep Research, SonarChat, Web search
Fireworks AIQwen 3.5, Kimi K2.6, DeepSeek V4Fast inference
ElevenLabseleven-v3, Scribe v2Text-to-speech, Transcription

See Supported models for the full catalog with pricing.

Next steps

Introduction | Alvin