| import type { ModelData } from "./model-data.js"; |
| import type { ElasticSearchQuery } from "./model-libraries-downloads.js"; |
| |
| |
| |
| export interface LibraryUiElement { |
| |
| |
| |
| |
| |
| prettyLabel: string; |
| |
| |
| |
| repoName: string; |
| |
| |
| |
| repoUrl: string; |
| |
| |
| |
| docsUrl?: string; |
| |
| |
| |
| snippets?: (model: ModelData) => string[]; |
| |
| |
| |
| |
| |
| |
| countDownloads?: ElasticSearchQuery; |
| |
| |
| |
| |
| filter?: boolean; |
| } |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| export declare const MODEL_LIBRARIES_UI_ELEMENTS: { |
| acestep: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| filter: false; |
| countDownloads: string; |
| }; |
| "adapter-transformers": { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| docsUrl: string; |
| snippets: (model: ModelData) => string[]; |
| filter: true; |
| countDownloads: string; |
| }; |
| allennlp: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| docsUrl: string; |
| snippets: (model: ModelData) => string[]; |
| filter: true; |
| }; |
| anemoi: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| docsUrl: string; |
| filter: false; |
| countDownloads: string; |
| snippets: (model: ModelData) => string[]; |
| }; |
| araclip: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| filter: false; |
| snippets: (model: ModelData) => string[]; |
| }; |
| asteroid: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| docsUrl: string; |
| snippets: (model: ModelData) => string[]; |
| filter: true; |
| countDownloads: string; |
| }; |
| audiocraft: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| snippets: (model: ModelData) => string[]; |
| filter: false; |
| countDownloads: string; |
| }; |
| audioseal: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| filter: false; |
| countDownloads: string; |
| snippets: (model: ModelData) => string[]; |
| }; |
| "bagel-mot": { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| filter: false; |
| countDownloads: string; |
| }; |
| ben2: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| snippets: (model: ModelData) => string[]; |
| filter: false; |
| }; |
| bertopic: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| snippets: (model: ModelData) => string[]; |
| filter: true; |
| }; |
| big_vision: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| filter: false; |
| countDownloads: string; |
| }; |
| birder: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| filter: false; |
| countDownloads: string; |
| }; |
| birefnet: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| snippets: (model: ModelData) => string[]; |
| filter: false; |
| }; |
| bm25s: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| snippets: (model: ModelData) => string[]; |
| filter: false; |
| countDownloads: string; |
| }; |
| champ: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| countDownloads: string; |
| }; |
| chatterbox: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| snippets: () => string[]; |
| countDownloads: string; |
| filter: false; |
| }; |
| chat_tts: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| snippets: () => string[]; |
| filter: false; |
| countDownloads: string; |
| }; |
| colpali: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| filter: false; |
| countDownloads: string; |
| }; |
| comet: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| countDownloads: string; |
| }; |
| cosmos: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| countDownloads: string; |
| }; |
| "cxr-foundation": { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| snippets: () => string[]; |
| filter: false; |
| countDownloads: string; |
| }; |
| deepforest: { |
| prettyLabel: string; |
| repoName: string; |
| docsUrl: string; |
| repoUrl: string; |
| }; |
| "depth-anything-v2": { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| snippets: (model: ModelData) => string[]; |
| filter: false; |
| countDownloads: string; |
| }; |
| "depth-pro": { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| countDownloads: string; |
| snippets: (model: ModelData) => string[]; |
| filter: false; |
| }; |
| "derm-foundation": { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| snippets: () => string[]; |
| filter: false; |
| countDownloads: string; |
| }; |
| "describe-anything": { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| snippets: (model: ModelData) => string[]; |
| filter: false; |
| }; |
| "dia-tts": { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| snippets: (model: ModelData) => string[]; |
| filter: false; |
| }; |
| diffree: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| filter: false; |
| countDownloads: string; |
| }; |
| diffusers: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| docsUrl: string; |
| snippets: (model: ModelData) => string[]; |
| filter: true; |
| }; |
| diffusionkit: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| snippets: (model: ModelData) => string[]; |
| }; |
| doctr: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| }; |
| cartesia_pytorch: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| snippets: (model: ModelData) => string[]; |
| }; |
| cartesia_mlx: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| snippets: (model: ModelData) => string[]; |
| }; |
| clipscope: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| filter: false; |
| countDownloads: string; |
| }; |
| cosyvoice: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| filter: false; |
| countDownloads: string; |
| }; |
| cotracker: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| filter: false; |
| countDownloads: string; |
| }; |
| edsnlp: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| docsUrl: string; |
| filter: false; |
| snippets: (model: ModelData) => string[]; |
| countDownloads: string; |
| }; |
| elm: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| filter: false; |
| countDownloads: string; |
| }; |
| espnet: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| docsUrl: string; |
| snippets: (model: ModelData) => string[]; |
| filter: true; |
| }; |
| fairseq: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| snippets: (model: ModelData) => string[]; |
| filter: true; |
| }; |
| fastai: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| docsUrl: string; |
| snippets: (model: ModelData) => string[]; |
| filter: true; |
| }; |
| fasttext: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| snippets: (model: ModelData) => string[]; |
| filter: true; |
| countDownloads: string; |
| }; |
| flair: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| docsUrl: string; |
| snippets: (model: ModelData) => string[]; |
| filter: true; |
| countDownloads: string; |
| }; |
| "gemma.cpp": { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| filter: false; |
| countDownloads: string; |
| }; |
| "geometry-crafter": { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| countDownloads: string; |
| }; |
| gliner: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| snippets: (model: ModelData) => string[]; |
| filter: false; |
| countDownloads: string; |
| }; |
| "glyph-byt5": { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| filter: false; |
| countDownloads: string; |
| }; |
| grok: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| filter: false; |
| countDownloads: string; |
| }; |
| hallo: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| countDownloads: string; |
| }; |
| hezar: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| docsUrl: string; |
| countDownloads: string; |
| }; |
| htrflow: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| docsUrl: string; |
| snippets: (model: ModelData) => string[]; |
| }; |
| "hunyuan-dit": { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| countDownloads: string; |
| }; |
| "hunyuan3d-2": { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| countDownloads: string; |
| }; |
| imstoucan: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| countDownloads: string; |
| }; |
| "index-tts": { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| snippets: (model: ModelData) => string[]; |
| filter: false; |
| }; |
| "infinite-you": { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| filter: false; |
| countDownloads: string; |
| }; |
| keras: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| docsUrl: string; |
| snippets: (model: ModelData) => string[]; |
| filter: true; |
| countDownloads: string; |
| }; |
| "tf-keras": { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| docsUrl: string; |
| snippets: (model: ModelData) => string[]; |
| countDownloads: string; |
| }; |
| "keras-hub": { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| docsUrl: string; |
| snippets: (model: ModelData) => string[]; |
| filter: true; |
| }; |
| "kimi-audio": { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| snippets: (model: ModelData) => string[]; |
| filter: false; |
| }; |
| k2: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| }; |
| "lightning-ir": { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| snippets: (model: ModelData) => string[]; |
| }; |
| "litert-lm": { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| filter: false; |
| countDownloads: string; |
| }; |
| liveportrait: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| filter: false; |
| countDownloads: string; |
| }; |
| "llama-cpp-python": { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| snippets: (model: ModelData) => string[]; |
| }; |
| "mini-omni2": { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| countDownloads: string; |
| }; |
| mindspore: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| }; |
| "magi-1": { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| countDownloads: string; |
| }; |
| "mamba-ssm": { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| filter: false; |
| snippets: (model: ModelData) => string[]; |
| }; |
| "mars5-tts": { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| filter: false; |
| countDownloads: string; |
| snippets: (model: ModelData) => string[]; |
| }; |
| matanyone: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| snippets: (model: ModelData) => string[]; |
| filter: false; |
| }; |
| "mesh-anything": { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| filter: false; |
| countDownloads: string; |
| snippets: () => string[]; |
| }; |
| merlin: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| filter: false; |
| countDownloads: string; |
| }; |
| medvae: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| filter: false; |
| countDownloads: string; |
| }; |
| mitie: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| countDownloads: string; |
| }; |
| "ml-agents": { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| docsUrl: string; |
| snippets: (model: ModelData) => string[]; |
| filter: true; |
| countDownloads: string; |
| }; |
| mlx: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| snippets: (model: ModelData) => string[]; |
| filter: true; |
| }; |
| "mlx-image": { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| docsUrl: string; |
| snippets: (model: ModelData) => string[]; |
| filter: false; |
| countDownloads: string; |
| }; |
| "mlc-llm": { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| docsUrl: string; |
| filter: false; |
| countDownloads: string; |
| }; |
| model2vec: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| snippets: (model: ModelData) => string[]; |
| filter: false; |
| }; |
| moshi: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| filter: false; |
| countDownloads: string; |
| }; |
| nemo: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| snippets: (model: ModelData) => string[]; |
| filter: true; |
| countDownloads: string; |
| }; |
| "open-oasis": { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| countDownloads: string; |
| }; |
| open_clip: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| snippets: (model: ModelData) => string[]; |
| filter: true; |
| countDownloads: string; |
| }; |
| "open-sora": { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| filter: false; |
| countDownloads: string; |
| }; |
| outetts: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| snippets: (model: ModelData) => string[]; |
| filter: false; |
| }; |
| paddlenlp: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| docsUrl: string; |
| snippets: (model: ModelData) => string[]; |
| filter: true; |
| countDownloads: string; |
| }; |
| peft: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| snippets: (model: ModelData) => string[]; |
| filter: true; |
| countDownloads: string; |
| }; |
| "perception-encoder": { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| filter: false; |
| snippets: (model: ModelData) => string[]; |
| countDownloads: string; |
| }; |
| "phantom-wan": { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| snippets: (model: ModelData) => string[]; |
| filter: false; |
| countDownloads: string; |
| }; |
| pxia: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| snippets: (model: ModelData) => string[]; |
| filter: false; |
| }; |
| "pyannote-audio": { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| snippets: (model: ModelData) => string[]; |
| filter: true; |
| }; |
| "py-feat": { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| docsUrl: string; |
| filter: false; |
| }; |
| pythae: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| snippets: (model: ModelData) => string[]; |
| filter: false; |
| }; |
| recurrentgemma: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| filter: false; |
| countDownloads: string; |
| }; |
| relik: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| snippets: (model: ModelData) => string[]; |
| filter: false; |
| }; |
| refiners: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| docsUrl: string; |
| filter: false; |
| countDownloads: string; |
| }; |
| reverb: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| filter: false; |
| }; |
| saelens: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| snippets: () => string[]; |
| filter: false; |
| }; |
| sam2: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| filter: false; |
| snippets: (model: ModelData) => string[]; |
| countDownloads: string; |
| }; |
| "sample-factory": { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| docsUrl: string; |
| snippets: (model: ModelData) => string[]; |
| filter: true; |
| countDownloads: string; |
| }; |
| sapiens: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| filter: false; |
| countDownloads: string; |
| }; |
| seedvr: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| filter: false; |
| countDownloads: string; |
| }; |
| "sentence-transformers": { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| docsUrl: string; |
| snippets: (model: ModelData) => string[]; |
| filter: true; |
| }; |
| setfit: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| docsUrl: string; |
| snippets: (model: ModelData) => string[]; |
| filter: true; |
| }; |
| sklearn: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| snippets: (model: ModelData) => string[]; |
| filter: true; |
| countDownloads: string; |
| }; |
| spacy: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| docsUrl: string; |
| snippets: (model: ModelData) => string[]; |
| filter: true; |
| countDownloads: string; |
| }; |
| "span-marker": { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| docsUrl: string; |
| snippets: (model: ModelData) => string[]; |
| filter: true; |
| }; |
| speechbrain: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| docsUrl: string; |
| snippets: (model: ModelData) => string[]; |
| filter: true; |
| countDownloads: string; |
| }; |
| "ssr-speech": { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| filter: false; |
| countDownloads: string; |
| }; |
| "stable-audio-tools": { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| filter: false; |
| countDownloads: string; |
| snippets: (model: ModelData) => string[]; |
| }; |
| "diffusion-single-file": { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| filter: false; |
| countDownloads: string; |
| }; |
| "seed-story": { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| filter: false; |
| countDownloads: string; |
| snippets: () => string[]; |
| }; |
| soloaudio: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| filter: false; |
| countDownloads: string; |
| }; |
| "stable-baselines3": { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| docsUrl: string; |
| snippets: (model: ModelData) => string[]; |
| filter: true; |
| countDownloads: string; |
| }; |
| stanza: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| docsUrl: string; |
| snippets: (model: ModelData) => string[]; |
| filter: true; |
| countDownloads: string; |
| }; |
| swarmformer: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| snippets: (model: ModelData) => string[]; |
| filter: false; |
| }; |
| "f5-tts": { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| filter: false; |
| countDownloads: string; |
| }; |
| genmo: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| filter: false; |
| countDownloads: string; |
| }; |
| tensorflowtts: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| snippets: (model: ModelData) => string[]; |
| }; |
| tabpfn: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| }; |
| terratorch: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| docsUrl: string; |
| filter: false; |
| countDownloads: string; |
| snippets: (model: ModelData) => string[]; |
| }; |
| "tic-clip": { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| filter: false; |
| countDownloads: string; |
| }; |
| timesfm: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| filter: false; |
| countDownloads: string; |
| }; |
| timm: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| docsUrl: string; |
| snippets: (model: ModelData) => string[]; |
| filter: true; |
| countDownloads: string; |
| }; |
| tirex: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| countDownloads: string; |
| }; |
| torchgeo: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| docsUrl: string; |
| filter: false; |
| countDownloads: string; |
| }; |
| transformers: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| docsUrl: string; |
| snippets: (model: ModelData) => string[]; |
| filter: true; |
| }; |
| "transformers.js": { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| docsUrl: string; |
| snippets: (model: ModelData) => string[]; |
| filter: true; |
| }; |
| trellis: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| countDownloads: string; |
| }; |
| ultralytics: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| docsUrl: string; |
| filter: false; |
| countDownloads: string; |
| snippets: (model: ModelData) => string[]; |
| }; |
| "uni-3dar": { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| docsUrl: string; |
| countDownloads: string; |
| }; |
| "unity-sentis": { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| snippets: () => string[]; |
| filter: true; |
| countDownloads: string; |
| }; |
| sana: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| countDownloads: string; |
| snippets: (model: ModelData) => string[]; |
| }; |
| "vfi-mamba": { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| countDownloads: string; |
| snippets: (model: ModelData) => string[]; |
| }; |
| voicecraft: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| docsUrl: string; |
| snippets: (model: ModelData) => string[]; |
| }; |
| wham: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| docsUrl: string; |
| countDownloads: string; |
| }; |
| whisperkit: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| docsUrl: string; |
| snippets: () => string[]; |
| countDownloads: string; |
| }; |
| yolov10: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| docsUrl: string; |
| countDownloads: string; |
| snippets: (model: ModelData) => string[]; |
| }; |
| zonos: { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| docsUrl: string; |
| snippets: (model: ModelData) => string[]; |
| filter: false; |
| }; |
| "3dtopia-xl": { |
| prettyLabel: string; |
| repoName: string; |
| repoUrl: string; |
| filter: false; |
| countDownloads: string; |
| snippets: (model: ModelData) => string[]; |
| }; |
| }; |
| export type ModelLibraryKey = keyof typeof MODEL_LIBRARIES_UI_ELEMENTS; |
| export declare const ALL_MODEL_LIBRARY_KEYS: ModelLibraryKey[]; |
| export declare const ALL_DISPLAY_MODEL_LIBRARY_KEYS: ("acestep" | "adapter-transformers" | "allennlp" | "anemoi" | "araclip" | "asteroid" | "audiocraft" | "audioseal" | "bagel-mot" | "ben2" | "bertopic" | "big_vision" | "birder" | "birefnet" | "bm25s" | "champ" | "chatterbox" | "chat_tts" | "colpali" | "comet" | "cosmos" | "cxr-foundation" | "deepforest" | "depth-anything-v2" | "depth-pro" | "derm-foundation" | "describe-anything" | "dia-tts" | "diffree" | "diffusers" | "diffusionkit" | "doctr" | "cartesia_pytorch" | "cartesia_mlx" | "clipscope" | "cosyvoice" | "cotracker" | "edsnlp" | "elm" | "espnet" | "fairseq" | "fastai" | "fasttext" | "flair" | "gemma.cpp" | "geometry-crafter" | "gliner" | "glyph-byt5" | "grok" | "hallo" | "hezar" | "htrflow" | "hunyuan-dit" | "hunyuan3d-2" | "imstoucan" | "index-tts" | "infinite-you" | "keras" | "tf-keras" | "keras-hub" | "kimi-audio" | "k2" | "lightning-ir" | "litert-lm" | "liveportrait" | "llama-cpp-python" | "mini-omni2" | "mindspore" | "magi-1" | "mamba-ssm" | "mars5-tts" | "matanyone" | "mesh-anything" | "merlin" | "medvae" | "mitie" | "ml-agents" | "mlx" | "mlx-image" | "mlc-llm" | "model2vec" | "moshi" | "nemo" | "open-oasis" | "open_clip" | "open-sora" | "outetts" | "paddlenlp" | "peft" | "perception-encoder" | "phantom-wan" | "pxia" | "pyannote-audio" | "py-feat" | "pythae" | "recurrentgemma" | "relik" | "refiners" | "reverb" | "saelens" | "sam2" | "sample-factory" | "sapiens" | "seedvr" | "sentence-transformers" | "setfit" | "sklearn" | "spacy" | "span-marker" | "speechbrain" | "ssr-speech" | "stable-audio-tools" | "diffusion-single-file" | "seed-story" | "soloaudio" | "stable-baselines3" | "stanza" | "swarmformer" | "f5-tts" | "genmo" | "tensorflowtts" | "tabpfn" | "terratorch" | "tic-clip" | "timesfm" | "timm" | "tirex" | "torchgeo" | "transformers" | "transformers.js" | "trellis" | "ultralytics" | "uni-3dar" | "unity-sentis" | "sana" | "vfi-mamba" | "voicecraft" | "wham" | "whisperkit" | "yolov10" | "zonos" | "3dtopia-xl")[]; |
| |