Skip to main content
Version: Next

Variable: MODEL_REGISTRY

const MODEL_REGISTRY: object

Defined in: constants/modelUrls.ts:1044

Registry of all available model configurations.

Use this to discover and enumerate all models shipped with the library.

Type Declaration

ALL_MODELS

readonly ALL_MODELS: object

ALL_MODELS.ALL_MINILM_L6_V2

ALL_MINILM_L6_V2: object

ALL_MODELS.ALL_MINILM_L6_V2.modelName

readonly modelName: "all-minilm-l6-v2" = 'all-minilm-l6-v2'

ALL_MODELS.ALL_MINILM_L6_V2.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-all-MiniLM-L6-v2/resolve/v0.8.0/all-MiniLM-L6-v2_xnnpack.pte" = ALL_MINILM_L6_V2_MODEL

ALL_MODELS.ALL_MINILM_L6_V2.tokenizerSource

readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-all-MiniLM-L6-v2/resolve/v0.8.0/tokenizer.json" = ALL_MINILM_L6_V2_TOKENIZER

ALL_MODELS.ALL_MPNET_BASE_V2

ALL_MPNET_BASE_V2: object

ALL_MODELS.ALL_MPNET_BASE_V2.modelName

readonly modelName: "all-mpnet-base-v2" = 'all-mpnet-base-v2'

ALL_MODELS.ALL_MPNET_BASE_V2.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-all-mpnet-base-v2/resolve/v0.8.0/all-mpnet-base-v2_xnnpack.pte" = ALL_MPNET_BASE_V2_MODEL

ALL_MODELS.ALL_MPNET_BASE_V2.tokenizerSource

readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-all-mpnet-base-v2/resolve/v0.8.0/tokenizer.json" = ALL_MPNET_BASE_V2_TOKENIZER

ALL_MODELS.BK_SDM_TINY_VPRED_256

BK_SDM_TINY_VPRED_256: object

ALL_MODELS.BK_SDM_TINY_VPRED_256.decoderSource

readonly decoderSource: "https://huggingface.co/software-mansion/react-native-executorch-bk-sdm-tiny/resolve/v0.8.0/vae/model.256.pte"

ALL_MODELS.BK_SDM_TINY_VPRED_256.encoderSource

readonly encoderSource: "https://huggingface.co/software-mansion/react-native-executorch-bk-sdm-tiny/resolve/v0.8.0/text_encoder/model.pte"

ALL_MODELS.BK_SDM_TINY_VPRED_256.modelName

readonly modelName: "bk-sdm-tiny-vpred-256" = 'bk-sdm-tiny-vpred-256'

ALL_MODELS.BK_SDM_TINY_VPRED_256.schedulerSource

readonly schedulerSource: "https://huggingface.co/software-mansion/react-native-executorch-bk-sdm-tiny/resolve/v0.8.0/scheduler/scheduler_config.json"

ALL_MODELS.BK_SDM_TINY_VPRED_256.tokenizerSource

readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-bk-sdm-tiny/resolve/v0.8.0/tokenizer/tokenizer.json"

ALL_MODELS.BK_SDM_TINY_VPRED_256.unetSource

readonly unetSource: "https://huggingface.co/software-mansion/react-native-executorch-bk-sdm-tiny/resolve/v0.8.0/unet/model.256.pte"

ALL_MODELS.BK_SDM_TINY_VPRED_512

BK_SDM_TINY_VPRED_512: object

ALL_MODELS.BK_SDM_TINY_VPRED_512.decoderSource

readonly decoderSource: "https://huggingface.co/software-mansion/react-native-executorch-bk-sdm-tiny/resolve/v0.8.0/vae/model.pte"

ALL_MODELS.BK_SDM_TINY_VPRED_512.encoderSource

readonly encoderSource: "https://huggingface.co/software-mansion/react-native-executorch-bk-sdm-tiny/resolve/v0.8.0/text_encoder/model.pte"

ALL_MODELS.BK_SDM_TINY_VPRED_512.modelName

readonly modelName: "bk-sdm-tiny-vpred-512" = 'bk-sdm-tiny-vpred-512'

ALL_MODELS.BK_SDM_TINY_VPRED_512.schedulerSource

readonly schedulerSource: "https://huggingface.co/software-mansion/react-native-executorch-bk-sdm-tiny/resolve/v0.8.0/scheduler/scheduler_config.json"

ALL_MODELS.BK_SDM_TINY_VPRED_512.tokenizerSource

readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-bk-sdm-tiny/resolve/v0.8.0/tokenizer/tokenizer.json"

ALL_MODELS.BK_SDM_TINY_VPRED_512.unetSource

readonly unetSource: "https://huggingface.co/software-mansion/react-native-executorch-bk-sdm-tiny/resolve/v0.8.0/unet/model.pte"

ALL_MODELS.CLIP_VIT_BASE_PATCH32_IMAGE

CLIP_VIT_BASE_PATCH32_IMAGE: object

ALL_MODELS.CLIP_VIT_BASE_PATCH32_IMAGE.modelName

readonly modelName: "clip-vit-base-patch32-image" = 'clip-vit-base-patch32-image'

ALL_MODELS.CLIP_VIT_BASE_PATCH32_IMAGE.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-clip-vit-base-patch32/resolve/v0.8.0/xnnpack/clip_vit_base_patch32_vision_xnnpack_fp32.pte" = CLIP_VIT_BASE_PATCH32_IMAGE_MODEL

ALL_MODELS.CLIP_VIT_BASE_PATCH32_IMAGE_QUANTIZED

CLIP_VIT_BASE_PATCH32_IMAGE_QUANTIZED: object

ALL_MODELS.CLIP_VIT_BASE_PATCH32_IMAGE_QUANTIZED.modelName

readonly modelName: "clip-vit-base-patch32-image-quantized" = 'clip-vit-base-patch32-image-quantized'

ALL_MODELS.CLIP_VIT_BASE_PATCH32_IMAGE_QUANTIZED.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-clip-vit-base-patch32/resolve/v0.8.0/xnnpack/clip_vit_base_patch32_vision_xnnpack_int8.pte" = CLIP_VIT_BASE_PATCH32_IMAGE_QUANTIZED_MODEL

ALL_MODELS.CLIP_VIT_BASE_PATCH32_TEXT

CLIP_VIT_BASE_PATCH32_TEXT: object

ALL_MODELS.CLIP_VIT_BASE_PATCH32_TEXT.modelName

readonly modelName: "clip-vit-base-patch32-text" = 'clip-vit-base-patch32-text'

ALL_MODELS.CLIP_VIT_BASE_PATCH32_TEXT.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-clip-vit-base-patch32/resolve/v0.8.0/xnnpack/clip_vit_base_patch32_text_xnnpack_fp32.pte" = CLIP_VIT_BASE_PATCH32_TEXT_MODEL

ALL_MODELS.CLIP_VIT_BASE_PATCH32_TEXT.tokenizerSource

readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-clip-vit-base-patch32/resolve/v0.8.0/tokenizer.json" = CLIP_VIT_BASE_PATCH32_TEXT_TOKENIZER

ALL_MODELS.DEEPLAB_V3_MOBILENET_V3_LARGE

DEEPLAB_V3_MOBILENET_V3_LARGE: object

ALL_MODELS.DEEPLAB_V3_MOBILENET_V3_LARGE.modelName

readonly modelName: "deeplab-v3-mobilenet-v3-large" = 'deeplab-v3-mobilenet-v3-large'

ALL_MODELS.DEEPLAB_V3_MOBILENET_V3_LARGE.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-deeplab-v3/resolve/v0.8.0/deeplab-v3-mobilenet-v3-large/xnnpack/deeplabv3_mobilenet_v3_large_xnnpack_fp32.pte" = DEEPLAB_V3_MOBILENET_V3_LARGE_MODEL

ALL_MODELS.DEEPLAB_V3_MOBILENET_V3_LARGE_QUANTIZED

DEEPLAB_V3_MOBILENET_V3_LARGE_QUANTIZED: object

ALL_MODELS.DEEPLAB_V3_MOBILENET_V3_LARGE_QUANTIZED.modelName

readonly modelName: "deeplab-v3-mobilenet-v3-large-quantized" = 'deeplab-v3-mobilenet-v3-large-quantized'

ALL_MODELS.DEEPLAB_V3_MOBILENET_V3_LARGE_QUANTIZED.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-deeplab-v3/resolve/v0.8.0/deeplab-v3-mobilenet-v3-large/xnnpack/deeplabv3_mobilenet_v3_large_xnnpack_int8.pte" = DEEPLAB_V3_MOBILENET_V3_LARGE_QUANTIZED_MODEL

ALL_MODELS.DEEPLAB_V3_RESNET101

DEEPLAB_V3_RESNET101: object

