Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
VLM_MODELNoModel name.qwen2.5vl:3b
VLM_API_MODENoAPI format: ollama (native /api/chat, supports keep-alive) or openai (standard /v1/chat/completions, any OpenAI-compatible backend).ollama
VLM_BASE_URLNoBackend address. Defaults to http://localhost:11434 for ollama mode and http://localhost:11434/v1 for openai mode. Note: openai mode requires the /v1 suffix.http://localhost:11434
VLM_KEEP_ALIVENoModel residency in Ollama mode only. 0 unloads after each call, -1 keeps forever.30m
VLM_TIMEOUT_MSNoPer-call timeout in milliseconds, covers cold-start model load.300000

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
describe_imageA

对一张或多张图片进行视觉理解(识图):可指定任意问题,如描述内容、识别物体、分析图表、理解截图等

ocr_imageA

提取一张或多张图片中的所有文字(OCR),按原始排版分行输出

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Amengclass/vision-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server