- Identify which Audio Language Models are available using our models API
- Chat with open source Audio Language Models using our chat completions API
Getting started
Audio Language Models are identified in our models API with atask type of audio-text-to-text.
Audio is made available to the model in two main ways:
- passing a link to the audio in a user message
- passing the base64 encoded audio directly in a user message
Make sure you have set the TELNYX_API_KEY environment variable