ALL_MODELS.DEEPLAB_V3_RESNET101.modelName

readonly modelName: "deeplab-v3-resnet101" = 'deeplab-v3-resnet101'

ALL_MODELS.DEEPLAB_V3_RESNET101.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-deeplab-v3/resolve/v0.8.0/deeplab-v3-resnet101/xnnpack/deeplabv3_resnet101_xnnpack_fp32.pte" = DEEPLAB_V3_RESNET101_MODEL

ALL_MODELS.DEEPLAB_V3_RESNET101_QUANTIZED

DEEPLAB_V3_RESNET101_QUANTIZED: object

ALL_MODELS.DEEPLAB_V3_RESNET101_QUANTIZED.modelName

readonly modelName: "deeplab-v3-resnet101-quantized" = 'deeplab-v3-resnet101-quantized'

ALL_MODELS.DEEPLAB_V3_RESNET101_QUANTIZED.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-deeplab-v3/resolve/v0.8.0/deeplab-v3-resnet101/xnnpack/deeplabv3_resnet101_xnnpack_int8.pte" = DEEPLAB_V3_RESNET101_QUANTIZED_MODEL

ALL_MODELS.DEEPLAB_V3_RESNET50

DEEPLAB_V3_RESNET50: object

ALL_MODELS.DEEPLAB_V3_RESNET50.modelName

readonly modelName: "deeplab-v3-resnet50" = 'deeplab-v3-resnet50'

ALL_MODELS.DEEPLAB_V3_RESNET50.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-deeplab-v3/resolve/v0.8.0/deeplab-v3-resnet50/xnnpack/deeplabv3_resnet50_xnnpack_fp32.pte" = DEEPLAB_V3_RESNET50_MODEL

ALL_MODELS.DEEPLAB_V3_RESNET50_QUANTIZED

DEEPLAB_V3_RESNET50_QUANTIZED: object

ALL_MODELS.DEEPLAB_V3_RESNET50_QUANTIZED.modelName

readonly modelName: "deeplab-v3-resnet50-quantized" = 'deeplab-v3-resnet50-quantized'

ALL_MODELS.DEEPLAB_V3_RESNET50_QUANTIZED.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-deeplab-v3/resolve/v0.8.0/deeplab-v3-resnet50/xnnpack/deeplabv3_resnet50_xnnpack_int8.pte" = DEEPLAB_V3_RESNET50_QUANTIZED_MODEL

ALL_MODELS.EFFICIENTNET_V2_S

EFFICIENTNET_V2_S: object

ALL_MODELS.EFFICIENTNET_V2_S.modelName

readonly modelName: "efficientnet-v2-s" = 'efficientnet-v2-s'

ALL_MODELS.EFFICIENTNET_V2_S.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-efficientnet-v2-s/resolve/v0.8.0/coreml/efficientnet_v2_s_coreml_fp32.pte" | "https://huggingface.co/software-mansion/react-native-executorch-efficientnet-v2-s/resolve/v0.8.0/xnnpack/efficientnet_v2_s_xnnpack_fp32.pte" = EFFICIENTNET_V2_S_MODEL

ALL_MODELS.EFFICIENTNET_V2_S_QUANTIZED

EFFICIENTNET_V2_S_QUANTIZED: object

ALL_MODELS.EFFICIENTNET_V2_S_QUANTIZED.modelName

readonly modelName: "efficientnet-v2-s-quantized" = 'efficientnet-v2-s-quantized'

ALL_MODELS.EFFICIENTNET_V2_S_QUANTIZED.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-efficientnet-v2-s/resolve/v0.8.0/coreml/efficientnet_v2_s_coreml_fp16.pte" | "https://huggingface.co/software-mansion/react-native-executorch-efficientnet-v2-s/resolve/v0.8.0/xnnpack/efficientnet_v2_s_xnnpack_int8.pte" = EFFICIENTNET_V2_S_QUANTIZED_MODEL

ALL_MODELS.FCN_RESNET101

FCN_RESNET101: object

ALL_MODELS.FCN_RESNET101.modelName

readonly modelName: "fcn-resnet101" = 'fcn-resnet101'

ALL_MODELS.FCN_RESNET101.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-fcn/resolve/v0.8.0/fcn-resnet101/xnnpack/fcn_resnet101_xnnpack_fp32.pte" = FCN_RESNET101_MODEL

ALL_MODELS.FCN_RESNET101_QUANTIZED

FCN_RESNET101_QUANTIZED: object

ALL_MODELS.FCN_RESNET101_QUANTIZED.modelName

readonly modelName: "fcn-resnet101-quantized" = 'fcn-resnet101-quantized'

ALL_MODELS.FCN_RESNET101_QUANTIZED.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-fcn/resolve/v0.8.0/fcn-resnet101/xnnpack/fcn_resnet101_xnnpack_int8.pte" = FCN_RESNET101_QUANTIZED_MODEL

ALL_MODELS.FCN_RESNET50

FCN_RESNET50: object

ALL_MODELS.FCN_RESNET50.modelName

readonly modelName: "fcn-resnet50" = 'fcn-resnet50'

ALL_MODELS.FCN_RESNET50.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-fcn/resolve/v0.8.0/fcn-resnet50/xnnpack/fcn_resnet50_xnnpack_fp32.pte" = FCN_RESNET50_MODEL

ALL_MODELS.FCN_RESNET50_QUANTIZED

FCN_RESNET50_QUANTIZED: object

ALL_MODELS.FCN_RESNET50_QUANTIZED.modelName

readonly modelName: "fcn-resnet50-quantized" = 'fcn-resnet50-quantized'

ALL_MODELS.FCN_RESNET50_QUANTIZED.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-fcn/resolve/v0.8.0/fcn-resnet50/xnnpack/fcn_resnet50_xnnpack_int8.pte" = FCN_RESNET50_QUANTIZED_MODEL

ALL_MODELS.FSMN_VAD

FSMN_VAD: object

ALL_MODELS.FSMN_VAD.modelName

readonly modelName: "fsmn-vad" = 'fsmn-vad'

ALL_MODELS.FSMN_VAD.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-fsmn-vad/resolve/v0.8.0/xnnpack/fsmn-vad_xnnpack.pte" = FSMN_VAD_MODEL

ALL_MODELS.HAMMER2_1_0_5B

HAMMER2_1_0_5B: object

ALL_MODELS.HAMMER2_1_0_5B.modelName

readonly modelName: "hammer2.1-0.5b" = 'hammer2.1-0.5b'

ALL_MODELS.HAMMER2_1_0_5B.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-hammer-2.1/resolve/v0.8.0/hammer-2.1-0.5B/original/hammer2_1_0_5B_bf16.pte" = HAMMER2_1_0_5B_MODEL

ALL_MODELS.HAMMER2_1_0_5B.tokenizerConfigSource

readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-hammer-2.1/resolve/v0.8.0/tokenizer_config.json" = HAMMER2_1_TOKENIZER_CONFIG

ALL_MODELS.HAMMER2_1_0_5B.tokenizerSource

readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-hammer-2.1/resolve/v0.8.0/tokenizer.json" = HAMMER2_1_TOKENIZER

ALL_MODELS.HAMMER2_1_0_5B_QUANTIZED

HAMMER2_1_0_5B_QUANTIZED: object

ALL_MODELS.HAMMER2_1_0_5B_QUANTIZED.modelName

readonly modelName: "hammer2.1-0.5b-quantized" = 'hammer2.1-0.5b-quantized'

ALL_MODELS.HAMMER2_1_0_5B_QUANTIZED.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-hammer-2.1/resolve/v0.8.0/hammer-2.1-0.5B/quantized/hammer2_1_0_5B_8da4w.pte" = HAMMER2_1_0_5B_QUANTIZED_MODEL

ALL_MODELS.HAMMER2_1_0_5B_QUANTIZED.tokenizerConfigSource

readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-hammer-2.1/resolve/v0.8.0/tokenizer_config.json" = HAMMER2_1_TOKENIZER_CONFIG

ALL_MODELS.HAMMER2_1_0_5B_QUANTIZED.tokenizerSource

readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-hammer-2.1/resolve/v0.8.0/tokenizer.json" = HAMMER2_1_TOKENIZER

ALL_MODELS.HAMMER2_1_1_5B

HAMMER2_1_1_5B: object

ALL_MODELS.HAMMER2_1_1_5B.modelName

readonly modelName: "hammer2.1-1.5b" = 'hammer2.1-1.5b'

ALL_MODELS.HAMMER2_1_1_5B.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-hammer-2.1/resolve/v0.8.0/hammer-2.1-1.5B/original/hammer2_1_1_5B_bf16.pte" = HAMMER2_1_1_5B_MODEL

ALL_MODELS.HAMMER2_1_1_5B.tokenizerConfigSource

readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-hammer-2.1/resolve/v0.8.0/tokenizer_config.json" = HAMMER2_1_TOKENIZER_CONFIG

ALL_MODELS.HAMMER2_1_1_5B.tokenizerSource

readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-hammer-2.1/resolve/v0.8.0/tokenizer.json" = HAMMER2_1_TOKENIZER

ALL_MODELS.HAMMER2_1_1_5B_QUANTIZED

HAMMER2_1_1_5B_QUANTIZED: object

ALL_MODELS.HAMMER2_1_1_5B_QUANTIZED.modelName

readonly modelName: "hammer2.1-1.5b-quantized" = 'hammer2.1-1.5b-quantized'

ALL_MODELS.HAMMER2_1_1_5B_QUANTIZED.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-hammer-2.1/resolve/v0.8.0/hammer-2.1-1.5B/quantized/hammer2_1_1_5B_8da4w.pte" = HAMMER2_1_1_5B_QUANTIZED_MODEL

ALL_MODELS.HAMMER2_1_1_5B_QUANTIZED.tokenizerConfigSource

readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-hammer-2.1/resolve/v0.8.0/tokenizer_config.json" = HAMMER2_1_TOKENIZER_CONFIG

ALL_MODELS.HAMMER2_1_1_5B_QUANTIZED.tokenizerSource

readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-hammer-2.1/resolve/v0.8.0/tokenizer.json" = HAMMER2_1_TOKENIZER

ALL_MODELS.HAMMER2_1_3B

HAMMER2_1_3B: object

ALL_MODELS.HAMMER2_1_3B.modelName

readonly modelName: "hammer2.1-3b" = 'hammer2.1-3b'

ALL_MODELS.HAMMER2_1_3B.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-hammer-2.1/resolve/v0.8.0/hammer-2.1-3B/original/hammer2_1_3B_bf16.pte" = HAMMER2_1_3B_MODEL

ALL_MODELS.HAMMER2_1_3B.tokenizerConfigSource

readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-hammer-2.1/resolve/v0.8.0/tokenizer_config.json" = HAMMER2_1_TOKENIZER_CONFIG

ALL_MODELS.HAMMER2_1_3B.tokenizerSource

readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-hammer-2.1/resolve/v0.8.0/tokenizer.json" = HAMMER2_1_TOKENIZER

ALL_MODELS.HAMMER2_1_3B_QUANTIZED

HAMMER2_1_3B_QUANTIZED: object

ALL_MODELS.HAMMER2_1_3B_QUANTIZED.modelName

readonly modelName: "hammer2.1-3b-quantized" = 'hammer2.1-3b-quantized'

ALL_MODELS.HAMMER2_1_3B_QUANTIZED.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-hammer-2.1/resolve/v0.8.0/hammer-2.1-3B/quantized/hammer2_1_3B_8da4w.pte" = HAMMER2_1_3B_QUANTIZED_MODEL

ALL_MODELS.HAMMER2_1_3B_QUANTIZED.tokenizerConfigSource

readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-hammer-2.1/resolve/v0.8.0/tokenizer_config.json" = HAMMER2_1_TOKENIZER_CONFIG

ALL_MODELS.HAMMER2_1_3B_QUANTIZED.tokenizerSource

readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-hammer-2.1/resolve/v0.8.0/tokenizer.json" = HAMMER2_1_TOKENIZER

ALL_MODELS.LFM2_5_1_2B_INSTRUCT

LFM2_5_1_2B_INSTRUCT: object

ALL_MODELS.LFM2_5_1_2B_INSTRUCT.modelName

readonly modelName: "lfm2.5-1.2b-instruct" = 'lfm2.5-1.2b-instruct'

ALL_MODELS.LFM2_5_1_2B_INSTRUCT.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-lfm2.5-1.2B-instruct/resolve/v0.8.0/original/lfm2_5_1_2b_fp16.pte" = LFM2_5_1_2B_INSTRUCT_MODEL

ALL_MODELS.LFM2_5_1_2B_INSTRUCT.tokenizerConfigSource

readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-lfm2.5-1.2B-instruct/resolve/v0.8.0/tokenizer_config.json" = LFM2_5_1_2B_TOKENIZER_CONFIG

ALL_MODELS.LFM2_5_1_2B_INSTRUCT.tokenizerSource

readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-lfm2.5-1.2B-instruct/resolve/v0.8.0/tokenizer.json" = LFM2_5_1_2B_TOKENIZER

ALL_MODELS.LFM2_5_1_2B_INSTRUCT_QUANTIZED

LFM2_5_1_2B_INSTRUCT_QUANTIZED: object

ALL_MODELS.LFM2_5_1_2B_INSTRUCT_QUANTIZED.modelName

readonly modelName: "lfm2.5-1.2b-instruct-quantized" = 'lfm2.5-1.2b-instruct-quantized'

ALL_MODELS.LFM2_5_1_2B_INSTRUCT_QUANTIZED.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-lfm2.5-1.2B-instruct/resolve/v0.8.0/quantized/lfm2_5_1_2b_8da4w.pte" = LFM2_5_1_2B_INSTRUCT_QUANTIZED_MODEL

ALL_MODELS.LFM2_5_1_2B_INSTRUCT_QUANTIZED.tokenizerConfigSource

readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-lfm2.5-1.2B-instruct/resolve/v0.8.0/tokenizer_config.json" = LFM2_5_1_2B_TOKENIZER_CONFIG

ALL_MODELS.LFM2_5_1_2B_INSTRUCT_QUANTIZED.tokenizerSource

readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-lfm2.5-1.2B-instruct/resolve/v0.8.0/tokenizer.json" = LFM2_5_1_2B_TOKENIZER

ALL_MODELS.LFM2_VL_1_6B_QUANTIZED

LFM2_VL_1_6B_QUANTIZED: object

ALL_MODELS.LFM2_VL_1_6B_QUANTIZED.capabilities

readonly capabilities: readonly ["vision"]

ALL_MODELS.LFM2_VL_1_6B_QUANTIZED.modelName

readonly modelName: "lfm2.5-vl-1.6b-quantized" = 'lfm2.5-vl-1.6b-quantized'

ALL_MODELS.LFM2_VL_1_6B_QUANTIZED.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-lfm2.5-VL-1.6B/resolve/v0.8.0/quantized/lfm2_5_vl_1_6b_8da4w_xnnpack.pte" = LFM2_VL_1_6B_QUANTIZED_MODEL

ALL_MODELS.LFM2_VL_1_6B_QUANTIZED.tokenizerConfigSource

readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-lfm2.5-VL-1.6B/resolve/v0.8.0/tokenizer_config.json" = LFM2_VL_TOKENIZER_CONFIG

ALL_MODELS.LFM2_VL_1_6B_QUANTIZED.tokenizerSource

readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-lfm2.5-VL-1.6B/resolve/v0.8.0/tokenizer.json" = LFM2_VL_TOKENIZER

ALL_MODELS.LLAMA3_2_1B

LLAMA3_2_1B: object

ALL_MODELS.LLAMA3_2_1B.modelName

readonly modelName: "llama-3.2-1b" = 'llama-3.2-1b'

ALL_MODELS.LLAMA3_2_1B.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-llama-3.2/resolve/v0.8.0/llama-3.2-1B/original/llama3_2_bf16.pte" = LLAMA3_2_1B_MODEL

ALL_MODELS.LLAMA3_2_1B.tokenizerConfigSource

readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-llama-3.2/resolve/v0.8.0/tokenizer_config.json" = LLAMA3_2_TOKENIZER_CONFIG

ALL_MODELS.LLAMA3_2_1B.tokenizerSource

readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-llama-3.2/resolve/v0.8.0/tokenizer.json" = LLAMA3_2_TOKENIZER

ALL_MODELS.LLAMA3_2_1B_QLORA

LLAMA3_2_1B_QLORA: object

ALL_MODELS.LLAMA3_2_1B_QLORA.modelName

readonly modelName: "llama-3.2-1b-qlora" = 'llama-3.2-1b-qlora'

ALL_MODELS.LLAMA3_2_1B_QLORA.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-llama-3.2/resolve/v0.8.0/llama-3.2-1B/QLoRA/llama3_2_qat_lora.pte" = LLAMA3_2_1B_QLORA_MODEL

ALL_MODELS.LLAMA3_2_1B_QLORA.tokenizerConfigSource

readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-llama-3.2/resolve/v0.8.0/tokenizer_config.json" = LLAMA3_2_TOKENIZER_CONFIG

ALL_MODELS.LLAMA3_2_1B_QLORA.tokenizerSource

readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-llama-3.2/resolve/v0.8.0/tokenizer.json" = LLAMA3_2_TOKENIZER

ALL_MODELS.LLAMA3_2_1B_SPINQUANT

LLAMA3_2_1B_SPINQUANT: object

ALL_MODELS.LLAMA3_2_1B_SPINQUANT.modelName

readonly modelName: "llama-3.2-1b-spinquant" = 'llama-3.2-1b-spinquant'

ALL_MODELS.LLAMA3_2_1B_SPINQUANT.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-llama-3.2/resolve/v0.8.0/llama-3.2-1B/spinquant/llama3_2_spinquant.pte" = LLAMA3_2_1B_SPINQUANT_MODEL

ALL_MODELS.LLAMA3_2_1B_SPINQUANT.tokenizerConfigSource

readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-llama-3.2/resolve/v0.8.0/tokenizer_config.json" = LLAMA3_2_TOKENIZER_CONFIG

ALL_MODELS.LLAMA3_2_1B_SPINQUANT.tokenizerSource

readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-llama-3.2/resolve/v0.8.0/tokenizer.json" = LLAMA3_2_TOKENIZER

ALL_MODELS.LLAMA3_2_3B

LLAMA3_2_3B: object

ALL_MODELS.LLAMA3_2_3B.modelName

readonly modelName: "llama-3.2-3b" = 'llama-3.2-3b'

ALL_MODELS.LLAMA3_2_3B.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-llama-3.2/resolve/v0.8.0/llama-3.2-3B/original/llama3_2_3B_bf16.pte" = LLAMA3_2_3B_MODEL

ALL_MODELS.LLAMA3_2_3B.tokenizerConfigSource

readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-llama-3.2/resolve/v0.8.0/tokenizer_config.json" = LLAMA3_2_TOKENIZER_CONFIG

ALL_MODELS.LLAMA3_2_3B.tokenizerSource

readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-llama-3.2/resolve/v0.8.0/tokenizer.json" = LLAMA3_2_TOKENIZER

ALL_MODELS.LLAMA3_2_3B_QLORA

LLAMA3_2_3B_QLORA: object

ALL_MODELS.LLAMA3_2_3B_QLORA.modelName

readonly modelName: "llama-3.2-3b-qlora" = 'llama-3.2-3b-qlora'

ALL_MODELS.LLAMA3_2_3B_QLORA.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-llama-3.2/resolve/v0.8.0/llama-3.2-3B/QLoRA/llama3_2-3B_qat_lora.pte" = LLAMA3_2_3B_QLORA_MODEL

ALL_MODELS.LLAMA3_2_3B_QLORA.tokenizerConfigSource

readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-llama-3.2/resolve/v0.8.0/tokenizer_config.json" = LLAMA3_2_TOKENIZER_CONFIG

ALL_MODELS.LLAMA3_2_3B_QLORA.tokenizerSource

readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-llama-3.2/resolve/v0.8.0/tokenizer.json" = LLAMA3_2_TOKENIZER

ALL_MODELS.LLAMA3_2_3B_SPINQUANT

LLAMA3_2_3B_SPINQUANT: object

ALL_MODELS.LLAMA3_2_3B_SPINQUANT.modelName

readonly modelName: "llama-3.2-3b-spinquant" = 'llama-3.2-3b-spinquant'

ALL_MODELS.LLAMA3_2_3B_SPINQUANT.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-llama-3.2/resolve/v0.8.0/llama-3.2-3B/spinquant/llama3_2_3B_spinquant.pte" = LLAMA3_2_3B_SPINQUANT_MODEL

ALL_MODELS.LLAMA3_2_3B_SPINQUANT.tokenizerConfigSource

readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-llama-3.2/resolve/v0.8.0/tokenizer_config.json" = LLAMA3_2_TOKENIZER_CONFIG

ALL_MODELS.LLAMA3_2_3B_SPINQUANT.tokenizerSource

readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-llama-3.2/resolve/v0.8.0/tokenizer.json" = LLAMA3_2_TOKENIZER

ALL_MODELS.LRASPP_MOBILENET_V3_LARGE

LRASPP_MOBILENET_V3_LARGE: object

ALL_MODELS.LRASPP_MOBILENET_V3_LARGE.modelName

readonly modelName: "lraspp-mobilenet-v3-large" = 'lraspp-mobilenet-v3-large'

ALL_MODELS.LRASPP_MOBILENET_V3_LARGE.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-lraspp/resolve/v0.8.0/xnnpack/lraspp_mobilenet_v3_large_xnnpack_fp32.pte" = LRASPP_MOBILENET_V3_LARGE_MODEL

ALL_MODELS.LRASPP_MOBILENET_V3_LARGE_QUANTIZED

LRASPP_MOBILENET_V3_LARGE_QUANTIZED: object

ALL_MODELS.LRASPP_MOBILENET_V3_LARGE_QUANTIZED.modelName

readonly modelName: "lraspp-mobilenet-v3-large-quantized" = 'lraspp-mobilenet-v3-large-quantized'

ALL_MODELS.LRASPP_MOBILENET_V3_LARGE_QUANTIZED.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-lraspp/resolve/v0.8.0/xnnpack/lraspp_mobilenet_v3_large_xnnpack_int8.pte" = LRASPP_MOBILENET_V3_LARGE_QUANTIZED_MODEL

ALL_MODELS.MULTI_QA_MINILM_L6_COS_V1

MULTI_QA_MINILM_L6_COS_V1: object

ALL_MODELS.MULTI_QA_MINILM_L6_COS_V1.modelName

readonly modelName: "multi-qa-minilm-l6-cos-v1" = 'multi-qa-minilm-l6-cos-v1'

ALL_MODELS.MULTI_QA_MINILM_L6_COS_V1.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-multi-qa-MiniLM-L6-cos-v1/resolve/v0.8.0/multi-qa-MiniLM-L6-cos-v1_xnnpack.pte" = MULTI_QA_MINILM_L6_COS_V1_MODEL

ALL_MODELS.MULTI_QA_MINILM_L6_COS_V1.tokenizerSource

readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-multi-qa-MiniLM-L6-cos-v1/resolve/v0.8.0/tokenizer.json" = MULTI_QA_MINILM_L6_COS_V1_TOKENIZER

ALL_MODELS.MULTI_QA_MPNET_BASE_DOT_V1

MULTI_QA_MPNET_BASE_DOT_V1: object

ALL_MODELS.MULTI_QA_MPNET_BASE_DOT_V1.modelName

readonly modelName: "multi-qa-mpnet-base-dot-v1" = 'multi-qa-mpnet-base-dot-v1'

ALL_MODELS.MULTI_QA_MPNET_BASE_DOT_V1.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-multi-qa-mpnet-base-dot-v1/resolve/v0.8.0/multi-qa-mpnet-base-dot-v1_xnnpack.pte" = MULTI_QA_MPNET_BASE_DOT_V1_MODEL

ALL_MODELS.MULTI_QA_MPNET_BASE_DOT_V1.tokenizerSource

readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-multi-qa-mpnet-base-dot-v1/resolve/v0.8.0/tokenizer.json" = MULTI_QA_MPNET_BASE_DOT_V1_TOKENIZER

ALL_MODELS.PHI_4_MINI_4B

PHI_4_MINI_4B: object

ALL_MODELS.PHI_4_MINI_4B.modelName

readonly modelName: "phi-4-mini-4b" = 'phi-4-mini-4b'

ALL_MODELS.PHI_4_MINI_4B.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-phi-4-mini/resolve/v0.8.0/original/phi-4-mini_bf16.pte" = PHI_4_MINI_4B_MODEL

ALL_MODELS.PHI_4_MINI_4B.tokenizerConfigSource

readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-phi-4-mini/resolve/v0.8.0/tokenizer_config.json" = PHI_4_MINI_TOKENIZER_CONFIG

ALL_MODELS.PHI_4_MINI_4B.tokenizerSource

readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-phi-4-mini/resolve/v0.8.0/tokenizer.json" = PHI_4_MINI_TOKENIZER

ALL_MODELS.PHI_4_MINI_4B_QUANTIZED

PHI_4_MINI_4B_QUANTIZED: object

ALL_MODELS.PHI_4_MINI_4B_QUANTIZED.modelName

readonly modelName: "phi-4-mini-4b-quantized" = 'phi-4-mini-4b-quantized'

ALL_MODELS.PHI_4_MINI_4B_QUANTIZED.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-phi-4-mini/resolve/v0.8.0/quantized/phi-4-mini_8da4w.pte" = PHI_4_MINI_4B_QUANTIZED_MODEL

ALL_MODELS.PHI_4_MINI_4B_QUANTIZED.tokenizerConfigSource

readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-phi-4-mini/resolve/v0.8.0/tokenizer_config.json" = PHI_4_MINI_TOKENIZER_CONFIG

ALL_MODELS.PHI_4_MINI_4B_QUANTIZED.tokenizerSource

readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-phi-4-mini/resolve/v0.8.0/tokenizer.json" = PHI_4_MINI_TOKENIZER

ALL_MODELS.QWEN2_5_0_5B

QWEN2_5_0_5B: object

ALL_MODELS.QWEN2_5_0_5B.modelName

readonly modelName: "qwen2.5-0.5b" = 'qwen2.5-0.5b'

ALL_MODELS.QWEN2_5_0_5B.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-2.5/resolve/v0.8.0/qwen-2.5-0.5B/original/qwen2_5_0_5b_bf16.pte" = QWEN2_5_0_5B_MODEL

ALL_MODELS.QWEN2_5_0_5B.tokenizerConfigSource

readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-2.5/resolve/v0.8.0/tokenizer_config.json" = QWEN2_5_TOKENIZER_CONFIG

ALL_MODELS.QWEN2_5_0_5B.tokenizerSource

readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-2.5/resolve/v0.8.0/tokenizer.json" = QWEN2_5_TOKENIZER

ALL_MODELS.QWEN2_5_0_5B_QUANTIZED

QWEN2_5_0_5B_QUANTIZED: object

ALL_MODELS.QWEN2_5_0_5B_QUANTIZED.modelName

readonly modelName: "qwen2.5-0.5b-quantized" = 'qwen2.5-0.5b-quantized'

ALL_MODELS.QWEN2_5_0_5B_QUANTIZED.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-2.5/resolve/v0.8.0/qwen-2.5-0.5B/quantized/qwen2_5_0_5b_8da4w.pte" = QWEN2_5_0_5B_QUANTIZED_MODEL

ALL_MODELS.QWEN2_5_0_5B_QUANTIZED.tokenizerConfigSource

readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-2.5/resolve/v0.8.0/tokenizer_config.json" = QWEN2_5_TOKENIZER_CONFIG

ALL_MODELS.QWEN2_5_0_5B_QUANTIZED.tokenizerSource

readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-2.5/resolve/v0.8.0/tokenizer.json" = QWEN2_5_TOKENIZER

ALL_MODELS.QWEN2_5_1_5B

QWEN2_5_1_5B: object

ALL_MODELS.QWEN2_5_1_5B.modelName

readonly modelName: "qwen2.5-1.5b" = 'qwen2.5-1.5b'

ALL_MODELS.QWEN2_5_1_5B.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-2.5/resolve/v0.8.0/qwen-2.5-1.5B/original/qwen2_5_1_5b_bf16.pte" = QWEN2_5_1_5B_MODEL

ALL_MODELS.QWEN2_5_1_5B.tokenizerConfigSource

readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-2.5/resolve/v0.8.0/tokenizer_config.json" = QWEN2_5_TOKENIZER_CONFIG

ALL_MODELS.QWEN2_5_1_5B.tokenizerSource

readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-2.5/resolve/v0.8.0/tokenizer.json" = QWEN2_5_TOKENIZER

ALL_MODELS.QWEN2_5_1_5B_QUANTIZED

QWEN2_5_1_5B_QUANTIZED: object

ALL_MODELS.QWEN2_5_1_5B_QUANTIZED.modelName

readonly modelName: "qwen2.5-1.5b-quantized" = 'qwen2.5-1.5b-quantized'

ALL_MODELS.QWEN2_5_1_5B_QUANTIZED.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-2.5/resolve/v0.8.0/qwen-2.5-1.5B/quantized/qwen2_5_1_5b_8da4w.pte" = QWEN2_5_1_5B_QUANTIZED_MODEL

ALL_MODELS.QWEN2_5_1_5B_QUANTIZED.tokenizerConfigSource

readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-2.5/resolve/v0.8.0/tokenizer_config.json" = QWEN2_5_TOKENIZER_CONFIG

ALL_MODELS.QWEN2_5_1_5B_QUANTIZED.tokenizerSource

readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-2.5/resolve/v0.8.0/tokenizer.json" = QWEN2_5_TOKENIZER

ALL_MODELS.QWEN2_5_3B

QWEN2_5_3B: object

ALL_MODELS.QWEN2_5_3B.modelName

readonly modelName: "qwen2.5-3b" = 'qwen2.5-3b'

ALL_MODELS.QWEN2_5_3B.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-2.5/resolve/v0.8.0/qwen-2.5-3B/original/qwen2_5_3b_bf16.pte" = QWEN2_5_3B_MODEL

ALL_MODELS.QWEN2_5_3B.tokenizerConfigSource

readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-2.5/resolve/v0.8.0/tokenizer_config.json" = QWEN2_5_TOKENIZER_CONFIG

ALL_MODELS.QWEN2_5_3B.tokenizerSource

readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-2.5/resolve/v0.8.0/tokenizer.json" = QWEN2_5_TOKENIZER

ALL_MODELS.QWEN2_5_3B_QUANTIZED

QWEN2_5_3B_QUANTIZED: object

ALL_MODELS.QWEN2_5_3B_QUANTIZED.modelName

readonly modelName: "qwen2.5-3b-quantized" = 'qwen2.5-3b-quantized'

ALL_MODELS.QWEN2_5_3B_QUANTIZED.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-2.5/resolve/v0.8.0/qwen-2.5-3B/quantized/qwen2_5_3b_8da4w.pte" = QWEN2_5_3B_QUANTIZED_MODEL

ALL_MODELS.QWEN2_5_3B_QUANTIZED.tokenizerConfigSource

readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-2.5/resolve/v0.8.0/tokenizer_config.json" = QWEN2_5_TOKENIZER_CONFIG

ALL_MODELS.QWEN2_5_3B_QUANTIZED.tokenizerSource

readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-2.5/resolve/v0.8.0/tokenizer.json" = QWEN2_5_TOKENIZER

ALL_MODELS.QWEN3_0_6B

QWEN3_0_6B: object

ALL_MODELS.QWEN3_0_6B.modelName

readonly modelName: "qwen3-0.6b" = 'qwen3-0.6b'

ALL_MODELS.QWEN3_0_6B.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-3/resolve/v0.8.0/qwen-3-0.6B/original/qwen3_0_6b_bf16.pte" = QWEN3_0_6B_MODEL

ALL_MODELS.QWEN3_0_6B.tokenizerConfigSource

readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-3/resolve/v0.8.0/tokenizer_config.json" = QWEN3_TOKENIZER_CONFIG

ALL_MODELS.QWEN3_0_6B.tokenizerSource

readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-3/resolve/v0.8.0/tokenizer.json" = QWEN3_TOKENIZER

ALL_MODELS.QWEN3_0_6B_QUANTIZED

QWEN3_0_6B_QUANTIZED: object

ALL_MODELS.QWEN3_0_6B_QUANTIZED.modelName

readonly modelName: "qwen3-0.6b-quantized" = 'qwen3-0.6b-quantized'

ALL_MODELS.QWEN3_0_6B_QUANTIZED.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-3/resolve/v0.8.0/qwen-3-0.6B/quantized/qwen3_0_6b_8da4w.pte" = QWEN3_0_6B_QUANTIZED_MODEL

ALL_MODELS.QWEN3_0_6B_QUANTIZED.tokenizerConfigSource

readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-3/resolve/v0.8.0/tokenizer_config.json" = QWEN3_TOKENIZER_CONFIG

ALL_MODELS.QWEN3_0_6B_QUANTIZED.tokenizerSource

readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-3/resolve/v0.8.0/tokenizer.json" = QWEN3_TOKENIZER

ALL_MODELS.QWEN3_1_7B

QWEN3_1_7B: object

ALL_MODELS.QWEN3_1_7B.modelName

readonly modelName: "qwen3-1.7b" = 'qwen3-1.7b'

ALL_MODELS.QWEN3_1_7B.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-3/resolve/v0.8.0/qwen-3-1.7B/original/qwen3_1_7b_bf16.pte" = QWEN3_1_7B_MODEL

ALL_MODELS.QWEN3_1_7B.tokenizerConfigSource

readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-3/resolve/v0.8.0/tokenizer_config.json" = QWEN3_TOKENIZER_CONFIG

ALL_MODELS.QWEN3_1_7B.tokenizerSource

readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-3/resolve/v0.8.0/tokenizer.json" = QWEN3_TOKENIZER

ALL_MODELS.QWEN3_1_7B_QUANTIZED

QWEN3_1_7B_QUANTIZED: object

ALL_MODELS.QWEN3_1_7B_QUANTIZED.modelName

readonly modelName: "qwen3-1.7b-quantized" = 'qwen3-1.7b-quantized'

ALL_MODELS.QWEN3_1_7B_QUANTIZED.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-3/resolve/v0.8.0/qwen-3-1.7B/quantized/qwen3_1_7b_8da4w.pte" = QWEN3_1_7B_QUANTIZED_MODEL

ALL_MODELS.QWEN3_1_7B_QUANTIZED.tokenizerConfigSource

readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-3/resolve/v0.8.0/tokenizer_config.json" = QWEN3_TOKENIZER_CONFIG

ALL_MODELS.QWEN3_1_7B_QUANTIZED.tokenizerSource

readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-3/resolve/v0.8.0/tokenizer.json" = QWEN3_TOKENIZER

ALL_MODELS.QWEN3_4B

QWEN3_4B: object

ALL_MODELS.QWEN3_4B.modelName

readonly modelName: "qwen3-4b" = 'qwen3-4b'

ALL_MODELS.QWEN3_4B.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-3/resolve/v0.8.0/qwen-3-4B/original/qwen3_4b_bf16.pte" = QWEN3_4B_MODEL

ALL_MODELS.QWEN3_4B.tokenizerConfigSource

readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-3/resolve/v0.8.0/tokenizer_config.json" = QWEN3_TOKENIZER_CONFIG

ALL_MODELS.QWEN3_4B.tokenizerSource

readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-3/resolve/v0.8.0/tokenizer.json" = QWEN3_TOKENIZER

ALL_MODELS.QWEN3_4B_QUANTIZED

QWEN3_4B_QUANTIZED: object

ALL_MODELS.QWEN3_4B_QUANTIZED.modelName

readonly modelName: "qwen3-4b-quantized" = 'qwen3-4b-quantized'

ALL_MODELS.QWEN3_4B_QUANTIZED.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-3/resolve/v0.8.0/qwen-3-4B/quantized/qwen3_4b_8da4w.pte" = QWEN3_4B_QUANTIZED_MODEL

ALL_MODELS.QWEN3_4B_QUANTIZED.tokenizerConfigSource

readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-3/resolve/v0.8.0/tokenizer_config.json" = QWEN3_TOKENIZER_CONFIG

ALL_MODELS.QWEN3_4B_QUANTIZED.tokenizerSource

readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-qwen-3/resolve/v0.8.0/tokenizer.json" = QWEN3_TOKENIZER

ALL_MODELS.RF_DETR_NANO

RF_DETR_NANO: object

ALL_MODELS.RF_DETR_NANO.modelName

readonly modelName: "rf-detr-nano" = 'rf-detr-nano'

ALL_MODELS.RF_DETR_NANO.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-rfdetr-nano-detector/resolve/v0.8.0/rfdetr_detector.pte" = RF_DETR_NANO_MODEL

ALL_MODELS.RF_DETR_NANO_SEG

RF_DETR_NANO_SEG: object

ALL_MODELS.RF_DETR_NANO_SEG.modelName

readonly modelName: "rfdetr-nano-seg" = 'rfdetr-nano-seg'

ALL_MODELS.RF_DETR_NANO_SEG.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-rfdetr-nano-segmentation/resolve/v0.8.0/rfdetr_segmentation.pte" = RF_DETR_NANO_SEG_MODEL

ALL_MODELS.SELFIE_SEGMENTATION

SELFIE_SEGMENTATION: object

ALL_MODELS.SELFIE_SEGMENTATION.modelName

readonly modelName: "selfie-segmentation" = 'selfie-segmentation'

ALL_MODELS.SELFIE_SEGMENTATION.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-selfie-segmentation/resolve/v0.8.0/xnnpack/selfie-segmentation.pte" = SELFIE_SEGMENTATION_MODEL

ALL_MODELS.SMOLLM2_1_1_7B

SMOLLM2_1_1_7B: object

ALL_MODELS.SMOLLM2_1_1_7B.modelName

readonly modelName: "smollm2.1-1.7b" = 'smollm2.1-1.7b'

ALL_MODELS.SMOLLM2_1_1_7B.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-smolLm-2/resolve/v0.8.0/smolLm-2-1.7B/original/smolLm2_1_7B_bf16.pte" = SMOLLM2_1_1_7B_MODEL

ALL_MODELS.SMOLLM2_1_1_7B.tokenizerConfigSource

readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-smolLm-2/resolve/v0.8.0/tokenizer_config.json" = SMOLLM2_1_TOKENIZER_CONFIG

ALL_MODELS.SMOLLM2_1_1_7B.tokenizerSource

readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-smolLm-2/resolve/v0.8.0/tokenizer.json" = SMOLLM2_1_TOKENIZER

ALL_MODELS.SMOLLM2_1_1_7B_QUANTIZED

SMOLLM2_1_1_7B_QUANTIZED: object

ALL_MODELS.SMOLLM2_1_1_7B_QUANTIZED.modelName

readonly modelName: "smollm2.1-1.7b-quantized" = 'smollm2.1-1.7b-quantized'

ALL_MODELS.SMOLLM2_1_1_7B_QUANTIZED.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-smolLm-2/resolve/v0.8.0/smolLm-2-1.7B/quantized/smolLm2_1_7B_8da4w.pte" = SMOLLM2_1_1_7B_QUANTIZED_MODEL

ALL_MODELS.SMOLLM2_1_1_7B_QUANTIZED.tokenizerConfigSource

readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-smolLm-2/resolve/v0.8.0/tokenizer_config.json" = SMOLLM2_1_TOKENIZER_CONFIG

ALL_MODELS.SMOLLM2_1_1_7B_QUANTIZED.tokenizerSource

readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-smolLm-2/resolve/v0.8.0/tokenizer.json" = SMOLLM2_1_TOKENIZER

ALL_MODELS.SMOLLM2_1_135M

SMOLLM2_1_135M: object

ALL_MODELS.SMOLLM2_1_135M.modelName

readonly modelName: "smollm2.1-135m" = 'smollm2.1-135m'

ALL_MODELS.SMOLLM2_1_135M.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-smolLm-2/resolve/v0.8.0/smolLm-2-135M/original/smolLm2_135M_bf16.pte" = SMOLLM2_1_135M_MODEL

ALL_MODELS.SMOLLM2_1_135M.tokenizerConfigSource

readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-smolLm-2/resolve/v0.8.0/tokenizer_config.json" = SMOLLM2_1_TOKENIZER_CONFIG

ALL_MODELS.SMOLLM2_1_135M.tokenizerSource

readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-smolLm-2/resolve/v0.8.0/tokenizer.json" = SMOLLM2_1_TOKENIZER

ALL_MODELS.SMOLLM2_1_135M_QUANTIZED

SMOLLM2_1_135M_QUANTIZED: object

ALL_MODELS.SMOLLM2_1_135M_QUANTIZED.modelName

readonly modelName: "smollm2.1-135m-quantized" = 'smollm2.1-135m-quantized'

ALL_MODELS.SMOLLM2_1_135M_QUANTIZED.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-smolLm-2/resolve/v0.8.0/smolLm-2-135M/quantized/smolLm2_135M_8da4w.pte" = SMOLLM2_1_135M_QUANTIZED_MODEL

ALL_MODELS.SMOLLM2_1_135M_QUANTIZED.tokenizerConfigSource

readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-smolLm-2/resolve/v0.8.0/tokenizer_config.json" = SMOLLM2_1_TOKENIZER_CONFIG

ALL_MODELS.SMOLLM2_1_135M_QUANTIZED.tokenizerSource

readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-smolLm-2/resolve/v0.8.0/tokenizer.json" = SMOLLM2_1_TOKENIZER

ALL_MODELS.SMOLLM2_1_360M

SMOLLM2_1_360M: object

ALL_MODELS.SMOLLM2_1_360M.modelName

readonly modelName: "smollm2.1-360m" = 'smollm2.1-360m'

ALL_MODELS.SMOLLM2_1_360M.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-smolLm-2/resolve/v0.8.0/smolLm-2-360M/original/smolLm2_360M_bf16.pte" = SMOLLM2_1_360M_MODEL

ALL_MODELS.SMOLLM2_1_360M.tokenizerConfigSource

readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-smolLm-2/resolve/v0.8.0/tokenizer_config.json" = SMOLLM2_1_TOKENIZER_CONFIG

ALL_MODELS.SMOLLM2_1_360M.tokenizerSource

readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-smolLm-2/resolve/v0.8.0/tokenizer.json" = SMOLLM2_1_TOKENIZER

ALL_MODELS.SMOLLM2_1_360M_QUANTIZED

SMOLLM2_1_360M_QUANTIZED: object

ALL_MODELS.SMOLLM2_1_360M_QUANTIZED.modelName

readonly modelName: "smollm2.1-360m-quantized" = 'smollm2.1-360m-quantized'

ALL_MODELS.SMOLLM2_1_360M_QUANTIZED.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-smolLm-2/resolve/v0.8.0/smolLm-2-360M/quantized/smolLm2_360M_8da4w.pte" = SMOLLM2_1_360M_QUANTIZED_MODEL

ALL_MODELS.SMOLLM2_1_360M_QUANTIZED.tokenizerConfigSource

readonly tokenizerConfigSource: "https://huggingface.co/software-mansion/react-native-executorch-smolLm-2/resolve/v0.8.0/tokenizer_config.json" = SMOLLM2_1_TOKENIZER_CONFIG

ALL_MODELS.SMOLLM2_1_360M_QUANTIZED.tokenizerSource

readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-smolLm-2/resolve/v0.8.0/tokenizer.json" = SMOLLM2_1_TOKENIZER

ALL_MODELS.SSDLITE_320_MOBILENET_V3_LARGE

SSDLITE_320_MOBILENET_V3_LARGE: object

ALL_MODELS.SSDLITE_320_MOBILENET_V3_LARGE.modelName

readonly modelName: "ssdlite-320-mobilenet-v3-large" = 'ssdlite-320-mobilenet-v3-large'

ALL_MODELS.SSDLITE_320_MOBILENET_V3_LARGE.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-ssdlite320-mobilenet-v3-large/resolve/v0.8.0/coreml/ssdlite320_mobilenet_v3_large_coreml_fp16.pte" | "https://huggingface.co/software-mansion/react-native-executorch-ssdlite320-mobilenet-v3-large/resolve/v0.8.0/xnnpack/ssdlite320_mobilenet_v3_large_xnnpack_fp32.pte" = SSDLITE_320_MOBILENET_V3_LARGE_MODEL

ALL_MODELS.STYLE_TRANSFER_CANDY

STYLE_TRANSFER_CANDY: object

ALL_MODELS.STYLE_TRANSFER_CANDY.modelName

readonly modelName: "style-transfer-candy" = 'style-transfer-candy'

ALL_MODELS.STYLE_TRANSFER_CANDY.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-style-transfer-candy/resolve/v0.8.0/coreml/style_transfer_candy_coreml_fp32.pte" | "https://huggingface.co/software-mansion/react-native-executorch-style-transfer-candy/resolve/v0.8.0/xnnpack/style_transfer_candy_xnnpack_fp32.pte" = STYLE_TRANSFER_CANDY_MODEL

ALL_MODELS.STYLE_TRANSFER_CANDY_QUANTIZED

STYLE_TRANSFER_CANDY_QUANTIZED: object

ALL_MODELS.STYLE_TRANSFER_CANDY_QUANTIZED.modelName

readonly modelName: "style-transfer-candy-quantized" = 'style-transfer-candy-quantized'

ALL_MODELS.STYLE_TRANSFER_CANDY_QUANTIZED.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-style-transfer-candy/resolve/v0.8.0/coreml/style_transfer_candy_coreml_fp16.pte" | "https://huggingface.co/software-mansion/react-native-executorch-style-transfer-candy/resolve/v0.8.0/xnnpack/style_transfer_candy_xnnpack_int8.pte" = STYLE_TRANSFER_CANDY_QUANTIZED_MODEL

ALL_MODELS.STYLE_TRANSFER_MOSAIC

STYLE_TRANSFER_MOSAIC: object

ALL_MODELS.STYLE_TRANSFER_MOSAIC.modelName

readonly modelName: "style-transfer-mosaic" = 'style-transfer-mosaic'

ALL_MODELS.STYLE_TRANSFER_MOSAIC.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-style-transfer-mosaic/resolve/v0.8.0/coreml/style_transfer_mosaic_coreml_fp32.pte" | "https://huggingface.co/software-mansion/react-native-executorch-style-transfer-mosaic/resolve/v0.8.0/xnnpack/style_transfer_mosaic_xnnpack_fp32.pte" = STYLE_TRANSFER_MOSAIC_MODEL

ALL_MODELS.STYLE_TRANSFER_MOSAIC_QUANTIZED

STYLE_TRANSFER_MOSAIC_QUANTIZED: object

ALL_MODELS.STYLE_TRANSFER_MOSAIC_QUANTIZED.modelName

readonly modelName: "style-transfer-mosaic-quantized" = 'style-transfer-mosaic-quantized'

ALL_MODELS.STYLE_TRANSFER_MOSAIC_QUANTIZED.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-style-transfer-mosaic/resolve/v0.8.0/coreml/style_transfer_mosaic_coreml_fp16.pte" | "https://huggingface.co/software-mansion/react-native-executorch-style-transfer-mosaic/resolve/v0.8.0/xnnpack/style_transfer_mosaic_xnnpack_int8.pte" = STYLE_TRANSFER_MOSAIC_QUANTIZED_MODEL

ALL_MODELS.STYLE_TRANSFER_RAIN_PRINCESS

STYLE_TRANSFER_RAIN_PRINCESS: object

ALL_MODELS.STYLE_TRANSFER_RAIN_PRINCESS.modelName

readonly modelName: "style-transfer-rain-princess" = 'style-transfer-rain-princess'

ALL_MODELS.STYLE_TRANSFER_RAIN_PRINCESS.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-style-transfer-rain-princess/resolve/v0.8.0/coreml/style_transfer_rain_princess_coreml_fp32.pte" | "https://huggingface.co/software-mansion/react-native-executorch-style-transfer-rain-princess/resolve/v0.8.0/xnnpack/style_transfer_rain_princess_xnnpack_fp32.pte" = STYLE_TRANSFER_RAIN_PRINCESS_MODEL

ALL_MODELS.STYLE_TRANSFER_RAIN_PRINCESS_QUANTIZED

STYLE_TRANSFER_RAIN_PRINCESS_QUANTIZED: object

ALL_MODELS.STYLE_TRANSFER_RAIN_PRINCESS_QUANTIZED.modelName

readonly modelName: "style-transfer-rain-princess-quantized" = 'style-transfer-rain-princess-quantized'

ALL_MODELS.STYLE_TRANSFER_RAIN_PRINCESS_QUANTIZED.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-style-transfer-rain-princess/resolve/v0.8.0/coreml/style_transfer_rain_princess_coreml_fp16.pte" | "https://huggingface.co/software-mansion/react-native-executorch-style-transfer-rain-princess/resolve/v0.8.0/xnnpack/style_transfer_rain_princess_xnnpack_int8.pte" = STYLE_TRANSFER_RAIN_PRINCESS_QUANTIZED_MODEL

ALL_MODELS.STYLE_TRANSFER_UDNIE

STYLE_TRANSFER_UDNIE: object

ALL_MODELS.STYLE_TRANSFER_UDNIE.modelName

readonly modelName: "style-transfer-udnie" = 'style-transfer-udnie'

ALL_MODELS.STYLE_TRANSFER_UDNIE.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-style-transfer-udnie/resolve/v0.8.0/coreml/style_transfer_udnie_coreml_fp32.pte" | "https://huggingface.co/software-mansion/react-native-executorch-style-transfer-udnie/resolve/v0.8.0/xnnpack/style_transfer_udnie_xnnpack_fp32.pte" = STYLE_TRANSFER_UDNIE_MODEL

ALL_MODELS.STYLE_TRANSFER_UDNIE_QUANTIZED

STYLE_TRANSFER_UDNIE_QUANTIZED: object

ALL_MODELS.STYLE_TRANSFER_UDNIE_QUANTIZED.modelName

readonly modelName: "style-transfer-udnie-quantized" = 'style-transfer-udnie-quantized'

ALL_MODELS.STYLE_TRANSFER_UDNIE_QUANTIZED.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-style-transfer-udnie/resolve/v0.8.0/coreml/style_transfer_udnie_coreml_fp16.pte" | "https://huggingface.co/software-mansion/react-native-executorch-style-transfer-udnie/resolve/v0.8.0/xnnpack/style_transfer_udnie_xnnpack_int8.pte" = STYLE_TRANSFER_UDNIE_QUANTIZED_MODEL

ALL_MODELS.WHISPER_BASE

WHISPER_BASE: object

ALL_MODELS.WHISPER_BASE.isMultilingual

readonly isMultilingual: true = true

ALL_MODELS.WHISPER_BASE.modelName

readonly modelName: "whisper-base" = 'whisper-base'

ALL_MODELS.WHISPER_BASE.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-whisper-base/resolve/v0.8.0/xnnpack/whisper_base_xnnpack.pte" = WHISPER_BASE_MODEL

ALL_MODELS.WHISPER_BASE.tokenizerSource

readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-whisper-base/resolve/v0.8.0/tokenizer.json" = WHISPER_BASE_TOKENIZER

ALL_MODELS.WHISPER_BASE_EN

WHISPER_BASE_EN: object

ALL_MODELS.WHISPER_BASE_EN.isMultilingual

readonly isMultilingual: false = false

ALL_MODELS.WHISPER_BASE_EN.modelName

readonly modelName: "whisper-base-en" = 'whisper-base-en'

