SAGEA LogoDocs & API
Models & PricingModel Cards
May 28, 2026
GAPREMIERv26.05

SAGE 2.5 Celer

Hybrid model unifying instruct, reasoning, and coding in a single efficient model. 3x faster than comparable models at equivalent quality.

Speed
Performance
Context
32k
Price
$0.10 / $0.30 /M Tokens

Try it

import sagea

client = sagea.Client(api_key="your-api-key")

response = client.chat.completions.create(
    model="sage-2-5-celer",
    messages=[
        {"role": "user", "content": "Write a Python function to sort a list"}
    ]
)

print(response.choices[0].message.content)

Base URL: https://api.sagea.space/v1 — Auth: Authorization: Bearer $SAGEA_API_KEY

Specifications

Parameters24B
Context Length32,000 tokens
Max Output4,096 tokens
Training DataUp to May 2026
LicenseApache 2.0
Other Models

Capabilities

SAGE 2.5 Celer unifies instruct, reasoning, and coding in a single efficient 24B model. It delivers near-frontier quality at 3x the speed and a fraction of the cost.

  • Unified architecture: one deployment handles chat, reasoning traces, and code completion.
  • Efficient inference: sliding-window attention with 32k context, optimized for POST https://api.sagea.space/v1/chat/completions.
  • Edge-ready: runs on consumer hardware and mobile-class GPUs for private deployments.
  • Batch-friendly: half-price batching via POST https://api.sagea.space/v1/batch.

Benchmarks

BenchmarkScoreNotes
Instruct following81.2Single-model setup
Code completion78.920+ languages
Latency (p50, 512 tokens)0.9s3x faster than 70B class

Use cases

  • High-throughput chatbots and support copilots
  • Code autocomplete and review bots
  • Cost-sensitive production APIs

Limitations

  • 32k context — switch to SAGE 2.4 Actus for 128k repo-scale reasoning.
  • For self-hosting with full weight access, see SAGE OSS.

Next steps

On this page