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, or .
Next, navigate to the , click "New API Key" and give it a name.
Make sure to save this somewhere safe and do not share it with anyone.
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: