Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.6 KB

File metadata and controls

33 lines (19 loc) · 1.6 KB

Reka Research with raw HTTP requests

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.

What is Reka Research?

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.

Prerequisites

Get Your API Key

  1. Go to the Reka Platform dashboard
  2. Open the API Keys section on the left
  3. Create a new key and copy it to your environment

Jupyter Notebook App

To run this notebook, you'll need a Jupyter notebook environment. Here are some recommended options:

Get Started

  1. Clone this repository to your local machine or open Use Reka Research with requests notebook in your preferred notebook environment.

Learn More