Introduction
This project publishes OpenAI-compatible free LLM API keys for developers. Copy a public key from GitHub, send requests to the PEKPIK base URL, and test models from OpenAI, Anthropic, Google, DeepSeek, Moonshot, Zhipu, ByteDance, Qwen and more.
Why use it
Section titled “Why use it”- Public keys for testing. No credit card, no registration, copy and build.
- One OpenAI-compatible pattern. Keep your SDK code and change the base URL.
- Fresh drops. Star the GitHub repo and follow @getkeyway for fresh key drops, model alerts and uptime notes.
- Genuine, full-fidelity models. The exact model and version you request is what runs — never quantized, distilled, or silently swapped. Outputs are continuously spot-checked against each provider’s reference behaviour.
- Catalog visibility. Use the model catalog and
/v1/modelsendpoint to see what your current key can call.
Base URL
Section titled “Base URL”https://aiapiv2.pekpik.com/v1The service implements the OpenAI REST API. Anything that works against
api.openai.com/v1 works here by changing the base URL and key.
Next steps
Section titled “Next steps”- Quickstart — make your first request in two minutes.
- Authentication — how API keys work.
- Models — the model catalog and availability notes.
- Create an account — get a free key that does not rotate.