This example demonstrates how to use Reka Research API with raw HTTP requests to find up-to-date IRS tax-compliance regulations and guidance. You'll learn how to make API calls using the requests library, parse the responses, and view the model's reasoning steps as it searches for current information.
Reka Research is an AI model that combines reasoning capabilities with real-time web search. It can access current information from the internet and show you its reasoning process, making it ideal for tasks requiring up-to-date data and transparent decision-making.
- Go to the Reka Platform dashboard
- Open the API Keys section on the left
- Create a new key and copy it to your environment
To run this notebook, you'll need a Jupyter notebook environment. Here are some recommended options:
- Jupyter Notebook - The classic notebook interface
- JupyterLab - A more modern, feature-rich environment
- VS Code - With the Jupyter extension (recommended for VS Code users)
- Google Colab - Free cloud-based notebooks
- Clone this repository to your local machine or open Use Reka Research with requests notebook in your preferred notebook environment.