← directory / providers / reka
Reka Platform
first-party3
models served
REKA_API_KEY
auth
api.reka.ai/v1
base url
Multimodal-native models (text, image, video, audio input). OpenAI-compatible chat surface; native SDK also available. docs →
01Request template
Every model below is invoked with this shape — swap in the provider model ID from the table.
curl https://api.reka.ai/v1/chat/completions \
-H "Authorization: Bearer $REKA_API_KEY" \
-H "content-type: application/json" \
-d '{
"model": "{{MODEL_ID}}",
"messages": [{"role": "user", "content": "Hello, world"}]
}'02Models served · newest first
| Model | Provider model ID | In $/M | Out $/M | Context |
|---|---|---|---|---|
| Reka CoreReka | reka-core | 3.00 | — | 128K |
| Reka EdgeReka | reka-edge | 0.10 | — | — |
| Reka FlashReka | reka-flash | 0.20 | — | — |