You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
Currently, the OCR service relies exclusively on a single model provider: OpenAI. To improve flexibility, we should extend support to integrate with other open-source or self-hostable models.
✅ Goals
Add support for open-source LLMs like:
llama.cpp-based models
Mistral and Anthropic models
Support Hugging Face-hosted models or local inference with transformers / vLLM
Add a configuration switch to select model backend (openai, local, hf, anthropic, etc.)