Skip to content
Discussion options

You must be logged in to vote

Hi there,

Great to hear you’re exploring custom AI integrations with Theia IDE 1.61.0!

To connect AI models like DeepSeek (or others), Theia AI is quite flexible and supports multiple ways of integrating them.

Extensions

Yes, you’ll need the appropriate extension for each LLM provider. For example:

  • Use @theia/ai-openai for OpenAI-compatible APIs (many providers like DeepSeek follow that API schema).
  • If your models aren't OpenAI-compatible, you can use our other existing LLM providers, like Anthropic or Ollama, or create your own provider by extending the LLM provider interface.

These can be added pre-compilation or as part of a custom Theia build.

More general info is also available in …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Vadim-Zenin
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants