Live model intelligence

One API for
AI model intelligence.

Deployment-level pricing, capabilities, lifecycle and provider compatibility—normalized, sourced and kept current.

No credit card5,000 ALLM API calls / monthHistory & webhooks included

Public registry

Compare before you route

The same model is not always the same product across providers.

ModelDeploymentInput priceOutput priceContextCapabilityLifecycle
Loading the live catalog…

Production workflows

Model facts your product can act on.

Resolve, compare, and price provider deployments with one normalized intelligence API.

Explore the implementation guides
01

Model EOL

Know before a model stops working.

See announced EOL dates, date confidence, and replacements early enough to plan the migration.

Check upcoming EOL dates
Upcoming EOL
GET /v1/lifecycle

Deployment

Claude Haiku 4.5

Anthropic · Messages · Global

End of life

ScheduledNot before
Coverage
Monitored
Evidence
Official source
Replacement
Not announced
lifecycle.end_of_life · last checked Jul 16, 2026
02

Agent reliability

Build a fallback that still works.

Precompute candidates that preserve the capabilities your agent cannot lose before your gateway needs them.

Build a failover plan
Fallback preflight
2 qualified
Required contractTools · JSON · EU/global

Anthropic · Messages

dep_anthropic_claude_haiku_4_5_messages_global

Qualified

AWS Bedrock · Converse

dep_aws_bedrock_claude_haiku_4_5_converse_eu

Qualified

Gateway route · Chat

dep_gateway_claude_haiku_4_5_chat_eu

No JSON
Your gateway receives the qualified deployment IDs.
03

AI SaaS economics

Know the cost before users click Run.

Quote one product action from its exact deployment and expected input, cached-input, and output tokens.

Price a product action
Deterministic quote
USD

Deployment

GPT-5.1 · Responses

current public rate
1,000,000 input tokens
$1.250000
0 cached input tokens
$0.000000
100,000 output tokens
$1.000000

Total cost

Margin rules stay in your product.

$2.250000

04

Routing policy

Apply constraints before price.

Reject incompatible capabilities first, then compare cost only across the deployments that qualify.

See constraint routing
Compare qualified candidates
cURL
curl https://api.use-allm.com/v1/deployments/compare \
  -X POST -d '{
    "deployment_ids": ["dep_anthropic_…", "dep_bedrock_…"],
    "usage": { "input_tokens": 1000000, "output_tokens": 100000 },
    "requires": {
      "tool_calling": "supported",
      "structured_output": "conditional"
    }
  }'

Qualified

2 deployments

Ranking

public token cost

05

FinOps & billing

Explain the bill in product terms.

Join your usage events to canonical deployment identities and normalized public-rate quotes.

Build a cost ledger
Usage event enrichment
Your pipeline

Your event

customer_id
cus_acme

feature
support_agent

input_tokens
1000000

output_tokens
100000

+ ALLM lookup

deployment_id
dep_openai_gpt_5_1_…

estimated_cost_usd
2.250000

catalog_release
cat_2026_07_…

Group the enriched events by customer, feature, or workflow in your own billing stack.
06

Model identity

Know what actually serves your request.

Resolve a canonical model into the exact provider deployment your logs, billing, and incident tools can record.

Resolve model identity
Deployment resolver
GET /v1/models/{id}

Canonical release

anthropic/claude-haiku-4.5

Anthropic

claude-haiku-4-5

Messages · Global

Direct

AWS Bedrock

anthropic.claude-haiku-4-5-v1:0

Converse · EU

Cloud

ALLM provides deployment intelligence. Your stack sends requests, records usage, and executes decisions.

Deterministic cost engine

Price every generation before the bill arrives.

Cached tokens, regional uplifts, batch discounts and private price books are applied with an auditable quote.

  • Exact decimal arithmetic—never floating point
  • Public and negotiated enterprise rates
  • Immutable catalog releases and lockfiles
const quote = await allm.pricing.calculate({
  deployment: "dep_openai_gpt_5_1_responses_global",
  inputTokens: 1_000_000,
  outputTokens: 100_000,
});

console.log(quote.total); // "$2.25"

Beyond a registry

The control plane for model decisions.

Compatibility matrix
Compare tools, JSON mode, streaming, reasoning and limits per deployment.
Active verification
Evidence is time-stamped, sourced and continuously checked for drift.
Change intelligence
Know when a price, feature, region or model lifecycle changes.
Webhooks
React to catalog changes in seconds, with signatures and replay protection.
Policies & lockfiles
Declare compatibility constraints and pin a reproducible catalog release.
Private price books
Overlay your negotiated rates without exposing commercial terms.

Start free. Scale your model intelligence when you need it.

The public data stays accessible. Teams pay for scale and control.

Free
€0/month

5,000 ALLM API calls

Start free
  • Full public registry
  • Pricing calculator
  • 7-day history
  • Webhooks
Pro
Popular
€79/month

100,000 ALLM API calls

Join waitlist
  • Full history
  • Private price books
  • Policies & lockfiles
  • Priority freshness
Business
€299/month

1 million ALLM API calls

Contact sales
  • Advanced probes
  • Audit exports
  • SLA & priority support
  • Additional workspaces