OpenAIProvider

Field

Type

Repeated

Description

api_key

string

model

string

generation

ProviderGenerationConfig

base_url

string

Optional OpenAI-compatible endpoint override, e.g. a local vLLM / llama.cpp / Ollama server ("http://127.0.0.1:11434/v1"). "" = the real OpenAI API. Enables fully-local / airgapped reasoning with permissively-licensed models (e.g. Qwen3-VL).