UNPKG

@huggingface/inference

Version:

Typescript client for the Hugging Face Inference Providers and Inference Endpoints

24 lines (23 loc) 539 B
"use strict"; 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", "replicate", "sambanova", "together", ]; exports.PROVIDERS_OR_POLICIES = [...exports.INFERENCE_PROVIDERS, "auto"];