Reka Flash 3
Reka Flash 3 is a general-purpose, instruction-tuned large language model with 21 billion parameters, developed by Reka. It excels at general chat, coding tasks, instruction-following, and function calling. Featuring a 32K context length and optimized through reinforcement learning (RLOO), it provides competitive performance comparable to proprietary models within a smaller parameter footprint. Ideal for low-latency, local, or on-device deployments, Reka Flash 3 is compact, supports efficient quantization (down to 11GB at 4-bit precision), and employs explicit reasoning tags ("<reasoning>") to indicate its internal thought process. Reka Flash 3 is primarily an English model with limited multilingual understanding capabilities. The model weights are released under the Apache 2.0 license.
rekaai/reka-flash-3
- Contexto
- 66k tokens
- Máx. completion
- 65,536
- Tools
- No
- JSON
- Sí
- Lanzamiento
- 2025-03-12
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-flash-3",
"messages": [{"role": "user", "content": "Hola"}]
}'Consigue tu API keyPreguntas frecuentes
- ¿Qué es Reka Flash 3?
- Reka Flash 3 is a general-purpose, instruction-tuned large language model with 21 billion parameters, developed by Reka. It excels at general chat, coding tasks, instruction-following, and function calling. Featuring a 32K context length and optimized through reinforcement learning (RLOO), it provides competitive performance comparable to proprietary models within a smaller parameter footprint. Ideal for low-latency, local, or on-device deployments, Reka Flash 3 is compact, supports efficient quantization (down to 11GB at 4-bit precision), and employs explicit reasoning tags ("<reasoning>") to indicate its internal thought process. Reka Flash 3 is primarily an English model with limited multilingual understanding capabilities. The model weights are released under the Apache 2.0 license. Reka Flash 3 corre en el API de Geek Hub (compatible con OpenAI). Id: rekaai/reka-flash-3.
- ¿Reka Flash 3 es gratis?
- No. El input cuesta $0.109 / 1M tokens y el output $0.218 / 1M tokens en Geek Hub (markup incluido).
- ¿Cuál es el contexto de Reka Flash 3?
- Reka Flash 3 tiene una ventana de 66k tokens. Soporta hasta 65,536 tokens de completion.
- ¿Reka Flash 3 soporta tool calling y structured outputs?
- Reka Flash 3 no publica tool calling en este endpoint. También soporta structured outputs con un JSON schema en response_format.
- ¿Cuándo se lanzó Reka Flash 3?
- Reka Flash 3 se lanzó el 12 de marzo de 2025.