Skip to main content
Providers

Vultr

Use vultr/<model> with VoltAgent's model router.

Quick start

import { Agent } from "@voltagent/core";

const agent = new Agent({
name: "vultr-agent",
instructions: "You are a helpful assistant",
model: "vultr/deepseek-r1-distill-llama-70b",
});

Environment variables

  • VULTR_API_KEY

Provider package

@ai-sdk/openai-compatible

This provider uses the OpenAI-compatible adapter.

Default base URL

https://api.vultrinference.com/v1

You can override the base URL by setting VULTR_BASE_URL.

Provider docs

Models

Show models (5)
  • deepseek-r1-distill-llama-70b
  • deepseek-r1-distill-qwen-32b
  • gpt-oss-120b
  • kimi-k2-instruct
  • qwen2.5-coder-32b-instruct

Table of Contents