Developer
Keys are shown once. Store them in a secure secret manager.
Revoke any key you no longer use.
Loading API keys…
Send a chat-completions request from your server.
curl https://freeai4all.com/v1/chat/completions \
-H "Authorization: Bearer $FREEAI4ALL_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"wayrune-auto","messages":[{"role":"user","content":"Hello"}]}'Models currently exposed: wayrune-auto and wayrune-trail. Ridge appears only when configured.