Files
wehub-resource-sync f36e2104d8
tests / ragflow_tests_infinity (push) Has been cancelled
tests / ragflow_tests_elasticsearch (push) Has been cancelled
sep-tests / ragflow_preflight (push) Has been cancelled
sep-tests / ragflow_tests_infinity (push) Has been cancelled
sep-tests / ragflow_tests_elasticsearch (push) Has been cancelled
tests / ragflow_preflight (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:16:49 +08:00

57 lines
961 B
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"
]
},
{
"name": "solar-pro2",
"max_tokens": 65536,
"model_types": [
"chat"
]
},
{
"name": "solar-pro",
"max_tokens": 32768,
"model_types": [
"chat"
]
},
{
"name": "solar-mini",
"max_tokens": 32768,
"model_types": [
"chat"
]
},
{
"name": "solar-embedding-1-large-query",
"max_tokens": 2000,
"model_types": [
"embedding"
]
},
{
"name": "solar-embedding-1-large-passage",
"max_tokens": 2000,
"model_types": [
"embedding"
]
}
]
}