Back to Models
R

Reka Flash 3

Reka/rekaai/reka-flash-3
ChatVision

Fast and efficient multimodal model with video understanding

Input Price

$0.1

per 1M tokens

Output Price

$0.2

per 1M tokens

Context

128K

tokens

Modalities

textimagevideo

Model ID

rekaai/reka-flash-3

Pricing Breakdown

DirectionPer 1K tokensPer 1M tokens
Input$0.00010000$0.1000
Output$0.00020000$0.2000

Quick Start

from openai import OpenAI

client = OpenAI(
    api_key="dg-your-api-key",
    base_url="https://api.doggiegateway.com/v1"
)

response = client.chat.completions.create(
    model="rekaai/reka-flash-3",
    messages=[{"role": "user", "content": "Hello!"}]
)

print(response.choices[0].message.content)

How It Works

Doggie Gateway routes your request to Reka's API through OpenRouter. You get the best available pricing and automatic fallback if a provider is unavailable.

Pay-per-use pricing
No monthly fees
OpenAI-compatible API

Ready to use Reka Flash 3?

Create an account, get your API key, and start making API calls in under a minute.