Reka API Documentation

Multimodal AI at your fingertips. Make your first API call in minutes.

First API call!
curl https://api.reka.ai/v1/chat/completions \
-H "Content-Type: application/json" \
-H "X-Api-Key: $REKA_API_KEY" \
-d '{
"model": "reka-flash",
"messages": [{
"role": "user",
"content": [
{"type": "image_url", "image_url": "https://v0.docs.reka.ai/_images/000000245576.jpg"},
{"type": "text", "text": "What do you like about this image?"}
]
}]
}'
Get started

Products

Support