GATEWAY ONLINE · POOL 0 CHANNELS

One token,
talk to every free AI

Aggregates community-contributed free AI keys behind one OpenAI-compatible endpoint. No vendor accounts needed; one sk- token drives many models with automatic failover and circuit breaking.

Tiered quota · never zeroedAnonymous · hashed onlyAuto circuit-break · failoverContribute and be rewarded

Available Models

auto-refresh every 60s

No models yet — waiting for contributors…

Quick Start

OpenAI compatible
curl
curl https://freeaigw.9418666.xyz/v1/chat/completions \
  -H "Authorization: Bearer sk-your-gateway-token" \
  -H "Content-Type: application/json" \
  -d '{"model":"gpt-4o-mini","messages":[{"role":"user","content":"你好"}]}'