reka-ai/api-examples-python
HTML
Captured source
source ↗reka-ai/api-examples-python
Description: Examples to get started with Reka APIs using Python
Language: HTML
Stars: 7
Forks: 1
Open issues: 0
Created: 2025-07-08T02:11:44Z
Pushed: 2026-03-05T16:40:33Z
Default branch: main
Fork: no
Archived: no
README:
Reka API Examples
[](https://link.reka.ai/discord)

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.
📋 More Examples in Other Languages
📚 What's in this repo
| Example | Description | |---------------------------------------------------|----------------------------------------------------------------------------------------------------| | [notebook-openai/](/notebook-openai/README.md) | Example notebook using the OpenAI SDK to call the Reka API | | [notebook-request/](/notebook-request/README.md) | Example notebook using raw HTTP requests to call the Reka API | | [gradio/](/gradio/README.md) | Gradio app that streams responses and displays reasoning steps | | [streamlit/](/streamlit/README.md) | Streamlit app that streams responses and displays reasoning steps | | [event_finder/](/event_finder/README.md) | Streamlit app for researching and finding events with Reka Research | | [roast_my_life/](/roast_my_life/README.md) | A playful Python + Flask demo showcasing Reka Vision API to (nicely) roast the people in your videos |
🧑💻 Workshops & Tutorials
| Workshop & Tutorial | Description | |--------------------------------------------------------------|----------------------------------------------------------------------------------------------------| | [Roast my Life Workshop](/roast_my_life/workshop/README.md) | Build a fully functional AI-powered video roasting application using the Reka Vision API in a step-by-step workshop |
🧪 Why use this repo?
- 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
🛠 Recommended Use Cases
- Web search with control over allowed domains
- Research agents with explainable reasoning steps
🤝 Contributions
If you find a bug or would like to add a feature, check out those resources: Check out our [Code of Conduct](CODE_OF_CONDUCT.md) and [Contributing](CONTRIBUTING.md) docs.
Notability
notability 2.0/10Low-star example repo