PEKPIK LLM Key
Live

$20 free on signup

Claim $20 →
No card · OpenAI-compatible · keys that never rotate

Free LLM API keys for builders.
Two ways in. Both free.

Copy a shared key below and start testing in seconds — no account, no card. Or create an account and get $20 of credit on a permanent key that reaches Claude Opus 5.

No card, ever, on the free tier Your key never rotates Model alerts and availability notes from @getkeyway
Which free tier
both free
Shared Account
Signup None Email
Credit $2–$20 $20
Whose credit Everyone's Yours
Top model opus-4-7 opus-5
Rate limit 5–20 rpm 10 rpm
Key lifetime 48h Permanent
Tops up Never Daily
Create an account · $20 credit

Or scroll down and copy a shared key — no account needed.

No signup required

Copy a shared free API key

These short-lived shared keys refresh automatically. Each has its own remaining credit, request limit and expiry, so try another key if one has already been used up.

Want your own key? Get $20 free → Permanent key · Claude Opus 5 · tops up daily

Loading current shared keys…

No shared key is available right now. Use the personal free-credit option while the pool refreshes.
The shared pool is temporarily unavailable. Your registered personal key and daily credit are unaffected.

OpenAI-compatible project · 3 highlighted model families · 90+ catalog routes · public X updates

AzureGCPAWSOpenAIAnthropicGoogleDeepSeekMistralMoonshotZhipuQwenDoubaoMiniMaxCoherexAI + more

Model Coverage

See what the free keys can target.

Use this catalog as a developer map for model families, providers and route coverage. The public project stays focused on access, examples and update signals.

Live model catalog is loaded from the production routing inventory.

Model Provider Cloud Status

Loading live model catalog...

Why follow

A developer project worth tracking.

The landing page should send builders to docs and X because that is where the useful setup and availability updates happen.

Safer key setup first GROWTH LOOP

Start from the authentication docs so test keys, base URLs and SDK examples stay in one controlled path.

Fresh availability notes on X

@getkeyway is the fastest channel for testing windows, model alerts, uptime notes and short build updates.

OpenAI-compatible examples

Use the same OpenAI SDK pattern in Python, Node, cURL and common tools. Copy a key, swap the base URL and test.

OpenAI SDK · custom base URL

Model alerts without noise

Follow changes for GPT, Claude, Gemini, DeepSeek, Kimi, embeddings, image and audio routes without reading a storefront.

Public playground

Verify whether a key still works before wiring it into your app, then jump into the docs when you need integration details.

Docs-led integration path

Docs, the model catalog and the playground keep the setup path inspectable without depending on an external repository.

Quick Start

Drop in for OpenAI in one line.

Replace base_url. Keep the rest of your code identical.

from openai import OpenAI

client = OpenAI(
    base_url="https://aiapiv2.pekpik.com/v1",
    api_key="sk-...",
)

resp = client.chat.completions.create(
    model="claude-opus-4-7",  # or gpt-5.4, deepseek-chat, gemini-2.5-pro
    messages=[{"role": "user", "content": "Hello"}],
)
print(resp.choices[0].message.content)

Explore the build

Start from a model, provider or integration pattern.

These pages help developers understand model coverage, OpenAI-compatible migration and routing behaviour before wiring requests into an app.

FAQ

Common questions.

Where do I get a free key? +

Start with the authentication docs and use the OpenAI-compatible base URL shown there. Follow @getkeyway on X for fresh testing windows and availability notes.

Do you store our prompts or completions? +

No. Requests pass through without content logging. We retain only aggregate routing metrics such as model, latency and health signals.

Where should I follow updates? +

@getkeyway on X is the fastest public update channel for testing windows, route notes and model availability.

What are the rate limits? +

Public testing access is temporary, so limits vary by route and usage. If one key is exhausted, check the docs or @getkeyway on X for current availability.

Can I use this in production? +

Treat public keys as a testing and learning resource. For production workloads, use your own account controls and stable operational limits.

Do you support provider-native APIs? +

The primary interface is OpenAI-compatible /v1/chat/completions. Provider-native endpoints can be evaluated when a workflow needs them.

What happens when an upstream key gets rate-limited or revoked? +

Each model can be backed by a pool of upstream keys with continuous health checks. Bad keys are quarantined and traffic shifts to healthy ones automatically.

Follow the build

Get the next free LLM API key drop.

Start from the docs for key setup and examples. X is where @getkeyway posts availability notes, model alerts and fresh testing windows first.