BYO LLM is an Enterprise plan feature. To upgrade, contact sales@flexorch.com.
Supported providers
| Provider | Supported models |
|---|---|
| OpenAI | GPT-4o, GPT-4-turbo, GPT-3.5-turbo |
| Anthropic | claude-sonnet-4-6, claude-haiku-4-5 |
| Azure OpenAI | Any model you have deployed via your Azure endpoint |
| Custom | Any OpenAI-compatible endpoint |
Configure via the platform
Open LLM Configuration
In the FlexOrch dashboard, go to Settings → Integrations → LLM Configuration.
Enter your provider details
Select your provider from the dropdown, then enter the model name and your API key.
Test the connection
Click Test to verify FlexOrch can reach your provider with the credentials supplied.
Configure via API
You can also set your LLM configuration programmatically. This is useful for infrastructure-as-code setups or CI/CD pipelines that provision FlexOrch environments.Request body
The LLM provider to use. One of
openai, anthropic, azure_openai, or custom.The model identifier. For Azure OpenAI, use your deployment name. For custom endpoints, use the model name your endpoint expects.
Your API key for the selected provider. Stored encrypted at rest and never exposed in API responses.
Required only for
azure_openai and custom providers. The full base URL of the endpoint.FlexOrch always attempts deterministic, rule-based extraction first. The LLM is only invoked as a fallback when pattern matching is insufficient. This means BYO LLM has no effect on documents where deterministic extraction succeeds — you only consume LLM tokens when it’s genuinely needed.