Getting Started
- Obtain an API key from the Agent Router Service portal
- Configure Continue to use Agent Router Service as your model provider
Configuring Models
You can also quickly use models from Tetrate on the Cotninue Hub by visiting Tetrate on the Continue Hub here. The easiest way if you don’t see the model you want to use is to remix one of the models on the Tetrate page and change the model to the one you want to use.
Available Models
Agent Router Service supports routing to various models. Go to the Agent Router Service model catalog for a full list of supported models.Configuration Options
As Agent Router Service is an OpenAI API compatible provider, you can configure it like any other OpenAI API compatible provider. Therefore you will be settingprovider: openai
and apiBase: https://api.router.tetrate.ai/v1
.
Update your Continue configuration file (~/.continue/config.yaml
) with your Agent Router Service API key:
On your local machine
In your config.yaml
config.yaml
As a local model block
Review the configuration reference for model blocks and using local blocks. Ensure you look at the roles and capabilities section and review the model capabilities guide.model_name.yaml
On Model Block on Continue Hub
Learn how to use model blocks on Continue Hub here.model_name.yaml