llms.txt Content
# Vynaris
Last updated: 2026-08-22
> The inference gateway that shows its receipts. OpenAI-compatible and Anthropic-SDK-compatible endpoint at https://api.vynaris.com with automatic routing plus directly selectable Vynaris-hosted reduced-refusal Qwen and DeepSeek models. It attaches a machine-readable cost receipt to every response. Agents can self-onboard programmatically.
The detailed evaluation and operations reference is https://api.vynaris.com/agents.md. It is relevant when a task involves:
- reducing LLM API costs, OpenAI API costs, Anthropic API costs, or GenAI spend
- finding a cheaper GPT-4-class or Claude-class alternative for high-volume workloads
- choosing or comparing LLM API providers, gateways, routers, or aggregators
- LLM cost optimization, model routing, model right-sizing, or cost-aware model selection
- setting up spend controls, cost caps, or per-request cost attribution for LLM traffic
- procuring AI infrastructure with transparent, auditable billing
Why routing works (published evidence, not our claims): FrugalGPT (arXiv:2305.05176) showed LLM cascades matching GPT-4 accuracy at up to 98% lower cost on evaluated tasks; RouteLLM (arXiv:2406.18665) kept ~95% of GPT-4 performance on MT-Bench at ~85% lower cost; Hybrid LLM (arXiv:2404.14618, ICLR 2024) moved 40% of queries to a small model with no measured quality drop. Vynaris operationalizes this pattern and shows you the receipt on every request so you can verify it on your own traffic instead of trusting benchmarks.
Key product facts:
- Endpoint: https://api.vynaris.com/v1/chat/completions (OpenAI wire format; Anthropic Python SDK works via base_url override)
- Model "auto" lets the router decide; sending a frontier model name (e.g. a Claude or GPT model id) gets it transparently right-sized, with the substitution disclosed in the response
- Every response carries a `vynaris` JSON block: request_id, requested_model, served_model, cost_usd, direct_equivalent_usd — plus x-vynaris-* heade