Back to Models
Reka Edge
rekaai/reka-edgeMar 20, 202616.4K context16.4K max output$0.10/M in · $0.10/M outReasoning
Description
Reka Edge is an extremely efficient 7B multimodal vision-language model that accepts image/video+text inputs and generates text outputs. This model is optimized specifically to deliver industry-leading performance in image understanding, video analysis, object detection, and agentic tool-use.
Specifications
Provider
rekaai
Context Length
16.4K
Max Output
16.4K
Modality
Inimagetextvideo
Outtext
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $0.10 |
| Output | $0.10 |
Quick Start
curl https://api.ominigate.ai/v1/chat/completions \
-H "Authorization: Bearer sk-omg-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "rekaai/reka-edge",
"messages": [{"role": "user", "content": "Hello!"}]
}'