RenameClick
Customization

AI Providers & Models

Switch between local AI, OpenAI, Google Gemini, Alibaba Cloud, LM Studio, and Ollama.

RenameClick supports multiple AI providers for file analysis. You can switch providers at any time based on your preferences for privacy, quality, speed, or cost.

Provider Settings

Supported Providers

Local (Built-in)

SettingValue
ModelQwen3-VL
TypeVision-language model
Enginellama.cpp (local inference)
RAM needed~4 GB
InternetNot required (after model download)
API KeyNot required
CostFree

The local provider is the default and recommended option. After the one-time model download (~4 GB), it runs entirely on your machine.

GPU acceleration:

  • macOS: Metal (automatic, no configuration needed)
  • Windows: Intelligent auto-detection — NVIDIA/AMD discrete GPU → Vulkan, Intel Arc → SYCL, integrated → CPU, with automatic CPU fallback

OpenAI

SettingValue
ModelsGPT-4o, GPT-4o-mini, and other vision-capable models
InternetRequired
API KeyRequired
CostPer OpenAI pricing

Best for: highest accuracy on complex documents, especially multi-language content.

Google Gemini

SettingValue
ModelsGemini Pro Vision and other Gemini models
InternetRequired
API KeyRequired
CostPer Google pricing

Best for: strong vision capabilities, good balance of speed and quality.

Alibaba Cloud (Qwen)

SettingValue
ModelsQwen-VL and related models
InternetRequired
API KeyRequired
CostPer Alibaba Cloud pricing

Best for: excellent multi-language support, especially CJK languages.

LM Studio

SettingValue
RequirementLM Studio running locally with a vision-capable model
InternetNot required
API KeyNot required
CostFree

Setup: Download LM Studio → Load a vision model → Start the local server → Set the base URL in RenameClick (default: http://localhost:1234).

Ollama

SettingValue
RequirementOllama running with a vision-capable model
InternetNot required
API KeyNot required
CostFree

Setup: Install Ollama → Pull a vision model (e.g., llava) → Set the base URL in RenameClick (default: http://localhost:11434).

Provider Comparison

ProviderPrivacyInternetCostQuality
LocalFull (offline)NoFreeExcellent
OpenAICloudYesPaidModerate
GoogleCloudYesPaidExcellent
AlibabaCloudYesPaidExcellent
LM StudioLocalNoFreeVaries by model
OllamaLocalNoFreeVaries by model

Switching Providers

  1. Click the Provider selector in the workspace header
  2. Choose a provider
  3. If the provider needs configuration (API key, base URL), a settings dialog appears
  4. The provider status indicator shows readiness (green = ready, red = not ready)

Provider Locking

Provider and model switching is locked when AI Search is running or any Auto Flow row is watching. Stop the active task first, then switch providers.

Offline Mode

When using the Local provider after model download:

  • No internet connection needed
  • No data leaves your machine
  • No API costs
  • Works in airplane mode, behind firewalls, or in air-gapped environments

On this page