This repository showcases how to use the Reka Research to build intelligent apps that can search the web, structure responses, and support reasoning. It’s designed to help developers learn how to integrate and use Reka Research with different tools and frameworks.
| Example | Description |
|---|---|
| notebook-openai/ | Example notebook using the OpenAI SDK to call the Reka API |
| notebook-request/ | Example notebook using raw HTTP requests to call the Reka API |
| gradio/ | Gradio app that streams responses and displays reasoning steps |
| streamlit/ | Streamlit app that streams responses and displays reasoning steps |
| event_finder/ | Streamlit app for researching and finding events with Reka Research |
| roast_my_life/ | A playful Python + Flask demo showcasing Reka Vision API to (nicely) roast the people in your videos |
| Workshop & Tutorial | Description |
|---|---|
| Roast my Life Workshop | Build a fully functional AI-powered video roasting application using the Reka Vision API in a step-by-step workshop |
- Learn how to use Reka Research with requests and OpenAI SDK
- Build agents that can think step-by-step and cite sources
- Learn to control structured outputs using
response_format - Control domain scope and search behavior using
web_searchconfig
- Web search with control over allowed domains
- Research agents with explainable reasoning steps
If you find a bug or would like to add a feature, check out those resources: Check out our Code of Conduct and Contributing docs.

