Skip to content

Conversation

@edenreich
Copy link
Collaborator

Add Qwen from Alibaba as a new provider to the inference gateway.

Changes

  • Added Qwen provider configuration to openapi.yaml
  • Generated provider implementation in providers/qwen.go
  • Updated provider registry and common types
  • Added QWEN_API_KEY and QWEN_API_URL environment variables
  • Updated all configuration documentation and examples
  • Updated tests to include Qwen in expected providers

Testing

  • ✅ All tests passing
  • ✅ Build successful

Closes #200

Generated with Claude Code

claude bot and others added 7 commits November 18, 2025 18:37
Add Qwen from Alibaba as a new provider to the inference gateway.

Changes:
- Added Qwen provider configuration to openapi.yaml
- Generated provider implementation in providers/qwen.go
- Updated provider registry and common types
- Added QWEN_API_KEY and QWEN_API_URL environment variables
- Updated all configuration documentation and examples
- Updated tests to include Qwen in expected providers

The Qwen provider uses:
- Base URL: https://dashscope.aliyuncs.com/compatible-mode/v1
- Authentication: Bearer token (API key)
- OpenAI-compatible endpoints for models and chat completions
- Vision support: enabled

Closes #200

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-authored-by: Eden Reich <edenreich@users.noreply.github.com>
Signed-off-by: Eden Reich <eden.reich@gmail.com>
@edenreich edenreich changed the title feat(providers): Add support for Qwen API provider feat(providers): Add Qwen API provider Jan 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE] Add support for QWEN API

2 participants