This page shows you the steps needed to get started with the Reka API and running the Reka Edge model locally.
Create a free account on the Reka Platform to access your API key.
Keep your API key secure. Never expose it in client-side code or share it publicly.
Install the OpenAI Python SDK — our API is fully OpenAI-compatible.
Our baseline models always available for public access are:
See our HuggingFace repository for instructions on running Reka Edge locally.
For high-throughput serving, you can use the vllm-reka plugin that extends standard vLLM to support Reka’s custom architectures and optimized tokenizer. Please follow our vllm-reka installation instructions to install the plugin along with vLLM.
Explore the Reka API’s capabilities through the following guides: