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

50 lines
978 B
JSON

{
"name": "DeepInfra",
"url": {
"default": "https://api.deepinfra.com"
},
"url_suffix": {
"chat": "v1/chat/completions",
"models": "models/list",
"balance": "payment/checklist",
"rerank": "v1/inference",
"embedding": "v1/embeddings",
"tts": "v1/text-to-speech",
"asr": "v1/audio/transcriptions"
},
"class": "deepinfra",
"models": [
{
"name": "deepseek-ai/DeepSeek-V3.2",
"max_tokens": 32768,
"model_types": [
"chat"
],
"thinking": {
"default_value": true,
"clear_thinking": true
}
},
{
"name": "Qwen/Qwen3-Embedding-4B",
"max_tokens": 8192,
"model_types": [
"embedding"
]
},
{
"name": "hexgrad/Kokoro-82M",
"max_tokens": 16384,
"model_types": [
"tts"
]
},
{
"name": "bosonai/HiggsAudioV2.5",
"max_tokens": 8192,
"model_types": [
"asr"
]
}
]
}