-
Notifications
You must be signed in to change notification settings - Fork 2.6k
feat: Add support for Azure AI Inference Service with DeepSeek-V3 model #2241
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
feat: Add support for Azure AI Inference Service with DeepSeek-V3 model #2241
Conversation
|
mrubens
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the contribution!
Context
I'm adding support for Azure AI Inference Service with DeepSeek-V3 model integration. This enhancement allows users to utilize Azure AI's infrastructure to run the DeepSeek-V3 model, providing a more robust and scalable solution for AI inference. The implementation ensures proper handling of Azure-specific API paths, model parameters, and response formats.
Implementation
The implementation includes several key components:
Azure AI Inference Service Integration:
DeepSeek-V3 Model Support:
Testing Infrastructure:
Key technical decisions:
Screenshots
How to Test
Set up Azure AI service:
Test Azure AI Integration:
Verify Error Handling:
Run Tests:
npm testAll Azure AI Inference Service tests should pass
Questions?
If you have any questions about the implementation or need clarification on any part of the changes, please feel free to ask in the PR comments.
Important
Add support for Azure AI Inference Service with DeepSeek-V3 model in
OpenAiHandler, including Azure-specific path handling and comprehensive tests.OpenAiHandlerinopenai.ts.AZURE_AI_INFERENCE_PATH.isAzureflag to determine Azure usage.openai.ts.openai.test.ts.requesty.test.ts.This description was created by
for bc0f90c. It will automatically update as commits are pushed.