← All modelsReka

Reka Edge 2603

Multimodal edge model — video/image understanding, object detection, tool use — 16K context.

Reka$0.10 in · $0.10 out / 1M tokens (≤16K ctx)llmrekamultimodalopen-weights
Capabilities
llmrekamultimodalopen-weights
Pricing
Context bandMax tokensInput / M tokOutput / M tok
≤16K16,384$0.10$0.10
API

Wire it up.

EndpointPOST https://api.tryinfer.com/v1/chat/completions
request
curl https://api.tryinfer.com/v1/chat/completions \
-H "Authorization: Bearer $INFER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "reka-edge-2603",
"messages": [{ "role": "user", "content": "Hello!" }]
}'

OpenAI-compatible — point your SDK at Infer with a bearer token. Get an API key →