Skip to main content
Providers

Privatemode AI

Use privatemode-ai/<model> with VoltAgent's model router.

Quick start

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

const agent = new Agent({
name: "privatemode-ai-agent",
instructions: "You are a helpful assistant",
model: "privatemode-ai/gemma-3-27b",
});

Environment variables

  • PRIVATEMODE_API_KEY
  • PRIVATEMODE_ENDPOINT

Provider package

@ai-sdk/openai-compatible

This provider uses the OpenAI-compatible adapter.

Default base URL

http://localhost:8080/v1

You can override the base URL by setting PRIVATEMODE_AI_BASE_URL.

Provider docs

Models

Show models (5)
  • gemma-3-27b
  • gpt-oss-120b
  • qwen3-coder-30b-a3b
  • qwen3-embedding-4b
  • whisper-large-v3

Table of Contents