UNPKG

@burncloud/inference

Version:

Typescript client for the Hugging Face Inference Providers and Inference Endpoints

22 lines (21 loc) 411 B
export const INFERENCE_PROVIDERS = [ "black-forest-labs", "burncloud", "cerebras", "cohere", "fal-ai", "featherless-ai", "fireworks-ai", "groq", "hf-inference", "hyperbolic", "nebius", "novita", "nscale", "openai", "ovhcloud", "replicate", "sambanova", "together", ]; export const PROVIDERS_OR_POLICIES = [...INFERENCE_PROVIDERS, "auto"];