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

31 lines
501 B
JSON

{
"name": "OrcaRouter",
"url": {
"default": "https://api.orcarouter.ai"
},
"url_suffix": {
"chat": "v1/chat/completions",
"models": "v1/models",
"tts": "v1/audio/speech"
},
"class": "orcarouter",
"models": [
{
"name": "orcarouter/auto",
"max_tokens": 128000,
"model_types": [
"chat"
],
"tools": {
"support": true
}
},
{
"name": "openai/tts-1",
"model_types": [
"tts"
]
}
]
}