Supported Providers
Docxa is built on top of Ax-LLM, giving it support for industry-leading AI models.
OpenAI
- Provider Key:
openai - Recommended Model:
gpt-4o(Default) - Configuration: Set
OPENAI_API_KEYorDOCXA_API_KEY.
Anthropic
- Provider Key:
anthropic - Recommended Model:
claude-3-5-sonnet-20240620(Default) - Configuration: Set
ANTHROPIC_API_KEYorDOCXA_API_KEY.
Google Gemini
- Provider Key:
google-gemini(orgoogle) - Recommended Model:
gemini-1.5-pro(Default) - Configuration: Set
GEMINI_API_KEY,GOOGLE_API_KEY, orDOCXA_API_KEY.
Ollama (Local)
Docxa supports local models via Ollama for teams requiring maximum privacy and zero cost.
- Provider Key:
ollama - Recommended Model:
llama3.1(Default) - Configuration: No API key required. Assumes Ollama is running at
http://localhost:11434. - Custom URL: Set
DOCXA_OLLAMA_URLif your Ollama instance is on a different server/port.
See the Ollama Guide for more details on local setup.