Step-by-step guide

To get started with Venice quickly, you’ll need to:

1

Generate an API Key

Navigate to your user settings within your Venice API Settings and generate a new API key.

For a more detailed guide, check out the API Key page.

2

Make your first request

Use the API key you generated in the previous step to make your first request. In this example, we’ll use the models endpoint to list all available models.

# Open a terminal, replace YOUR_API_KEY with your actual API key, and run the following command
curl --location 'https://api.venice.ai/api/v1/models' \
--header 'Authorization: Bearer YOUR_API_KEY'