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:
Peter Steinberger
2026-04-28 01:12:54 +01:00
committed by GitHub
parent 1fde7dbc0e
commit 0294aebe6f
54 changed files with 2830 additions and 179 deletions

View File

@@ -51,6 +51,11 @@ function loadBundledProviderPlugin(
}
const PROVIDER_CASES: LiveProviderCase[] = [
{
pluginId: "deepinfra",
pluginName: "DeepInfra Provider",
providerId: "deepinfra",
},
{
pluginId: "fal",
pluginName: "fal Provider",