Add ModelScope API-Inference provider support to Copilot#11
Draft
HeDaas-Code with Copilot wants to merge 5 commits into
Draft
Add ModelScope API-Inference provider support to Copilot#11HeDaas-Code with Copilot wants to merge 5 commits into
HeDaas-Code with Copilot wants to merge 5 commits into
Conversation
Co-authored-by: HeDaas-Code <208586641+HeDaas-Code@users.noreply.github.com>
Co-authored-by: HeDaas-Code <208586641+HeDaas-Code@users.noreply.github.com>
Co-authored-by: HeDaas-Code <208586641+HeDaas-Code@users.noreply.github.com>
Co-authored-by: HeDaas-Code <208586641+HeDaas-Code@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add API-Inference large model service for copilot
Add ModelScope API-Inference provider support to Copilot
Jan 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds ModelScope API-Inference as a second LLM provider for Copilot, allowing users to choose between SiliconFlow and ModelScope based on availability and preference.
Implementation
New client:
modelscope_client.pyimplementing chat completion, streaming, embeddings, and connection testing againsthttps://api-inference.modelscope.cn/v1Provider abstraction: Added
PROVIDER_SILICONFLOWandPROVIDER_MODELSCOPEconstants to eliminate hardcoded strings.CopilotManagernow initializes appropriate client based on configured provider.UI enhancement: Settings dialog includes provider dropdown with dynamic model lists. Provider-to-display-name mapping prevents brittle string comparisons.
Configuration: Provider persisted as
copilot.providersetting. Backward compatible—defaults to SiliconFlow if unset.Usage
Settings UI allows runtime switching between providers without code changes.
Model Naming
ModelScope uses lowercase namespaces (
qwen/Qwen2.5-7B-Instruct) vs SiliconFlow's uppercase (Qwen/Qwen2.5-7B-Instruct). Model lists update dynamically based on selected provider.Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
www.modelscope.cn/usr/bin/curl curl -s REDACTED(dns block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.