Skip to content

Models

PEKPIK LLM exposes many chat, code, embeddings, image, video and audio models through an OpenAI-compatible surface. The live model catalog is available on the model section of the website.

The standard OpenAI models endpoint returns everything your key can call:

Terminal window
curl https://aiapiv2.pekpik.com/v1/models \
-H "Authorization: Bearer $PEKPIK_KEY"
Use caseExample model IDs
Flagship chatclaude-opus-4-7, gpt-5.4, gemini-2.5-pro
Fast general chatdeepseek-v3.2, glm-4.6, kimi-k2.5, gemini-2.5-flash
Reasoningdeepseek-r1-0528, kimi-k2-thinking
Codecodestral-latest
Embeddingstext-embedding-3-small, text-embedding-3-large
Imagesgpt-image-2, gemini-2.5-flash image models
Audiowhisper-1 (transcription), TTS voices

The exact model and version you request is what runs. We never quantize, distill, or silently substitute a different model, and we continuously spot-check live outputs against each provider’s reference behaviour.

Public keys are shared and temporary. Check the GitHub README for the latest published keys, use the playground to verify a key, and follow @getkeyway for fresh key drops and model alerts. See Usage & access.