Skip to main content

Overview

Heroku provides an OpenAI-compatible inference API. The default base URL is https://us.inference.heroku.com (with /v1 appended). You can override it with HEROKU_INFERENCE_URL or pass base_url to HerokuProvider. Model Class: HerokuModel

Authentication

Examples

Model Settings

You can set model parameters in two ways: on the model or on the Agent. On the model:
On the Agent:

Parameters