Reka Edge
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.
rekaai/reka-edge
- Contexto
- 16k tokens
- Máx. completion
- 16,384
- Tools
- Sí
- JSON
- Sí
- Lanzamiento
- 2026-03-20
Llámalo desde Geek Hub
El mismo SDK de OpenAI. Cambia el base URL y el id del modelo.
curl https://api.geekhub.mx/v1/chat/completions \
-H "Authorization: Bearer $GEEKHUB_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "rekaai/reka-edge",
"messages": [{"role": "user", "content": "Hola"}]
}'Consigue tu API keyPreguntas frecuentes
- ¿Qué es Reka Edge?
- 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. Reka Edge corre en el API de Geek Hub (compatible con OpenAI). Id: rekaai/reka-edge.
- ¿Reka Edge es gratis?
- No. El input cuesta $0.109 / 1M tokens y el output $0.109 / 1M tokens en Geek Hub (markup incluido).
- ¿Cuál es el contexto de Reka Edge?
- Reka Edge tiene una ventana de 16k tokens. Soporta hasta 16,384 tokens de completion.
- ¿Reka Edge soporta tool calling y structured outputs?
- Reka Edge acepta tools y tool_choice para function calling. También soporta structured outputs con un JSON schema en response_format.
- ¿Cuándo se lanzó Reka Edge?
- Reka Edge se lanzó el 20 de marzo de 2026.