You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update the existing proxy implementation to integrate Azure OpenAI support from fuergaosi233/claude-code-proxy#35 while maintaining full backward compatibility with current OpenAI configurations.
Add Azure OpenAI service support alongside existing OpenAI support
Support new reasoning models (GPT-5, O3, O4) with proper model mapping
Handle max_completion_tokens parameter for token limit control
Maintain all existing AmplIHack proxy integration points
Non-Functional Requirements:
Zero breaking changes for existing OpenAI users
Performance parity with current implementation
Secure credential handling for Azure configurations
Comprehensive error handling and logging
User Story
As a developer using AmplIHack
I want to configure Azure OpenAI as my LLM provider
So that I can leverage Azure's enterprise features while keeping my existing workflow
Technical Considerations
Architecture Impacts:
Extend ProxyConfig class for Azure-specific configuration parameters
Update ProxyManager to handle Azure OpenAI client initialization
Add model mapping logic for Azure deployment names
Feature Request: Azure OpenAI Proxy Integration
Objective
Update the existing proxy implementation to integrate Azure OpenAI support from fuergaosi233/claude-code-proxy#35 while maintaining full backward compatibility with current OpenAI configurations.
Requirements
Functional Requirements:
Non-Functional Requirements:
User Story
As a developer using AmplIHack
I want to configure Azure OpenAI as my LLM provider
So that I can leverage Azure's enterprise features while keeping my existing workflow
Technical Considerations
Architecture Impacts:
Dependencies:
Integration Points:
Acceptance Criteria
Implementation Notes
Key Files to Modify:
Reference Implementation:
fuergaosi233/claude-code-proxy#35
Complexity Assessment
Complexity: Medium
Estimated Effort: 2-3 days
Priority: High
This feature enables enterprise Azure OpenAI usage while maintaining the existing OpenAI workflow, expanding AmplIHack's deployment options significantly.
🤖 Generated with Claude Code