Skip to content
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

[Feature Request] 请求新增对火山引擎DeepSeek R1联网版api的支持 #6248

Open
WadeQAQ opened this issue Feb 18, 2025 · 11 comments
Open
Labels
enhancement New feature or request

Comments

@WadeQAQ
Copy link

WadeQAQ commented Feb 18, 2025

🥰 需求描述

目前火山引擎部署的普通版DeepSeek-R1是可以正常调用的,比如使用 url=https://ark.cn-beijing.volces.com/api/v3, model=ep-20xxx217xxxx26-rxxxx。但是火山引擎支持DeepSeek-R1的联网版,并支持api调用。调用示例如图下,Chat Box 已支持使用,是否可以新增对这种api调用的支持?这样就可以无需插件,自动联网搜索。

Image

Image

🧐 解决方案

新增对火山引擎部署的DeepSeek-R1的联网版的支持。url=https://ark.cn-beijing.volces.com/api/v3/bots (和普通版的相比加了一个/bots后缀), model=bot-xxxxx21721xx02-xx5wp

📝 补充信息

No response

@WadeQAQ WadeQAQ added the enhancement New feature or request label Feb 18, 2025
@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically.


Title: [Feature Request] Request new support for the volcanic engine DeepSeek R1 networked version API

@yangnan996
Copy link

您好 请问您能分享一下网站上的接口地址 模型名是怎么配置的吗 我用的火山方舟的DeepSeek-R1的api 但是一直没有办法对接上,我的配置如下:

Image
错误如下:

{
  "error": {
    "message": "Incorrect API key provided: 6d96da5a************************1e5e. You can find your API key at https://platform.openai.com/account/api-keys.",
    "type": "invalid_request_error",
    "param": null,
    "code": "invalid_api_key"
  }
}

谢谢

@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically.


Hello, can you share the interface address on the website. How is the model name configured? I use the DeepSeek-R1 API of Volcano Ark, but it has not been able to connect to it. My configuration is as follows:

Image
The error is as follows:

{
  "error": {
    "message": "Incorrect API key provided: 6d96da5a***************************1e5e. You can find your API key at https://platform. openai.com/account/api-keys.",
    "type": "invalid_request_error",
    "param": null,
    "code": "invalid_api_key"
  }
}

Thanks

@WadeQAQ
Copy link
Author

WadeQAQ commented Feb 19, 2025

您好 请问您能分享一下网站上的接口地址 模型名是怎么配置的吗 我用的火山方舟的DeepSeek-R1的api 但是一直没有办法对接上,我的配置如下:

Image 错误如下:

{
"error": {
"message": "Incorrect API key provided: 6d96da5a************************1e5e. You can find your API key at https://platform.openai.com/account/api-keys.",
"type": "invalid_request_error",
"param": null,
"code": "invalid_api_key"
}
}
谢谢

如果只是调用不带联网功能的字节跳动的api的话, 我的环境变量中设置的是:
"
CUSTOM_MODELS=+deepseek-v3@ByteDance=ep-202xxx1720xxxx-rxxxl
BYTEDANCE_API_KEY=xxxxxxxxxxxxxxxxx
"

@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically.


Hello, can you share the interface address on the website. How is the model name configured? I use the DeepSeek-R1 API of Volcano Ark, but I have not been able to connect to it. My configuration is as follows:

Image The error is as follows:

{
"error": {
"message": "Incorrect API key provided: 6d96da5a***************************1e5e. You can find your API key at https://platform .openai.com/account/api-keys.",
"type": "invalid_request_error",
"param": null,
"code": "invalid_api_key"
}
}
Thanks

If you just call ByteDance's API without networking, the settings in my environment variable are:
"
CUSTOM_MODELS=+deepseek-v3@ByteDance=ep-202xxx1720xxxx-rxxxl
BYTEDANCE_API_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
"

@NUAAwanghe
Copy link

Custom_models =+deepseek-r1@bydance = ep-202xxx1720xxxxxxxxl
Bydance_url = https: //ark.cn-beijing.volces.com/api/v3/ 这样写提示 Empty Response from Server 是不支持吗

@jfc234
Copy link

jfc234 commented Feb 20, 2025

同求,火山联网版支持,自定义加不上啊,在cherry studio上是可以通过兼容openai API添加

@Issues-translate-bot
Copy link

Bot detected the issue body's language is not English, translate it automatically.


As for the same question, Volcano Network version supports it, customization cannot be added. It can be added through the compatible openai API on cherry studio.

@NUAAwanghe
Copy link

Custom_models =+deepseek-r1@bydance = ep-202xxx1720xxxxxxxxl Bydance_url = https: //ark.cn-beijing.volces.com/api/v3/ 这样写提示 Empty Response from Server 是不支持吗
已经解决,要这样设置BYTEDANCE_URL=https: //ark.cn-beijing.volces.com/ CUSTOM_MODELS=+deepseek-r1@ByteDance=ep-202xxx1720xxxxxxxxl,+deepseek-v3@ByteDance=ep-202xxx1720xxxxxxxxx
注意服务器设置dns 114.114.114.114

@txsxuan
Copy link

txsxuan commented Feb 21, 2025

想知道大佬是怎么配置的,我的接口地址用的https://ark.cn-beijing.volces.com/api/v3,但是显示
{
"error": true,
"message": "empty response from server"
}
还有模型ID是用火山引擎在线推理发的那个id吗(明明我直接在python里用openai的SDK,然后这样配置是可以正常使用的

@NUAAwanghe
Copy link

想知道大佬是怎么配置的,我的接口地址用的https://ark.cn-beijing.volces.com/api/v3,但是显示 { "error": true, "message": "empty response from server" } 还有模型ID是用火山引擎在线推理发的那个id吗(明明我直接在python里用openai的SDK,然后这样配置是可以正常使用的

把 /api/v3去掉 模型ID就是创建模型下面有个ep开头的模型ID 添加模型这样写 +deepseek-v3@ByteDance=ep-202xxx1720xxxxxxxxx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

6 participants