mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 13:00:44 +00:00
feat(providers): add DeepInfra provider plugin (#73038)
* feat(providers): add DeepInfra provider plugin * feat(deepinfra): add media provider surfaces * fix(deepinfra): satisfy provider boundary checks * docs: add gitcrawl maintainer skill * test: include deepinfra in live media sweeps * fix: remove stale tts contract import
This commit is contained in:
committed by
GitHub
parent
1fde7dbc0e
commit
0294aebe6f
@@ -51,6 +51,11 @@ function loadBundledProviderPlugin(
|
||||
}
|
||||
|
||||
const PROVIDER_CASES: LiveProviderCase[] = [
|
||||
{
|
||||
pluginId: "deepinfra",
|
||||
pluginName: "DeepInfra Provider",
|
||||
providerId: "deepinfra",
|
||||
},
|
||||
{
|
||||
pluginId: "fal",
|
||||
pluginName: "fal Provider",
|
||||
|
||||
Reference in New Issue
Block a user