Quickstart
This guide will help you get started using the Avian API with Python.
Last updated
This guide will help you get started using the Avian API with Python.
Last updated
Avian's API is OpenAI compatible, including their libraries and schema.
First, create an Avian account or sign in.
Next, navigate to the API Key page, click "New API Key" and give it a name.
Make sure to save this somewhere safe and do not share it with anyone.
Already familiar? Head over to our API Reference.
Create a file named avian-test.py
and add the following code:
Make sure to change avian-your-api-key-here
to your API Key you created.
Run the script: