Quick Start
Get Reka AI working in 3 steps:Tip: You can also set
provider="@reka" in Portkey() and use just model="reka-core" in the request.Add Provider in Model Catalog
- Go to Model Catalog → Add Provider
- Select Reka AI
- Choose existing credentials or create new by entering your Reka AI API key
- Name your provider (e.g.,
reka-prod)
Complete Setup Guide →
See all setup options, code examples, and detailed instructions
Supported Models
| Model Name | Model String to Use in API calls |
|---|---|
| Core | reka-core, reka-core-20240415 |
| Edge | reka-edge, reka-edge-20240208 |
| Flash | reka-flash, reka-flash-20240226 |
Managing Reka AI Prompts
Manage all prompt templates to Reka AI in the Prompt Library. All current Reka AI models are supported, and you can easily test different prompts. Use theportkey.prompts.completions.create interface to use the prompt in an application.
Next Steps
Add Metadata
Add metadata to your Reka AI requests
Gateway Configs
Add gateway configs to your Reka AI requests
Tracing
Trace your Reka AI requests
Fallbacks
Setup fallback from OpenAI to Reka AI
SDK Reference
Complete Portkey SDK documentation

