Configuring LLM Providers
PaddleBoard is bring-your-own-key: you connect your own model accounts. There is no hosted PaddleBoard plan, and nothing is gated behind a PaddleBoard sign-in.
Add a provider
- Open the agent panel.
- Open agent settings → Configure Providers (or the command palette → provider config).
- Pick a provider, paste your API key, and save. Keys are stored in your OS keychain (never in settings or plaintext).
Most providers also read a standard environment variable (e.g. ANTHROPIC_API_KEY,
OPENAI_API_KEY) as a fallback.
Supported providers
Includes Anthropic, OpenAI (and ChatGPT subscription auth), Google AI (Gemini), Google Vertex AI, Amazon Bedrock, DeepSeek, Mistral, OpenRouter, Vercel AI Gateway, and local runners (Ollama, LM Studio).
Google Vertex AI (Gemini Enterprise)
Vertex is a PaddleBoard addition for teams whose Gemini access runs through Google Cloud. It supports three auth modes, in precedence order:
- Service-account key — set
credentials_pathto a service-account JSON file. - Express API key — paste an AI Studio / Express key.
- gcloud (recommended, no stored secret) — run
gcloud auth loginonce; PaddleBoard borrows short-lived Application Default Credentials. Just setproject_id(and optionallylocation, defaultglobal) and it works.
Configure it from the provider settings (project id, location, optional credentials path).
Newer models (e.g. Gemini 3) live on the global location, which is the default.
Privacy
Telemetry is hard-disabled in PaddleBoard — your prompts and usage never leave your machine except for the calls you make directly to your chosen provider.