Is it possible to use Azure AI Fountry through AI Assitant or any other way?
Answered
Hey, my company finally arrived on the AI hype train and now I'm sitting on an API URL and an API key via Azure AI Foundry. But it seems the Jetbrains AI Assitant doesn't support this. Is there a way I can use my newfound access to accelerate coding directly in the IDE?
I've seen plugins like ProxyAI but it would be quite sad to have to use 3rd party plugins for something that seems to exists for other providers.
Please sign in to leave a comment.
Hello,
At the moment, using your own API key or account for LLM models isn’t supported with individual subscriptions. This option is currently available only for organizations through the AI Enterprise offering.
But we have OpenAPI for local LLMs: LLM-15339 Third party providers: use OpenAI API for all
And there is a request about BYOK: LLM-11585 Bring your own LLM API key for individual/personal license of AI Pro – please vote and follow for updates.
Apologies for the inconvenience.
Possibly related to https://intellij-support.jetbrains.com/hc/en-us/community/posts/17750680977938-Intellij-AI-Assistant-Self-Host-in-Azure-Cloud
Update: I found a way to do it via LiteLLM (server) but it's quite wonky, especially since IntelliJ keeps defaulting to their own servers each time I stop LiteLLM for a second. :|