Reka Edge

Rekaai chatreasoningtool_usevideovision

API ID: rekaai/reka-edge-2603

Input Price
$0.10
/1M tokens
Output Price
$0.10
/1M tokens

About Reka Edge

Reka Edge is a budget-friendly general-purpose model from Rekaai with standard context (16k), suitable for conversations, content creation, and general AI tasks.

๐Ÿ’ฐ
Price Ranking
#641 lowest price among 1240 Chat models

Model Specifications

Context Length
16k
Max Output
16k
Release Date
2026-03-20
Capabilities
chat reasoning tool_use video vision
Input Modalities
imagetextvideo
Output Modalities
text

Best For

  • Complex reasoning, math problems, multi-step logic
  • Image analysis, document understanding, visual Q&A
  • Conversations, content writing, general assistance

Consider Alternatives For

  • Simple Q&A (cheaper models available)

๐Ÿ’ฐ Real-World Cost Examples

Estimated monthly costs for common use cases

Personal AI Assistant
$0.08
/month
50 conversations/day, ~500 tokens each
Customer Service Bot
$2.40
/month
1000 tickets/day, ~800 tokens each
Data Analysis Pipeline
$3.45
/month
500 analyses/day, ~2k tokens each

Rekaai Model Lineup

Compare all models from Rekaai to find the best fit

Model Input Output Context Capabilities
Reka Edge Current $0.10 $0.10 16k chat reasoning tool_use video vision
Flash 3 Free Free 66k chat reasoning
Flash 3 Free Free 66k chat reasoning
Flash 3 $0.10 $0.20 66k chat reasoning

Similar Models from Other Providers

Cross-brand alternatives with similar capabilities

Microsoft Phi 4
Input: $0.06
Output: $0.14
Context: 16k
Mistral Ministral 3 3B 2512
Input: $0.10
Output: $0.10
Context: 131k
Google Gemma 3 12B
Input: $0.05
Output: $0.15
Context: 131k
NVIDIA Nemotron Nano 9B V2
Input: $0.04
Output: $0.16
Context: 131k

๐Ÿš€ Quick Start

Get started with Reka Edge API

OpenAI-compatible SDK
from openai import OpenAI

client = OpenAI(
    base_url="https://api.provider.com/v1",
    api_key="YOUR_API_KEY"
)

response = client.chat.completions.create(
    model="rekaai/reka-edge-2603",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)
print(response.choices[0].message.content)