Skip to main content
Providers

Bailing

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

Quick start

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

const agent = new Agent({
name: "bailing-agent",
instructions: "You are a helpful assistant",
model: "bailing/Ling-1T",
});

Environment variables

  • BAILING_API_TOKEN

Provider package

@ai-sdk/openai-compatible

This provider uses the OpenAI-compatible adapter.

Default base URL

https://api.tbox.cn/api/llm/v1/chat/completions

You can override the base URL by setting BAILING_BASE_URL.

Provider docs

Models

Show models (2)
  • Ling-1T
  • Ring-1T

Table of Contents