Goalfinder
DeepSeek · GLM · Qwen

Frontier models.
5x more usage.

$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.

Free $1 creditno card needed

How it works

1. Create an account

Sign up with email or GitHub. Your $1 of free credit lands in your balance automatically — no card needed.

2. Get your key

Generate a Goalfinder API key from your dashboard. One key unlocks the whole catalog.

3. Call the API

Point any OpenAI-compatible client at our endpoint. We meter tokens and deduct list-price cost from your credit.

Keys hashed, not stored

API keys are saved as one-way SHA-256 hashes. We never keep the full key, so it can't leak from us.

No prompt storage

Your prompts and the model's replies are streamed through and never written to our database, logs or backups.

Stripe handles payments

Card details go straight to Stripe and never reach our servers. We never see or store your card.

A human reads your email

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.

Top up when you need more

Optional — your free credit works without them. Every dollar buys five dollars of usage. Any model, one balance.

Spark

$1one-time

$5.00 of usage credit

Buy Spark

Boost

Popular
$5one-time

$25.00 of usage credit

Buy Boost

Pro

$10one-time

$50.00 of usage credit

Buy Pro

Secure checkout via Stripe. Pay by card — credits land in your balance instantly, and we never see or store your card details.

The catalog

Per-1M-token prices, deducted from your credit balance as you go.

ModelInput / 1MOutput / 1M
DeepSeek v4.1 Flash
deepseek-v4.1-flash
$0.30$1.20
GLM 5.3 Flash
glm-5.3-flash
$0.15$0.50
Qwen 3.8 Flash
qwen3.8-flash
$0.16$0.47

Drop-in compatible

Works with the OpenAI SDK — just change the base URL and key.

terminal
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!" }]
  }'