feat(providers): add siliconflow (GLOBAL) to built-in providers - #772
Conversation
|
🔍 OpenCodeReview found 1 issue(s) in this PR.
|
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
Thanks for adding the SiliconFlow preset — the wiring itself looks straightforward. One concern on the
Since these presets are exactly what people pick from the provider TUI without thinking twice, the defaults carry a lot of weight. Could you re-verify the list against SiliconFlow's current model catalog and confirm the following?
A shorter list of models you have actually run a review with is more valuable here than a longer list that is partly stale. Thanks! |
True, I used outdated sources. Will update soon. |
Models: []string{
"deepseek-ai/DeepSeek-V4-Pro",
"deepseek-ai/DeepSeek-V4-Flash",
"meituan-longcat/LongCat-2.0",
"Qwen/Qwen3.6-27B",
"moonshotai/Kimi-K2.7-Code",
"zai-org/GLM-5.2",
},What about this one? Referenced https://siliconflow.cn/models |
|
Maybe you can remove LongCat-2.0 from the list :-) |
|
test failed |
I enabled editing by maintainers. |
|
Done — just pushed a fix for the indentation (spaces → tabs). Should be green now. No worries, we've all been there with phone edits 😄 |
Description
SiliconFlow is rapidly gaining traction as a major AI infrastructure and Model-as-a-Service (MaaS) provider, boasting over 10 million users. This PR adds the SiliconFlow (international) to built-in providers.
Type of Change
How Has This Been Tested?
make testpasses locallygo testandgo buildChecklist
go fmt,go vet)Related Issues
none