2026-03-15 16:09:21 -07:00
|
|
|
{
|
|
|
|
|
"id": "huggingface",
|
|
|
|
|
"providers": ["huggingface"],
|
2026-03-15 20:02:24 -07:00
|
|
|
"providerAuthEnvVars": {
|
|
|
|
|
"huggingface": ["HUGGINGFACE_HUB_TOKEN", "HF_TOKEN"]
|
|
|
|
|
},
|
2026-03-15 23:47:07 -07:00
|
|
|
"providerAuthChoices": [
|
|
|
|
|
{
|
|
|
|
|
"provider": "huggingface",
|
|
|
|
|
"method": "api-key",
|
|
|
|
|
"choiceId": "huggingface-api-key",
|
|
|
|
|
"choiceLabel": "Hugging Face API key",
|
|
|
|
|
"choiceHint": "Inference API (HF token)",
|
|
|
|
|
"groupId": "huggingface",
|
|
|
|
|
"groupLabel": "Hugging Face",
|
|
|
|
|
"groupHint": "Inference API (HF token)",
|
|
|
|
|
"optionKey": "huggingfaceApiKey",
|
|
|
|
|
"cliFlag": "--huggingface-api-key",
|
|
|
|
|
"cliOption": "--huggingface-api-key <key>",
|
|
|
|
|
"cliDescription": "Hugging Face API key (HF token)"
|
|
|
|
|
}
|
|
|
|
|
],
|
2026-03-15 16:09:21 -07:00
|
|
|
"configSchema": {
|
|
|
|
|
"type": "object",
|
|
|
|
|
"additionalProperties": false,
|
|
|
|
|
"properties": {}
|
|
|
|
|
}
|
|
|
|
|
}
|