@huggingface/inference
Version:
Typescript client for the Hugging Face Inference Providers and Inference Endpoints
26 lines (25 loc) • 571 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PROVIDERS_OR_POLICIES = exports.INFERENCE_PROVIDERS = void 0;
exports.INFERENCE_PROVIDERS = [
"black-forest-labs",
"cerebras",
"cohere",
"fal-ai",
"featherless-ai",
"fireworks-ai",
"groq",
"hf-inference",
"hyperbolic",
"nebius",
"novita",
"nscale",
"openai",
"ovhcloud",
"publicai",
"replicate",
"sambanova",
"scaleway",
"together",
];
exports.PROVIDERS_OR_POLICIES = [...exports.INFERENCE_PROVIDERS, "auto"];