TokenRoute
Get started
Back to models

Reka Edge

rekaai/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,...

Pricing

Input$0.0700 /M
Output$0.0700 /M

Specs

Context length16.4K tokens
Max output14.7K tokens
Inputimage, text, video
Outputtext

Quickstart

Point the OpenAI SDK at https://tokenroute.app/api/v1 and use a TokenRoute API key.

bash
curl https://tokenroute.app/api/v1/chat/completions \
  -H "Authorization: Bearer $TOKENROUTE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "rekaai/reka-edge",
    "messages": [{ "role": "user", "content": "Hello!" }]
  }'

Supported parameters

frequency_penalty
logprobs
max_tokens
presence_penalty
seed
stop
structured_outputs
temperature
tool_choice
tools
top_k
top_logprobs
top_p
Reka Edge API, pricing and context length | TokenRoute