# Ollama Cloud Configuration
# Get your API key from https://ollama.com/settings/keys
# Ollama API key (required)
OLLAMA_API_KEY=your_api_key_here
# Vision model to use (default: qwen3-vl:235b-cloud)
# Available models with -cloud suffix can be used
VISION_MODEL=qwen3-vl:235b-cloud
# Ollama Cloud base URL (default: https://ollama.com/v1)
OLLAMA_BASE_URL=https://ollama.com/v1
# Optional: Temperature for generation (0.0-1.0)
VISION_TEMPERATURE=0.2
# Optional: Maximum tokens in response
VISION_MAX_TOKENS=1000