Provider · OpenRouter
Linda + OpenRouter.
OpenRouter aggregates ~50 LLM providers behind one OpenAI-compatible API. Useful for A/B testing models without changing code, or for falling back when one provider is degraded.
Config
new Linda({
transport: {
mode: "browser",
provider: "openrouter",
apiKey: import.meta.env.PUBLIC_OPENROUTER_KEY,
model: "anthropic/claude-sonnet-4-6",
},
}); Why pick OpenRouter
- A/B test models cheaply. Switch
model; nothing else changes. - Fallbacks. Configure a fallback chain in OpenRouter's dashboard.
- One bill. Pay OpenRouter, not 5 providers.
Get an API key at openrouter.ai.
Ship an agent-driven flow this afternoon.
Install Linda, paste a config, and your form turns into an agent that fills its own inputs.