Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
Reka Edge - Model - OpenSmartRoute
Modelv1.0.0
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-leadin
Reference model card from the OpenRouter listing - model rekaai/reka-edge. Prices are per million tokens as listed; ratings and installs below are from this marketplace.
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,...
Facts
Vendor
Reka
Context window
16,384 tokens
Max output
14,745 tokens
Input price
$0.10 / 1M tokens
Output price
$0.10 / 1M tokens
Input
image, text, video
Output
text
Tool calling
yes
Structured outputs
yes
Reasoning
yes
Open weights
RekaAI/reka-edge-2603
Endpoint: https://openrouter.ai/api/v1 (OpenAI-compatible), model rekaai/reka-edge
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - nothing else to configure
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
# or pin it on the OpenAI-compatible endpoint: {"model": "model-rekaai-reka-edge", ...}
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
model-rekaai-reka-edge.ocm.jsonjson
{
"ocm": "1",
"id": "model-rekaai-reka-edge",
"kind": "llm",
"name": "Reka Edge",
"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,...",
"publisher": "Reka",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"llm",
"rekaai",
"openrouter",
"open-weights",
"reasoning",
"tool-calling",
"image",
"video",
"models"
],
"languages": [
"en"
],
"modalities": [
"image",
"text",
"video"
],
"supports_tools": true,
"supports_streaming": true,
"context_window": 16384
},
"quality_prior": 0.6,
"examples": [
"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,..."
],
"primary": false,
"metadata": {
"source": {
"provider": "models",
"ref": "1774026965",
"url": "https://openrouter.ai/rekaai/reka-edge",
"key": "rekaai/reka-edge",
"catalogue": "https://openrouter.ai/api/v1"
},
"model": "rekaai/reka-edge",
"pricing": {
"input_usd_per_1m": 0.1,
"output_usd_per_1m": 0.1
},
"max_output_tokens": 14745,
"output_modalities": [
"text"
],
"hugging_face_id": "RekaAI/reka-edge-2603",
"reasoning": true,
"created": 1774026965,
"benchmarks": {
"hub_downloads": 533,
"hub_downloads_total": 16561,
"hub_likes": 133,
"hub_trending": 2
}
},
"cost": {
"usd_per_1k_tokens": 0.0001
},
"endpoints": [
{
"protocol": "openai",
"url": "https://openrouter.ai/api/v1"
}
]
}
Fetch it by URL: GET /api/v1/registry/model-rekaai-reka-edge/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.