Docs

Drop-in OpenAI SDK. Omit model or set "bottom" — we fish the cheap pool.

Chat completions

curl https://gateway.idlidu.dev/v1/chat/completions \
  -H "Authorization: Bearer idl_..." \
  -H "Content-Type: application/json" \
  -d '{
    "model": "bottom",
    "messages": [{"role": "user", "content": "Summarize bottom fishing in one line."}]
  }'

Pin (escape hatch)

"model": "anthropic/claude-opus-4.6"

More: Bottom routing · id agent · id CLI · Model list · Pricing

API keys: join the waitlist — or use app dashboard when onboarded.