Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure Support #1611

Open
cole-gillespie opened this issue Dec 31, 2024 · 4 comments
Open

Azure Support #1611

cole-gillespie opened this issue Dec 31, 2024 · 4 comments
Labels
enhancement New feature or request

Comments

@cole-gillespie
Copy link
Contributor

Is your feature request related to a problem? Please describe.
our current implementation lacks support for azure's suite of models, which limits our ability to fully utilize their ecosystem. this creates challenges when integrating with organizations heavily invested in azure for their infrastructure and services. without support for azure models, we're unable to offer flexibility to teams looking to standardize their ai deployments within azure environments.

Describe the solution you'd like
add support for all azure models across our platform. this includes providing seamless integration for model hosting, training, and inferencing via azure's api and tools. users should be able to deploy and manage models using azure's ecosystem with the same ease and functionality offered for other supported providers.

Describe alternatives you've considered
relying on third-party middleware or custom solutions to bridge the gap between our platform and azure's services. however, these are often cumbersome and introduce maintenance overhead.
continuing to use existing supported providers exclusively, but this limits our ability to work with azure-focused organizations and may push potential users away.
developing an entirely separate module for azure models, though this could lead to fragmentation in our feature set.

Additional context
azure is one of the leading cloud platforms, with a growing presence in the ai and ml space. support for azure models would unlock access to their advanced tools like azure machine learning, cognitive services, and integration with microsoft products. this would make our platform more appealing to enterprise customers already using azure for their cloud infrastructure. this could start out as just support for openai in azure but you can imagine how powerful the azure apis could be for using all of the supported models

@cole-gillespie cole-gillespie added the enhancement New feature or request label Dec 31, 2024
@cole-gillespie cole-gillespie changed the title OpenAI Azure support Azure support Dec 31, 2024
@cole-gillespie cole-gillespie changed the title Azure support Azure Support Dec 31, 2024
Copy link
Contributor

Hello @cole-gillespie! Welcome to the ai16z community. Thank you for opening your first issue; we appreciate your contribution. You are now a ai16z contributor!

@Idmon
Copy link

Idmon commented Jan 8, 2025

You can use the "openai" model provider since it has an identical API structure

Just fill out the .env file like this

OPENAI_API_KEY=your_azure_key_here
OPENAI_API_URL=https://Mistral-Large-2411-model.northcentralus.models.ai.azure.com/v1/
LARGE_OPENAI_MODEL=Mistral-Large-2411

@cole-gillespie
Copy link
Contributor Author

that did not work for me @Idmon particularly what this ticket is for is adding first class support for azure open ai models

@vandercrypt
Copy link

vandercrypt commented Jan 18, 2025

Anyone managed to successfully use Azure OpenAI? I'm trying to do it but I keep getting errors depending on the endpoint URL.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants