UNPKG

@huggingface/inference

Version:

Typescript client for the Hugging Face Inference Providers and Inference Endpoints

23 lines (22 loc) 426 B
export const 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", ]; export const PROVIDERS_OR_POLICIES = [...INFERENCE_PROVIDERS, "auto"];