{#- Landing page template for docs/index.md (template: home.html in front matter). Extends mkdocs-material's main.html and replaces the content block with a full-width hero + feature grid + code teaser, followed by the page's own Markdown content (Install / What AnyInfer gives you / Next steps) rendered normally. Based on mkdocs-material 9.7.7 — re-sync the surrounding structure on Material pin bumps. -#} {% extends "main.html" %} {% block content %}
AnyInfer AnyInfer

One typed inference layer for hosted APIs and a supervised local model — with a test kit for your failure paths, provenance on every number, and a confidentiality story no other BYOK library ships.

{% include ".icons/material/lightning-bolt-outline.svg" %} Typed events

A generation is an ordered stream of typed events; non-streaming is just the drained stream.

{% include ".icons/material/routes.svg" %} Routing & fallback

Deterministic retries, failure-specific fallback chains, and health gating — fully traceable after the fact.

{% include ".icons/material/desktop-tower.svg" %} Local inference

Hardware detection, tuning, verified downloads, and supervised llama-server — one target string.

{% include ".icons/material/code-json.svg" %} Structured output

A schema is a contract: strongest native mechanism, always client-side validated, optional bounded repair.

{% include ".icons/material/scale-balance.svg" %} Context budgets

Estimate fit and cost before dispatch, then reduce approved context with an explicit record of what was omitted.

{% include ".icons/material/shield-lock-outline.svg" %} Confidentiality tiers

Encrypted-at-rest templates, zero-retention orchestration, and one function that tells you if a box can run a model under hardware attestation — honestly tiered, nowhere else.

{% include "partials/content.html" %}
{% endblock %}