rekaai
Reka Edge
rekaai/reka-edge
Input$0.100 /1M tokens
·Output$0.100 /1M tokens
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,...
Code Examples
import requests
response = requests.post(
"https://neurongate.net/v1/chat/completions",
headers={
"Authorization": "Bearer ng-your-api-key",
"Content-Type": "application/json"
},
json={
"model": "rekaai/reka-edge",
"messages": [
{"role": "user", "content": "Hello!"}
]
}
)
print(response.json()["choices"][0]["message"]["content"])Pricing Details
| Example | Cost |
|---|---|
| 1K input tokens (short prompt) | $0.00010 |
| 1K in + 500 out (typical response) | $0.00015 |
| 10K in + 2K out (document analysis) | $0.00120 |
| 100K in + 10K out (large context) | $0.0110 |
Prices in USD. Billed per actual token usage. Prepay with USDT, USDC, ETH, or BTC.
Frequently Asked Questions
Capabilities
Streaming
YesFunction Calling / Tools
YesVision (Image Input)
YesAudio Processing
NoContext Window
16K tokens
~12K words of text
Max output
16K tokens
Modalities
Input
imagetextvideo
Output
text