Skip to main content
Providers

Vivgrid

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

Quick start

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

const agent = new Agent({
name: "vivgrid-agent",
instructions: "You are a helpful assistant",
model: "vivgrid/gpt-5.1-codex",
});

Environment variables

  • VIVGRID_API_KEY

Provider package

@ai-sdk/openai

Default base URL

https://api.vivgrid.com/v1

You can override the base URL by setting VIVGRID_BASE_URL.

Provider docs

Models

Show models (1)
  • gpt-5.1-codex

Table of Contents