ALL_MODELS.WHISPER_BASE_EN.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-whisper-base.en/resolve/v0.8.0/xnnpack/whisper_base_en_xnnpack.pte" = WHISPER_BASE_EN_MODEL

ALL_MODELS.WHISPER_BASE_EN.tokenizerSource

readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-whisper-base.en/resolve/v0.8.0/tokenizer.json" = WHISPER_BASE_EN_TOKENIZER

ALL_MODELS.WHISPER_BASE_EN_QUANTIZED

WHISPER_BASE_EN_QUANTIZED: object

ALL_MODELS.WHISPER_BASE_EN_QUANTIZED.isMultilingual

readonly isMultilingual: false = false

ALL_MODELS.WHISPER_BASE_EN_QUANTIZED.modelName

readonly modelName: "whisper-base-en-quantized" = 'whisper-base-en-quantized'

ALL_MODELS.WHISPER_BASE_EN_QUANTIZED.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-whisper-base-quantized.en/resolve/v0.8.0/xnnpack/whisper_base_en_quantized_xnnpack.pte" = WHISPER_BASE_EN_QUANTIZED_MODEL

ALL_MODELS.WHISPER_BASE_EN_QUANTIZED.tokenizerSource

readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-whisper-base-quantized.en/resolve/v0.8.0/tokenizer.json" = WHISPER_BASE_EN_QUANTIZED_TOKENIZER

ALL_MODELS.WHISPER_SMALL

WHISPER_SMALL: object

ALL_MODELS.WHISPER_SMALL.isMultilingual

readonly isMultilingual: true = true

ALL_MODELS.WHISPER_SMALL.modelName

readonly modelName: "whisper-small" = 'whisper-small'

ALL_MODELS.WHISPER_SMALL.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-whisper-small/resolve/v0.8.0/xnnpack/whisper_small_xnnpack.pte" = WHISPER_SMALL_MODEL

ALL_MODELS.WHISPER_SMALL.tokenizerSource

readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-whisper-small/resolve/v0.8.0/tokenizer.json" = WHISPER_SMALL_TOKENIZER

ALL_MODELS.WHISPER_SMALL_EN

WHISPER_SMALL_EN: object

ALL_MODELS.WHISPER_SMALL_EN.isMultilingual

readonly isMultilingual: false = false

ALL_MODELS.WHISPER_SMALL_EN.modelName

readonly modelName: "whisper-small-en" = 'whisper-small-en'

ALL_MODELS.WHISPER_SMALL_EN.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-whisper-small.en/resolve/v0.8.0/xnnpack/whisper_small_en_xnnpack.pte" = WHISPER_SMALL_EN_MODEL

ALL_MODELS.WHISPER_SMALL_EN.tokenizerSource

readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-whisper-small.en/resolve/v0.8.0/tokenizer.json" = WHISPER_SMALL_EN_TOKENIZER

ALL_MODELS.WHISPER_SMALL_EN_QUANTIZED

WHISPER_SMALL_EN_QUANTIZED: object

ALL_MODELS.WHISPER_SMALL_EN_QUANTIZED.isMultilingual

readonly isMultilingual: false = false

ALL_MODELS.WHISPER_SMALL_EN_QUANTIZED.modelName

readonly modelName: "whisper-small-en-quantized" = 'whisper-small-en-quantized'

ALL_MODELS.WHISPER_SMALL_EN_QUANTIZED.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-whisper-small-quantized.en/resolve/v0.8.0/xnnpack/whisper_small_en_quantized_xnnpack.pte" = WHISPER_SMALL_EN_QUANTIZED_MODEL

ALL_MODELS.WHISPER_SMALL_EN_QUANTIZED.tokenizerSource

readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-whisper-small-quantized.en/resolve/v0.8.0/tokenizer.json" = WHISPER_SMALL_EN_QUANTIZED_TOKENIZER

ALL_MODELS.WHISPER_TINY

WHISPER_TINY: object

ALL_MODELS.WHISPER_TINY.isMultilingual

readonly isMultilingual: true = true

ALL_MODELS.WHISPER_TINY.modelName

readonly modelName: "whisper-tiny" = 'whisper-tiny'

ALL_MODELS.WHISPER_TINY.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-whisper-tiny/resolve/v0.8.0/xnnpack/whisper_tiny_xnnpack.pte" = WHISPER_TINY_MODEL

ALL_MODELS.WHISPER_TINY.tokenizerSource

readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-whisper-tiny/resolve/v0.8.0/tokenizer.json" = WHISPER_TINY_TOKENIZER

ALL_MODELS.WHISPER_TINY_EN

WHISPER_TINY_EN: object

ALL_MODELS.WHISPER_TINY_EN.isMultilingual

readonly isMultilingual: false = false

ALL_MODELS.WHISPER_TINY_EN.modelName

readonly modelName: "whisper-tiny-en" = 'whisper-tiny-en'

ALL_MODELS.WHISPER_TINY_EN.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-whisper-tiny.en/resolve/v0.8.0/xnnpack/whisper_tiny_en_xnnpack.pte" = WHISPER_TINY_EN_MODEL

ALL_MODELS.WHISPER_TINY_EN.tokenizerSource

readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-whisper-tiny.en/resolve/v0.8.0/tokenizer.json" = WHISPER_TINY_EN_TOKENIZER

ALL_MODELS.WHISPER_TINY_EN_QUANTIZED

WHISPER_TINY_EN_QUANTIZED: object

ALL_MODELS.WHISPER_TINY_EN_QUANTIZED.isMultilingual

readonly isMultilingual: false = false

ALL_MODELS.WHISPER_TINY_EN_QUANTIZED.modelName

readonly modelName: "whisper-tiny-en-quantized" = 'whisper-tiny-en-quantized'

ALL_MODELS.WHISPER_TINY_EN_QUANTIZED.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-whisper-tiny-quantized.en/resolve/v0.8.0/xnnpack/whisper_tiny_en_quantized_xnnpack.pte" = WHISPER_TINY_EN_QUANTIZED_MODEL

ALL_MODELS.WHISPER_TINY_EN_QUANTIZED.tokenizerSource

readonly tokenizerSource: "https://huggingface.co/software-mansion/react-native-executorch-whisper-tiny-quantized.en/resolve/v0.8.0/tokenizer.json" = WHISPER_TINY_EN_QUANTIZED_TOKENIZER

ALL_MODELS.YOLO26L_SEG

YOLO26L_SEG: object

ALL_MODELS.YOLO26L_SEG.modelName

readonly modelName: "yolo26l-seg" = 'yolo26l-seg'

ALL_MODELS.YOLO26L_SEG.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-yolo26-seg/resolve/v0.8.0/yolo26l-seg/xnnpack/yolo26l-seg.pte" = YOLO26L_SEG_MODEL

ALL_MODELS.YOLO26M_SEG

YOLO26M_SEG: object

ALL_MODELS.YOLO26M_SEG.modelName

readonly modelName: "yolo26m-seg" = 'yolo26m-seg'

ALL_MODELS.YOLO26M_SEG.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-yolo26-seg/resolve/v0.8.0/yolo26m-seg/xnnpack/yolo26m-seg.pte" = YOLO26M_SEG_MODEL

ALL_MODELS.YOLO26N_SEG

YOLO26N_SEG: object

ALL_MODELS.YOLO26N_SEG.modelName

readonly modelName: "yolo26n-seg" = 'yolo26n-seg'

ALL_MODELS.YOLO26N_SEG.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-yolo26-seg/resolve/v0.8.0/yolo26n-seg/xnnpack/yolo26n-seg.pte" = YOLO26N_SEG_MODEL

ALL_MODELS.YOLO26S_SEG

YOLO26S_SEG: object

ALL_MODELS.YOLO26S_SEG.modelName

readonly modelName: "yolo26s-seg" = 'yolo26s-seg'

ALL_MODELS.YOLO26S_SEG.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-yolo26-seg/resolve/v0.8.0/yolo26s-seg/xnnpack/yolo26s-seg.pte" = YOLO26S_SEG_MODEL

ALL_MODELS.YOLO26X_SEG

YOLO26X_SEG: object

ALL_MODELS.YOLO26X_SEG.modelName

readonly modelName: "yolo26x-seg" = 'yolo26x-seg'

ALL_MODELS.YOLO26X_SEG.modelSource

readonly modelSource: "https://huggingface.co/software-mansion/react-native-executorch-yolo26-seg/resolve/v0.8.0/yolo26x-seg/xnnpack/yolo26x-seg.pte" = YOLO26X_SEG_MODEL

Example

import { MODEL_REGISTRY } from 'react-native-executorch';

// List all model names
const names = Object.values(MODEL_REGISTRY).map(m => m.modelName);

// Find models by name substring
const whisperModels = Object.values(MODEL_REGISTRY)
.filter(m => m.modelName.includes('whisper'));