Files
ragflow/conf/models/stepfun.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

149 lines
2.4 KiB
JSON

{
"name": "StepFun",
"url": {
"default": "https://api.stepfun.ai/v1"
},
"url_suffix": {
"chat": "chat/completions",
"models": "models",
"tts": "audio/speech"
},
"class": "step",
"models": [
{
"name": "step-3.5-flash",
"max_tokens": 32768,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "step-3.5-flash-paid",
"max_tokens": 32768,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "step-2-16k",
"max_tokens": 16384,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "step-1-256k",
"max_tokens": 262144,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "step-1-128k",
"max_tokens": 131072,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "step-1-32k",
"max_tokens": 32768,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "step-1-8k",
"max_tokens": 8192,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "step-1-flash",
"max_tokens": 8192,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "step-1v-32k",
"max_tokens": 32768,
"model_types": [
"chat",
"vision"
],
"tools": {
"support": true
}
},
{
"name": "step-1v-8k",
"max_tokens": 8192,
"model_types": [
"chat",
"vision"
],
"tools": {
"support": true
}
},
{
"name": "step-1o-vision-32k",
"max_tokens": 32768,
"model_types": [
"chat",
"vision"
],
"tools": {
"support": true
}
},
{
"name": "step-tts-2",
"max_tokens": 8192,
"model_types": [
"tts"
]
},
{
"name": "stepaudio-2.5-tts",
"max_tokens": 8192,
"model_types": [
"tts"
]
},
{
"name": "step-tts-mini",
"max_tokens": 8192,
"model_types": [
"tts"
]
}
]
}