Models
PEKPIK LLM exposes 170+ models across chat, code, embeddings, image, video and audio. The live catalogue and pricing are always on the pricing section of the website.
List models via the API
Section titled “List models via the API”The standard OpenAI models endpoint returns everything your key can call:
curl https://aiapiv2.pekpik.com/v1/models \ -H "Authorization: Bearer $PEKPIK_KEY"Popular model IDs
Section titled “Popular model IDs”| Use case | Example model IDs |
|---|---|
| Flagship chat | claude-opus-4-7, gpt-5.4, gemini-2.5-pro |
| Cost-efficient chat | deepseek-v3.2, glm-4.6, kimi-k2.5, gemini-2.5-flash |
| Reasoning | deepseek-r1-0528, kimi-k2-thinking |
| Code | codestral-latest |
| Embeddings | text-embedding-3-small, text-embedding-3-large |
| Images | gpt-image-2, gemini-2.5-flash image models |
| Audio | whisper-1 (transcription), TTS voices |
Genuine, full-fidelity models
Section titled “Genuine, full-fidelity models”The exact model and version you request is what runs. We never quantize, distill, or silently substitute a cheaper model, and we continuously spot-check live outputs against each provider’s reference behaviour.
Pricing
Section titled “Pricing”Token models are billed per 1M input/output tokens; media models per call. Prices are quoted in USD on the pricing page and confirmed at provisioning. See Billing.