AnyInt Docs

Guides

Guides for request behavior that cuts across API families, including streaming, tool calling, structured outputs, prompt caching, and fallbacks.

Guides for request behavior that cuts across API families, including streaming, tool calling, structured outputs, prompt caching, and fallbacks.

Choose by behavior

NeedPage
Understand the feature set at a high levelOverview
Send partial output to users as it is generatedStreaming
Ask models to return predictable JSON-like outputStructured Outputs
Let models call functions or toolsTool Calling
Reuse long prompt prefixes when the route supports itPrompt Caching
Keep production workloads usable when a model path failsModel Fallbacks
Configure coding agents or local tools against AnyIntAgent Tool Integrations

API family matters

These guides describe patterns, not universal request fields. Always confirm the exact payload shape in API Reference before shipping a production client.

On this page