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.
Available Models
auto-refresh every 60sNo models yet — waiting for contributors…
Quick Start
OpenAI compatiblecurl
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":"你好"}]}'