Prerequisites
- A Poolside developer API key from platform.poolside.ai
- A running Fabro server
Configure direct access
The directpoolside provider is enabled in the built-in catalog. Store its key in the target Fabro server vault:
https://inference.poolside.ai/v1 using bearer authentication.
Included models
Both models support text input, tool calling, native reasoning, streaming, and automatic prompt-cache usage reporting. They do not support image input.
Use direct Poolside models
workflow.fabro
Reasoning behavior
Laguna S 2.1 and XS 2.1 support two thinking modes: off and max. Max thinking is enabled by default. These releases do not expose low, medium, or high reasoning-effort levels, so Fabro intentionally does not advertise typedreasoning_effort controls for them.
Fabro preserves Poolside’s reasoning_content between assistant and tool messages. This is important for interleaved thinking across multi-step tool calls.
For direct API or SDK requests, disable thinking through provider_options.poolside:
Use Laguna through OpenRouter
Enable OpenRouter and configure its separate API key as described in the OpenRouter integration:settings.toml
The XS rate reflects OpenRouter’s current promotional discount and can change. Fabro prefers OpenRouter’s authoritative
usage.cost over catalog estimates.
Fabro does not include promotional :free OpenRouter variants in the built-in catalog because their availability and limits can change. Add one as a custom model if you explicitly want that route.
Troubleshooting
“No API key configured” — StorePOOLSIDE_API_KEY on the target server with fabro provider login --provider poolside. The server runtime resolves the key from its vault, not from process env.
Unknown model — Direct Poolside routes use laguna-s-2.1 and laguna-xs-2.1. OpenRouter routes include the poolside/ prefix.
Reasoning effort rejected — Laguna’s hosted endpoints support thinking off or max, not low/medium/high effort. Omit reasoning_effort; use the provider option above only when you need to disable thinking.
Further reading
Poolside API
Official API endpoints, authentication, model listing, and tool-use examples.
Laguna models
Current model capabilities, weights, context windows, and release information.