Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.ai-stats.phaseo.app/llms.txt

Use this file to discover all available pages before exploring further.

Feature Parity Matrix

This matrix summarizes the migration surfaces that the current repository already proves, and the narrower areas that still need more polish beyond the current public surface. It is intentionally based on code, tests, SDKs, and docs already in this repo rather than live competitor traffic.

Platform migration matrix

SurfaceOpenRouterVercel AI GatewayLLMGatewayCurrent AI Stats position
Public migration guideYesYesYesPublic docs cover all three migration paths
Base URL + API key swapYesYesYesCovered in migration guides and SDK examples
Model-ID validation guidanceYesYesYesCovered via /v1/models verification guidance
Batch and file migration pathPartialPartialPartialAPI, docs, and maintained SDKs cover batch create/retrieve/cancel, owned files, and result download
Async jobs and webhook visibilityPartialPartialPartialUsage UI, websocket docs, and SDK helpers now cover batch/video async status and websocket URLs
Routing and pricing metadataStrongMediumMediumUsage UI, devtools, async jobs, and request detail views expose request IDs, provider attempts, and pricing lines
Vercel AI SDK compatibility proofN/AStrongN/ALocal compatibility tests cover language, streaming, embeddings, image, speech, and transcription flows
Side-by-side benchmark toolingStrongMediumMediumInternal compare tooling now covers AI Stats vs OpenRouter, LLMGateway, and Vercel AI Gateway, with aggregate and live compare support when configured

Product-surface matrix

CapabilityCurrent public evidenceStatus
Routing transparencyUsage UI, request detail views, async job diagnostics, devtools, and gateway error docsStrong
Pricing transparencyRequest pricing lines, batch settlement lines, async-job pricing metadata, pricing calculation endpoint, SDK helpersStrong
Async and batch ergonomicsBatch create/retrieve/cancel, async websocket helpers, webhook-aware usage views, batch/video job docsStrong
Provider/model filtering depth/gateway/models now supports provider, status, rollout, availability, routing, and capability filtersStrong
Fallback controls as a public migration surfacePublic docs now point to preset constraints, routing mode, preview-channel toggles, and BYOK fallback controls as the supported migration knobsStrong
Replay / retry ergonomicsGET /v1/generations?id=<request_id> now returns replay_supported plus a replay_request payload that can be resent to the original endpointStrong
Request transforms and defaultsPresets guide now defines the supported public surface for prompt injection, parameter defaults, reasoning defaults, and provider constraintsStrong
Broader competitor benchmarkingOperational compare flow now covers OpenRouter, LLMGateway, and Vercel AI Gateway; the remaining work is keeping that evidence aligned as contracts evolveStrong

What is already strong

  • Migration guides now cover OpenRouter, Vercel AI Gateway, and LLMGateway.
  • Maintained SDKs and docs cover batch, file, async-job, and gateway discovery helpers much more evenly than before.
  • The request/job/session/devtools investigation path now preserves far richer routing, provider-attempt, and pricing context.
  • Vercel AI SDK compatibility is now proven across the shipped text, embedding, image, and audio surfaces.

What still remains

  1. Keep the benchmark and migration docs aligned as compare tooling and public request contracts evolve.
Last modified on May 6, 2026