Free $5 credit.
No card.

OpenAI-compatible API. Qwen3-Coder 30B at $0.067 / $0.267 per million. Sign up as a developer, get a key, run the curl.

developer@scalattice — zsh
developer@scalattice ~ % curl https://api.scalattice.cloud/v1/chat/completions \
  -H "Authorization: Bearer $SCALATTICE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "qwen-3-coder-30b-a3b",
    "messages": [{"role":"user","content":"one-line reverse string in js"}]
  }' | jq .

{
  "id": "chatcmpl-8f2a…",
  "object": "chat.completion",
  "model": "qwen-3-coder-30b-a3b",
  "choices": [{
    "message": {
      "role": "assistant",
      "content": "s => [...s].reverse().join('')"
    },
    "finish_reason": "stop"
  }],
  "usage": {
    "prompt_tokens": 12,
    "completion_tokens": 11,
    "total_tokens": 23
  }
}

# $5 free · no card · OPENAI_BASE_URL=https://api.scalattice.cloud/v1

New developer accounts get $5. No card required to start. Live rates Full developer docs