Skip to main content
GET
Models

Overview

Stratus X1 supports 2,050+ model combinations across 5 world model sizes and 410+ LLM backends — including every model available through OpenRouter. Native model format: stratus-x1ac-{size}-{llm-model} OpenRouter model format: stratus-x1ac-{size}-{or-provider}/{or-model}
All models are available out of the box. Formation’s shared OpenRouter pool handles LLM calls automatically when no provider key is configured — no external API accounts required. Add your own provider key via LLM Key Management to remove the 25% pool markup and pay providers directly.

How Model Discovery Works

At startup, Stratus queries OpenRouter’s model catalog and registers every available model dynamically. This means every model OpenRouter supports is immediately available as a Stratus model combination — no manual updates required. The 2,050+ total breaks down as: Key point: Original model names are unchanged. stratus-x1ac-base-gpt-4o and stratus-x1ac-base-claude-sonnet-4-20250514 work exactly as before. The OpenRouter slash-notation is purely additive.

List Models Endpoint

Programmatically retrieve all available Stratus model combinations. This endpoint follows the OpenAI-compatible models list format.

Request

No parameters required. Authentication via Authorization header:

Response Format

Code Examples

Use Cases

Dynamic Model Selection:
Model Availability Check:
UI Model Picker:
The /v1/models endpoint returns all 2,050+ model combinations dynamically. The list is refreshed at startup from OpenRouter’s catalog, so your code always works with the latest available models without hardcoding.

Model Sizes

small

Smallest model variant - fastest inference

base

Currently in production - balanced performance

large

Large model variant - extended context

xl

Extra-large variant - maximum context

huge

Largest model variant - research-grade capacity

Embedding-Only Models

Use these for world model embeddings without LLM text generation.
Embedding-only models return Stratus world model representations without requiring LLM API keys.

OpenAI Models

Optimized for speed and cost - ideal for development.
OpenAI models are accessible without an OpenAI API key — Formation’s pool routes the request automatically. To remove the 25% pool markup and pay OpenAI directly, store your own key via LLM Key Management.

Anthropic Models

Maps to claude-sonnet-4-5-20250929 - Best reasoning capabilities.
Maps to claude-opus-4-5-20251101 - Most capable model available.
Maps to claude-haiku-4-5-20251001 - Optimized for speed.
Sonnet 4:
Maps to claude-sonnet-4-20250514Opus 4:
Maps to claude-opus-4-20250514
3.7 Sonnet:
Maps to claude-3-7-sonnet-202502193.5 Sonnet (upgraded to 3.7):
Maps to claude-3-7-sonnet-20250219
Opus (upgraded to Opus 4):
Maps to claude-opus-4-20250514Sonnet (upgraded to 3.7):
Maps to claude-3-7-sonnet-20250219Haiku:
Maps to claude-3-5-haiku-20241022
Anthropic models are accessible without an Anthropic API key — Formation’s pool routes the request automatically. To remove the 25% pool markup and pay Anthropic directly, store your own key via LLM Key Management.

OpenRouter Models (1,800+)

Every model in OpenRouter’s catalog is available via the slash-notation format: stratus-x1ac-{size}-{or-provider}/{or-model}. All OpenRouter models are routed through Formation’s pool by default. Supply your own openrouter_key via LLM Key Management or the X-OpenRouter-Key header to bypass the 25% pool markup.
State-of-the-art reasoning models from DeepSeek. DeepSeek-R1 matches frontier reasoning at a fraction of the cost.
Open-weight models from Meta. Llama 3.3 70B offers strong performance at low cost.
Google’s Gemini family via OpenRouter routing. For direct Google API keys, use the native google/gemini-* format with X-Google-Key.
Mistral’s frontier and efficient models. Codestral is optimized for code generation.
Alibaba’s Qwen series. QwQ-32B is a strong reasoning model; Qwen-2.5-Coder leads code benchmarks.
xAI’s Grok models. Grok-4 is the most capable variant.
Perplexity’s Sonar models combine LLM reasoning with real-time web search grounding.
Amazon’s Nova family — Nova Pro for production-quality tasks, Nova Micro for ultra-low latency.
Cohere’s Command series. Command-A is their most capable model; Command-R is optimized for RAG.
Nvidia’s fine-tuned Llama variants, optimized for instruction following and helpfulness.
OpenRouter’s full catalog — including Nous Research, MythoMax, WizardLM, Yi, Phi, Falcon, and more — is available. Use GET /v1/models to enumerate all available IDs.
The OpenRouter model list is refreshed at startup. Use GET /v1/models to see what is currently available. All OR models use Formation’s pool by default — supply your own openrouter_key to route directly and remove the 25% markup.

Model Selection Guide

Fast Prototyping

stratus-x1ac-base-gpt-4o-miniFastest and cheapest - ideal for development

Production Quality

stratus-x1ac-base-gpt-4oBest balance of speed and quality

Maximum Reasoning

stratus-x1ac-base-claude-opus-4-5Most capable reasoning available

Complex Tasks

stratus-x1ac-xl-claude-sonnet-4-5Extended context for complex workflows

Open-Weight / Cost-Efficient

stratus-x1ac-base-meta-llama/llama-3.3-70b-instructStrong open-weight model at low cost

Deep Reasoning

stratus-x1ac-base-deepseek/deepseek-r1Chain-of-thought reasoning matching frontier quality

Usage Examples

Embedding Only

With GPT-4o

With Claude Sonnet 4.5

With DeepSeek R1 (via OpenRouter)

With Llama 3.3 70B (via OpenRouter)

With Gemini 2.5 Pro (via OpenRouter)

Multi-Step Rollout

Production Status

Currently Deployed: api.stratus.run has the base size loaded.To use other sizes (small, large, xl, huge), contact support to load additional checkpoint files.

Health Check

Response:

Pricing

Pricing varies by:
  • Stratus size (small < base < large < xl < huge)
  • LLM provider (OpenAI vs Anthropic)
  • LLM model (mini < standard < opus)
Contact support for detailed pricing information.

API Reference

Chat Completions

OpenAI-compatible chat endpoint

Embeddings

World model embeddings endpoint

Rollout

Multi-step planning endpoint

Errors

Error codes and handling