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

67 lines
1.2 KiB
JSON

{
"name": "OpenRouter",
"rank": 989,
"url": {
"default": "https://openrouter.ai/api/v1"
},
"url_suffix": {
"chat": "chat/completions",
"models": "models",
"embedding": "embeddings",
"rerank": "rerank",
"balance": "credits",
"tts": "audio/speech",
"asr": "audio/transcriptions"
},
"class": "openrouter",
"models": [
{
"name": "google/gemma-4-31b-it",
"max_tokens": 262144,
"model_types": [
"chat"
],
"thinking": {
"default_value": true,
"clear_thinking": true
}
},
{
"name": "minimax/minimax-m2.5",
"max_tokens": 196608,
"model_types": [
"chat"
],
"thinking": {
"default_value": true,
"clear_thinking": true
}
},
{
"name": "tencent/hy3-preview",
"max_tokens": 262144,
"model_types": [
"chat"
],
"thinking": {
"default_value": true,
"clear_thinking": true
}
},
{
"name": "openai/gpt-audio-mini",
"max_tokens": 131072,
"model_types": [
"tts"
]
},
{
"name": "openai/whisper-large-v3",
"max_tokens": 131072,
"model_types": [
"asr"
]
}
]
}