inflexa setup
Install, authenticate, and start CLIProxyAPI and Postgres (Docker or Podman); optionally configure embeddings
Usage
inflexa setup [options]
Options
| Option | Description | Default |
|---|---|---|
--connection <mode> |
How inflexa reaches models: cliproxy|direct (default cliproxy) | |
--provider <name> |
Authenticate a provider non-interactively: gemini|openai|claude|qwen|iflow | |
--no-auth |
Skip the provider authentication step | |
--no-start |
Set up only; don't start the proxy or Postgres containers | |
--no-postgres |
Skip the Postgres provisioning step | |
--force |
Re-pull images even if they are already cached | |
--embeddings <mode> |
Configure embeddings non-interactively: local|api-key|off | |
--refs <ids> |
Download comma-separated reference dataset ids | |
--yes |
Confirm explicitly selected reference downloads |