opencode-home / node_modules /@huggingface /tasks /dist /commonjs /inference-providers.d.ts
kenqtade's picture
Use ken-q org namespace for project Spaces
0865492
Raw
History Blame Contribute Delete
602 Bytes
declare const INFERENCE_PROVIDERS: readonly ["cerebras", "cohere", "deepinfra", "fal-ai", "fireworks-ai", "hf-inference", "ovhcloud", "replicate", "together"];
export type SnippetInferenceProvider = (typeof INFERENCE_PROVIDERS)[number] | string;
export declare const HF_HUB_INFERENCE_PROXY_TEMPLATE = "https://router.huggingface.co/{{PROVIDER}}";
/**
* URL to set as baseUrl in the OpenAI SDK.
*
* TODO(Expose this from InferenceClient in the future?)
*/
export declare function openAIbaseUrl(provider: SnippetInferenceProvider): string;
export {};
//# sourceMappingURL=inference-providers.d.ts.map