Skip to content

Add support for ModelScope API #588

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

Merged
merged 2 commits into from
May 19, 2025
Merged

Add support for ModelScope API #588

merged 2 commits into from
May 19, 2025

Conversation

yrk111222
Copy link
Contributor

@yrk111222 yrk111222 commented May 14, 2025

Introduction

This PR is mainly to support ModelScope API, and the supported models mainly include Qwen2.5 and Qwen3 series models.
And for more details about ModelScope API, please refer to link.

Note

You need to bind your Alibaba Cloud account before using the API.

Effect display

0a8ff7b8-603a-44df-9ccd-4f873b1e2e13


Summary by mrge

Added support for the ModelScope API, allowing use of Qwen2.5 and Qwen3 series models.

  • New Features
    • Added ModelScope as a provider option.
    • Included a list of supported Qwen2.5 and Qwen3 models.
    • Enabled configuration of API key and endpoint for ModelScope.

@CLAassistant
Copy link

CLAassistant commented May 14, 2025

CLA assistant check
All committers have signed the CLA.

Copy link

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mrge found 1 issue across 2 files. Review it in mrge.io

@@ -59,5 +59,32 @@
"Pro/THUDM/glm-4-9b-chat",
],
"ibm": ["ibm/granite-vision-3.1-2b-preview", "meta-llama/llama-4-maverick-17b-128e-instruct-fp8",
"meta-llama/llama-3-2-90b-vision-instruct"]
"meta-llama/llama-3-2-90b-vision-instruct"],
"modelscope":[
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ModelScope provider is added to model_names but missing from PROVIDER_DISPLAY_NAMES dictionary

@warmshao warmshao merged commit 82b1133 into browser-use:main May 19, 2025
2 checks passed
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.

3 participants