Editorial re-verification: Kilo Gateway Kilo Gateway, Kilo's OpenAI-compatible inference gateway at https://api.kilo.ai/api/gateway, provides one API key across 500+ models from 60+ providers with pay-as-you-go billing at exact provider rates and no inference markup, plus a documented Free tier at $0/forever covering default free models, BYOK support and basic analytics. Credit purchases carry a 5% processing fee, and the free tier's throughput is not quantified because Kilo publishes no per-request fee schedule or rate-limit table. High availability depends on routing between direct providers and third-party gateways including OpenRouter and Vercel, and free-model availability is tied to upstream providers offering models at no cost. Kilo Gateway kilo.ai https://kilo.ai/ Kilo Gateway is Kilo's OpenAI-compatible inference gateway at base URL https://api.kilo.ai/api/gateway, branded as "The Universal Gateway for AI Inference" and positioned as the routing layer that powers Kilo's own coding tools. It provides one key across 500+ models from 60+ providers, with pay-as-you-go billing at "exact provider rates" and no inference markup, plus BYOK where you "pay only for the routing, not the tokens". Its pricing page lists a Free access tier at $0/forever with access to default free models, basic analytics and BYOK support, and credit purchases carry a 5% processing fee with no subscription required. // pros - One OpenAI-compatible key for 500+ models across 60+ providers, with drop-in compatibility for the Vercel AI SDK, OpenAI SDK and any OpenAI-compatible client. - Documented free access tier at $0/forever covering default free models, BYOK support and basic analytics - no subscription and no hosted credit required. - Hosted inference is billed at exact provider rates with no markup, and BYOK carries no markup on tokens. - Operational features production users need: SSE streaming with time-to-first-token tracking, per-request cost and token tracking at microdollar precision, encrypted-at-rest BYOK keys, tool calling with automatic repair, and FIM completions via Mistral Codestral. - Governance for teams: model allow lists, provider restrictions, per-user daily spending limits, balance management, plus a published status page and abuse policy. // cons - The free tier is limited to "default free models" and basic analytics; priority support, advanced analytics and load balancing sit in the pay-as-you-go tier, so heavy or latency-sensitive use requires credits. - Credit purchases incur a 5% processing fee on top of provider rates, so the "no markup" claim excludes the cost of funding the balance. - High availability depends on routing between direct providers and third-party gateways including OpenRouter and Vercel, which means your data path is not solely inside Kilo's infrastructure. - There is no published per-request fee schedule or rate-limit table for the free tier, so throughput on free models is not quantified on official pages. - Free-model availability is tied to upstream providers choosing to offer models at no cost, which is outside Kilo's control. Use Kilo Gateway when you want one key and one billing line for many models, or when you already hold provider keys and only need routing plus usage insight - the BYOK path costs only the routing and the free tier covers default free models. For anything with strict data-residency or provider-approval requirements, use the enterprise controls to pin approved providers, and keep a direct provider key as a fallback during upstream incidents. imported analysis — independent third party, not Uprouter editorial · verify before relying on it Free tier present — value not quantified This provider offers a free tier, but its terms don’t convert cleanly into a USD figure e.g. request-count limits or capacity-dependent pools . We refuse to print a misleading zero here. See the note below and the official pricing page for the exact limits. note: No free tier stated on official pages checked 2026-09-16 : Kilo Gateway publishes a Free tier at "$0/forever" giving access to default free models, but no dollar or token credit allowance. | Plan | Type | Monthly | Input /1M | Output /1M | Note | |---|---|---|---|---|---| | Pay-as-you-go | payg | — | $0.0000 | $0.0000 | Cheapest tracked model rate OpenRouter-normalized . | | Free Models | free | — | — | — | Access to free-to-use models via the gateway. | official pricing page https://kilo.ai/gateway Pricing normalized from public sources — always verify with the provider. // model prices | Model | Input /1M | Output /1M | Context | |---|---|---|---| | GPT-4o https://www.uprouter.online/models/gpt-4o | $0.0000 | $0.0000 | 128k | | GPT-6 Astra https://www.uprouter.online/models/openai/gpt-6-astra | $0.0000 | $0.0001 | 1.1M | $ Does Kilo Gateway have a free tier? Yes — Kilo Gateway offers a free tier. Always confirm current limits on Kilo Gateway's official pricing page — free tiers change without notice. $ How much does Kilo Gateway cost per 1M tokens? The cheapest model we track at Kilo Gateway is $0.0000 per 1M input tokens and $0.0000 per 1M output tokens. This is normalized from Kilo Gateway's published pricing — verify with the provider before purchasing, since prices change frequently. $ Is Kilo Gateway safe to use? Uprouter rates Kilo Gateway as medium risk. Risk is low-to-moderate. The gateway is operated by Kilo Code, the team behind an MIT-licensed open-source coding agent, and it publishes a status page, abuse policy, terms and API documentation, with the same infrastructure described as running Kilo's own high-volume products - that gives it a strong continuity case compared with unknown gateways. The free tier carries no promotional credit, so there is nothing to expire or forfeit; exposure is limited to any prepaid balance, which is subject to a 5% non-refundable processing fee. The main data-governance caveat is architectural: requests may be routed to direct providers or to third-party gateways such as OpenRouter and Vercel, so effective retention and training policy depends on whichever upstream serves the request - Kilo mitigates this with provider-level allow lists and filters for training, retention and jurisdiction, but on the free tier no such filter is documented. Risk ratings are editorial, evidence-based, and never influenced by affiliate relationships. $ Can I use Kilo Gateway through Uprouter Connect? Yes — Kilo Gateway is Connect-compatible. Add your Kilo Gateway API key in Uprouter Connect encrypted at rest and route requests to it through one OpenAI- and Claude-compatible API, optionally behind failover aliases. Uprouter meters the traffic in compute at the provider's listed rate. Raw community sentiment, shown unblended. Votes never feed into objective data fields like price, risk, or status — and never into sort order. No published reviews yet — be the first. // more informationprice history · live status · risk & confidence · code snippets price history No recorded changes yet. live status current: unknown No probes recorded yet. Uprouter runs its own probes; best-effort, not a guarantee. Probe results depend on our network location and cadence — for production, always use the provider’s own status page. risk & confidence Risk is low-to-moderate. The gateway is operated by Kilo Code, the team behind an MIT-licensed open-source coding agent, and it publishes a status page, abuse policy, terms and API documentation, with the same infrastructure described as running Kilo's own high-volume products - that gives it a strong continuity case compared with unknown gateways. The free tier carries no promotional credit, so there is nothing to expire or forfeit; exposure is limited to any prepaid balance, which is subject to a 5% non-refundable processing fee. The main data-governance caveat is architectural: requests may be routed to direct providers or to third-party gateways such as OpenRouter and Vercel, so effective retention and training policy depends on whichever upstream serves the request - Kilo mitigates this with provider-level allow lists and filters for training, retention and jurisdiction, but on the free tier no such filter is documented. Confidence reflects how much verifiable evidence official docs, probe history, community reports backs this entry. Risk is our editorial assessment of operator reliability and terms — not financial advice. code snippets curl https://www.uprouter.online/api/connect/v1/chat/completions \ -H "Authorization: Bearer upr live YOUR KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "openai/gpt-6-astra", "messages": { "role": "user", "content": "Hello via Kilo Gateway" } }' Metered in Uprouter compute — the usage log shows which upstream served each request and its exact cost. Baichuanfree $11.20pricing n/aconnectMedium risk https://www.uprouter.online/s/baichuan Baidu Qianfanfree tier n/q in from Free/1MconnectMedium risk https://www.uprouter.online/s/qianfan DeepInfrafree tier n/q in from Free/1MconnectLow risk https://www.uprouter.online/s/deepinfra IBM watsonx.ai Gatewayfree tier n/q in from Free/1MconnectLow risk https://www.uprouter.online/s/watsonx Ranked by neutral similarity signals only — live status, Connect compatibility, free-tier shape and free-credit proximity. Commercial relationships never influence this list.