Is other LLM's support are on the roadmap? can i use ollama with openrouter? #3760
Answered
by
jkppr
yanivr10root
asked this question in
Q&A, quick solutions, support
|
Im using openrouter to get all llm's api instead of starting an account with each, i want to use it with timesketch |
Answered by
jkppr
Mar 9, 2026
Replies: 1 comment
|
Timesketch uses a framework-based approach to handle multiple LLM providers. While we support Ollama and Google out of the box, the framework is designed to be extensible. You can easily add a custom provider to make it compatible with OpenRouter. Check out these community-contributed providers for examples: You can also find more details in our configuration docs: |
0 replies
Answer selected by
yanivr10root
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Timesketch uses a framework-based approach to handle multiple LLM providers. While we support Ollama and Google out of the box, the framework is designed to be extensible. You can easily add a custom provider to make it compatible with OpenRouter.
Check out these community-contributed providers for examples:
https://github.com/google/timesketch/tree/master/timesketch/lib/llms/providers/contrib
You can also find more details in our configuration docs:
https://timesketch.org/guides/admin/llm-features/