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
llmrekamultimodalopen-weights
| Context band | Max tokens | Input / M tok | Output / M tok |
|---|---|---|---|
| ≤16K | 16,384 | $0.10 | $0.10 |
API
Wire it up.
Endpoint
POST https://api.tryinfer.com/v1/chat/completionsrequest
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 →