Commit cbacb18
authored
[Inference Providers] Update fal-ai input for text-to-speech (#1377)
context in this slack
[message](https://huggingface.slack.com/archives/C0664PDFGSJ/p1745395082617929?thread_ts=1745388278.838629&cid=C0664PDFGSJ)
(internal link).
tested the PR with [Dia](https://huggingface.co/nari-labs/Dia-1.6B) by
overriding `HARDCODED_MODEL_INFERENCE_MAPPING` with:
```js
...
"fal-ai": {
"nari-labs/Dia-1.6B": {
providerId: "fal-ai/dia-tts",
hfModelId: "nari-labs/Dia-1.6B",
task: "text-to-speech",
status: "live",
},
},
...
```1 parent eb78ef8 commit cbacb18
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
244 | | - | |
| 244 | + | |
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
| |||
0 commit comments