Get Started With Opper

1. Create an API key

Log in at platform.opper.ai and create your own API key in the top right menu. Each api key is associated with a project, you will have all calls, functions, indexes and traces associated with this project. There is a default project for each organization but it is recommended to create a new project to better being able to separate the different applications and environments.

2. Set the API key

Set the API key as the OPPER_API_KEY environment variable.

3. Install the Opper SDK

Install our SDK for your preferred language. There are currently SDKs available for Python and TypeScript. If your language is not supported, you can use the REST API directly. See the API reference for more information.

3. Make your first LLM call

Let's write a simple call that extracts room descriptions from text as structured output.

4. View your call in the platform

Check out your call in the traces page.

Traces