200k tokens free on signup

One API.
All the best models.

OpenAI-compatible endpoint with Claude 4.7, GPT-5.5 and more. Flat rate $0.3 per 1M tokens — input and output, every model.

curl
curl https://api.linaliapi.com/v1/chat/completions \
  -H "Authorization: Bearer wf-..." \
  -H "Content-Type: application/json" \
  -d '{
    "model": "claude-opus-4.7",
    "messages": [{"role":"user","content":"hi"}],
    "stream": true
  }'

Available models

claude-opus-4.7
claude-opus-4.6
claude-sonnet-4.6
claude-haiku-4.5
gpt-5.5
gpt-5.4