The local Marker installation supports custom LLM services via --llm_service and --claude_api_key parameters. However, the cloud API (/api/v1/marker) only uses the default Gemini model.
Feature request:
Add parameters to the cloud API to allow users to specify:
- LLM service (e.g.,
anthropic, openai)
- API key for the chosen service