Files
ragflow/conf/models/upstage.json
Haruko386 c575164695 Go: add tools for a lot of providers (#17341)
### Summary

As title

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2026-07-24 19:33:38 +08:00

69 lines
1.1 KiB
JSON

{
"name": "Upstage",
"url": {
"default": "https://api.upstage.ai/v1"
},
"url_suffix": {
"chat": "chat/completions",
"models": "models",
"embedding": "embeddings"
},
"class": "solar",
"models": [
{
"name": "solar-pro3",
"max_tokens": 65536,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "solar-pro2",
"max_tokens": 65536,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "solar-pro",
"max_tokens": 32768,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "solar-mini",
"max_tokens": 32768,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "solar-embedding-1-large-query",
"max_tokens": 2000,
"model_types": [
"embedding"
]
},
{
"name": "solar-embedding-1-large-passage",
"max_tokens": 2000,
"model_types": [
"embedding"
]
}
]
}