Skip to main content
Together AI makes it easy to run leading open-source models using only a few lines of code.

1. Register for an account

First, register for an account to get an API key. New accounts come with $5 to get started. Once you’ve registered, set your account’s API key to an environment variable named TOGETHER_API_KEY:

2. Install your preferred library

Together provides an official library for Python:
As well as an official library for TypeScript/JavaScript:
You can also call our HTTP API directly using any language you like.

3. Run your first query against a model

Choose a model to query. In this example, we’ll use Meta Llama 3. With your selected model, use your preferred library to query one of Together’s APIs – for example, to run a chat completion with streaming:
Python
Congratulations – you’ve just made your first query to Together AI!

Next steps

You can choose from any of our many supported models to generate chat, images, language, or code.

Resources

Updated 16 days ago