Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 12 additions & 11 deletions docs/docs/03-hooks/01-natural-language-processing/useLLM.md
Original file line number Diff line number Diff line change
Expand Up @@ -567,14 +567,15 @@ const handleGenerate = async () => {

## Available models

| Model Family | Sizes | Quantized | Capabilities |
| ------------------------------------------------------------------------------------------ | :--------------------------: | :-------: | :----------: |
| [Hammer 2.1](https://huggingface.co/software-mansion/react-native-executorch-hammer-2.1) | 0.5B, 1.5B, 3B | ✅ | - |
| [Qwen 2.5](https://huggingface.co/software-mansion/react-native-executorch-qwen-2.5) | 0.5B, 1.5B, 3B | ✅ | - |
| [Qwen 3](https://huggingface.co/software-mansion/react-native-executorch-qwen-3) | 0.6B, 1.7B, 4B | ✅ | - |
| [Qwen 3.5](https://huggingface.co/software-mansion/react-native-executorch-qwen-3.5) | 0.8B, 2B | ✅ | - |
| [Phi 4 Mini](https://huggingface.co/software-mansion/react-native-executorch-phi-4-mini) | 4B | ✅ | - |
| [SmolLM 2](https://huggingface.co/software-mansion/react-native-executorch-smolLm-2) | 135M, 360M, 1.7B | ✅ | - |
| [LLaMA 3.2](https://huggingface.co/software-mansion/react-native-executorch-llama-3.2) | 1B, 3B | ✅ | - |
| [Bielik v3.0](https://huggingface.co/software-mansion/react-native-executorch-bielik-v3.0) | 1.5B | ✅ | - |
| [LFM2.5](https://huggingface.co/software-mansion/react-native-executorch-lfm-2.5) | 350M, 450M-VL, 1.2B, 1.6B-VL | ✅ | vision |
| Model Family | Sizes | Quantized | Capabilities |
| ------------------------------------------------------------------------------------------ | :--------------------------: | :-------: | :-----------: |
| [Hammer 2.1](https://huggingface.co/software-mansion/react-native-executorch-hammer-2.1) | 0.5B, 1.5B, 3B | ✅ | - |
| [Qwen 2.5](https://huggingface.co/software-mansion/react-native-executorch-qwen-2.5) | 0.5B, 1.5B, 3B | ✅ | - |
| [Qwen 3](https://huggingface.co/software-mansion/react-native-executorch-qwen-3) | 0.6B, 1.7B, 4B | ✅ | - |
| [Qwen 3.5](https://huggingface.co/software-mansion/react-native-executorch-qwen-3.5) | 0.8B, 2B | ✅ | - |
| [Phi 4 Mini](https://huggingface.co/software-mansion/react-native-executorch-phi-4-mini) | 4B | ✅ | - |
| [SmolLM 2](https://huggingface.co/software-mansion/react-native-executorch-smolLm-2) | 135M, 360M, 1.7B | ✅ | - |
| [LLaMA 3.2](https://huggingface.co/software-mansion/react-native-executorch-llama-3.2) | 1B, 3B | ✅ | - |
| [Bielik v3.0](https://huggingface.co/software-mansion/react-native-executorch-bielik-v3.0) | 1.5B | ✅ | - |
| [LFM2.5](https://huggingface.co/software-mansion/react-native-executorch-lfm-2.5) | 350M, 450M-VL, 1.2B, 1.6B-VL | ✅ | vision |
| [Gemma 4](https://huggingface.co/software-mansion/react-native-executorch-gemma-4) | E2B | ✅ | vision, audio |
Original file line number Diff line number Diff line change
Expand Up @@ -567,14 +567,15 @@ const handleGenerate = async () => {

## Available models

| Model Family | Sizes | Quantized | Capabilities |
| ------------------------------------------------------------------------------------------ | :--------------------------: | :-------: | :----------: |
| [Hammer 2.1](https://huggingface.co/software-mansion/react-native-executorch-hammer-2.1) | 0.5B, 1.5B, 3B | ✅ | - |
| [Qwen 2.5](https://huggingface.co/software-mansion/react-native-executorch-qwen-2.5) | 0.5B, 1.5B, 3B | ✅ | - |
| [Qwen 3](https://huggingface.co/software-mansion/react-native-executorch-qwen-3) | 0.6B, 1.7B, 4B | ✅ | - |
| [Qwen 3.5](https://huggingface.co/software-mansion/react-native-executorch-qwen-3.5) | 0.8B, 2B | ✅ | - |
| [Phi 4 Mini](https://huggingface.co/software-mansion/react-native-executorch-phi-4-mini) | 4B | ✅ | - |
| [SmolLM 2](https://huggingface.co/software-mansion/react-native-executorch-smolLm-2) | 135M, 360M, 1.7B | ✅ | - |
| [LLaMA 3.2](https://huggingface.co/software-mansion/react-native-executorch-llama-3.2) | 1B, 3B | ✅ | - |
| [Bielik v3.0](https://huggingface.co/software-mansion/react-native-executorch-bielik-v3.0) | 1.5B | ✅ | - |
| [LFM2.5](https://huggingface.co/software-mansion/react-native-executorch-lfm-2.5) | 350M, 450M-VL, 1.2B, 1.6B-VL | ✅ | vision |
| Model Family | Sizes | Quantized | Capabilities |
| ------------------------------------------------------------------------------------------ | :--------------------------: | :-------: | :-----------: |
| [Hammer 2.1](https://huggingface.co/software-mansion/react-native-executorch-hammer-2.1) | 0.5B, 1.5B, 3B | ✅ | - |
| [Qwen 2.5](https://huggingface.co/software-mansion/react-native-executorch-qwen-2.5) | 0.5B, 1.5B, 3B | ✅ | - |
| [Qwen 3](https://huggingface.co/software-mansion/react-native-executorch-qwen-3) | 0.6B, 1.7B, 4B | ✅ | - |
| [Qwen 3.5](https://huggingface.co/software-mansion/react-native-executorch-qwen-3.5) | 0.8B, 2B | ✅ | - |
| [Phi 4 Mini](https://huggingface.co/software-mansion/react-native-executorch-phi-4-mini) | 4B | ✅ | - |
| [SmolLM 2](https://huggingface.co/software-mansion/react-native-executorch-smolLm-2) | 135M, 360M, 1.7B | ✅ | - |
| [LLaMA 3.2](https://huggingface.co/software-mansion/react-native-executorch-llama-3.2) | 1B, 3B | ✅ | - |
| [Bielik v3.0](https://huggingface.co/software-mansion/react-native-executorch-bielik-v3.0) | 1.5B | ✅ | - |
| [LFM2.5](https://huggingface.co/software-mansion/react-native-executorch-lfm-2.5) | 350M, 450M-VL, 1.2B, 1.6B-VL | ✅ | vision |
| [Gemma 4](https://huggingface.co/software-mansion/react-native-executorch-gemma-4) | E2B | ✅ | vision, audio |
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,15 @@ See the full guide: [VisionCamera Integration](./visioncamera-integration.md).

## Supported models

| Model | Number of keypoints | Keypoint list | Multi-size Support |
| ------------------------------------------------------------------------------------------- | ------------------- | ----------------------------------------------------------- | ------------------ |
| [YOLO26N-Pose](https://huggingface.co/software-mansion/react-native-executorch-yolo26-pose) | 17 | [COCO](../../06-api-reference/enumerations/CocoKeypoint.md) | Yes (384/512/640) |
| Model | Number of keypoints | Keypoint list | Multi-size Support |
| ------------------------------------------------------------------------------------------------------------- | ------------------- | ----------------------------------------------------------- | ------------------ |
| [YOLO26N-Pose](https://huggingface.co/software-mansion/react-native-executorch-yolo26-pose) | 17 | [COCO](../../06-api-reference/enumerations/CocoKeypoint.md) | Yes (384/512/640) |
| [RF-DETR Keypoint (preview)](https://huggingface.co/software-mansion/react-native-executorch-rfdetr-keypoint) | 17 | [COCO](../../06-api-reference/enumerations/CocoKeypoint.md) | No |

:::tip
YOLO models support multiple input sizes (384px, 512px, 640px). Smaller sizes are faster but less accurate, while larger sizes are more accurate but slower. Choose based on your speed/accuracy requirements.
:::

:::warning
`rfdetr_keypoint_preview` is a **preview weights** export and may be re-exported under a different constant once a stable version ships. It is a single-input-size model (no `inputSize` option) and ships `xnnpack`, `coreml`, and `mlx` backends — pass `{ backend }` to override the platform default, e.g. `models.pose_estimation.rfdetr_keypoint_preview({ backend: 'mlx' })`.
:::