$1 cash credits $5 of the rates below.
Goalfinder is an OpenAI-compatible API gateway. Sign up for free credit, get one key, and call every model through a single endpoint.
Sign up with email or GitHub. Your $1 of free credit lands in your balance automatically — no card needed.
Generate a Goalfinder API key from your dashboard. One key unlocks the whole catalog.
Point any OpenAI-compatible client at our endpoint. We meter tokens and deduct list-price cost from your credit.
API keys are saved as one-way SHA-256 hashes. We never keep the full key, so it can't leak from us.
Your prompts and the model's replies are streamed through and never written to our database, logs or backups.
Card details go straight to Stripe and never reach our servers. We never see or store your card.
Questions, or want your account and data deleted? Write to contact@goalfinder.space.
The full detail, including what our upstream providers do with your data, is in our Privacy Policy.
Optional — your free credit works without them. Every dollar buys five dollars of usage. Any model, one balance.
Secure checkout via Stripe. Pay by card — credits land in your balance instantly, and we never see or store your card details.
Per-1M-token prices, deducted from your credit balance as you go.
| Model | Input / 1M | Cache write / 1M | Cache read / 1M | Output / 1M |
|---|---|---|---|---|
DeepSeek v4.1 Flash deepseek-v4.1-flash | $0.30 | $0.30 | $0.01 | $1.20 |
GLM 5.3 Flash glm-5.3-flash | $0.15 | $0.15 | $0.03 | $0.50 |
Qwen 3.8 Flash qwen3.8-flash | $0.16 | $0.16 | $0.02 | $0.47 |
Works with the OpenAI SDK — just change the base URL and key.
curl https://www.goalfinder.space/api/v1/chat/completions \
-H "Authorization: Bearer gf-YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "deepseek-v4.1-flash",
"messages": [{ "role": "user", "content": "Hello!" }]
}'