BYO LLM is an Enterprise plan feature.
Advanced
BYO LLM
Use your own OpenAI, Anthropic, or Azure OpenAI API key for LLM-assisted extraction.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Use your own OpenAI, Anthropic, or Azure OpenAI API key for LLM-assisted extraction.
| Provider | Models |
|---|---|
| OpenAI | GPT-4o, GPT-4-turbo, GPT-3.5-turbo |
| Anthropic | claude-sonnet-4-6, claude-haiku-4-5 |
| Azure OpenAI | Deployed model via endpoint |
| Custom | Any OpenAI-compatible endpoint |
curl -X POST https://api.flexorch.com/v1/settings/llm-config \
-H "X-API-KEY: dfx_your_key_here" \
-H "Content-Type: application/json" \
-d '{
"provider": "openai",
"model": "gpt-4o",
"api_key": "sk-..."
}'