Skip to content

Lynx Api

Lynx Api is an OpenAI-compatible public aggregation endpoint. One URL, every major model family — Claude, GPT, Gemini, DeepSeek and more. Sign in with linux.do for free credit, ready to use.

Go live in five minutes

  1. Sign in — Open api.lxlynx.com, log in with your linux.do account. New users get \(50 free credit (\)50 topped up daily, free tier stays free forever).
  2. Create a token — Console → API Token, generate an sk- key and copy it (shown only once).
  3. Send a request — Base URL is https://api.lxlynx.com/v1, OpenAI format works directly:

    curl https://api.lxlynx.com/v1/chat/completions \
      -H "Authorization: Bearer sk-your-token" \
      -H "Content-Type: application/json" \
      -d '{"model":"gpt-4o","messages":[{"role":"user","content":"hello"}]}'
    

For the full walkthrough and app integrations see Getting Started.

Docs

  • API Reference — chat, embeddings, rerank, image, audio, video and more
  • AI Apps — Claude Code, Codex, Cherry Studio, LangBot, etc.
  • Guide — console, tokens, wallet, pricing
  • Support — community, FAQ, feedback