AnyInt Docs
Get Started

Why AnyInt

AnyInt exists for a simple reason: using AI models should feel easier, not more fragmented.

Why AnyInt

AnyInt exists for a simple reason: using AI models should feel easier, not more fragmented.

Most teams do not want to spend time integrating five providers, learning five request formats, and manually deciding whether every task deserves a premium model. They want results with less setup and better cost-performance decisions.

When AnyInt is a good fit

SituationWhy AnyInt helps
You need access to multiple model familiesOne platform can expose OpenAI-compatible, Anthropic-compatible, Gemini-compatible, media, and music routes
You want a faster first integrationStart with a compatible route instead of building provider-specific plumbing first
You need model discovery per accountModels API gives the model IDs available to the current account
You operate production workloadsKeys, billing, limits, fallback planning, and verification become operational concerns
You need media or music workflowsTask-based APIs, polling, callbacks, and generated assets can live beside text inference

When to pause and confirm fit

SituationWhat to confirm
You require a provider-specific beta featureConfirm the public AnyInt route supports that exact request shape
You need strict enterprise controlsConfirm SSO, project, webhook, or BYOK availability for your account
You want automatic model routing todaySmart Routing is a product direction, not a generally available automatic-routing API
You are building a browser-only appPlan a backend or controlled mediation layer so API keys are not exposed

Reason 1: easier access to AI models

The first value of AnyInt is reducing setup friction.

Without a platform layer, teams often need to:

  • register with multiple providers
  • manage multiple keys and billing setups
  • adapt to multiple request and auth formats
  • build internal logic to normalize model usage

With AnyInt, they can start from one platform and expand only when needed.

Reason 2: better model selection through Smart Routing (Coming Soon)

The second value is smarter model choice.

Many customers know the task they want to solve, but they do not know:

  • which model is actually best for that task
  • whether a cheaper model would be enough
  • when a premium model is worth the extra cost

In practice, many tasks can be solved equally well by a lower-cost model. The difference in result may be negligible, while the difference in price can be dramatic.

That is why Smart Routing (Coming Soon) matters. Its purpose is not only technical routing. Its purpose is to help users get the result they need with a model that is more appropriate for the task, budget, and quality target.

Why model choice matters

A key idea behind AnyInt is that not every task needs the most expensive model.

For many real workloads:

  • a premium model and a mid-tier model can produce the same useful outcome
  • the higher-priced model may only be necessary for a smaller percentage of requests
  • the user often knows the task, but not the most cost-effective model for that task

That is why model discovery and Smart Routing (Coming Soon) matter. Start simple, then let routing, policy, and usage data guide better model choices over time.

What this means in practice

Smart Routing (Coming Soon) is valuable when:

  • users do not know the capability difference between models
  • the same task could be handled by more than one model
  • cost matters as much as output quality
  • teams want a better default than "always send everything to the most expensive model"

More than text inference

AnyInt is also a product surface for media APIs. AI Music is already live, and the current catalog includes image and video generation routes as well.

WorkloadWhere to start
Text chat or assistantQuickstart and OpenAI-compatible API
Provider-native request formatAnthropic-compatible API or Gemini-compatible API
Image input or image generationModels Overview
Video generationVideo Generation
Music generation or transformationMedia & Music

A practical reason teams adopt it

You may start with one compatibility endpoint, but over time most production teams also need:

  • model discovery
  • environment-specific keys
  • usage boundaries
  • billing separation
  • better default model decisions
  • async media workflows

AnyInt brings those needs into one platform instead of leaving them as disconnected engineering tasks.

Adoption path

  1. Make one minimal request through Quickstart.
  2. Discover model IDs through Models API.
  3. Pick the route family that matches your request shape.
  4. Separate keys by environment or project before production launch.
  5. Verify streaming, async tasks, callbacks, and fallback behavior only when your workload needs them.
  6. Revisit model choice as usage data grows.

On this page