# SenseNova U1.5 8B MoT

URL: https://interfaze.ai/models/sensenovasensenova-u15-8b-mot

[All models](https://interfaze.ai/models)

SenseNova U1.5 8B MoT by sensenova, a any-to-any model with multimodal capabilities. Understand and compare multimodal features, benchmarks, and capabilities.

## Comparison

| Feature | SenseNova U1.5 8B MoT | Interfaze |
| --- | --- | --- |
| Input Modalities | text, image | image, text, audio, video, document |
| Native OCR | No | Yes |
| Long Document Processing | No | Yes |
| Language Support | unknown | 162+ |
| Native Speech-to-Text | No | Yes |
| Native Object Detection | No | Yes |
| Guardrail Controls | No | Yes |
| Context Input Size | 32K | 1M |
| Tool Calling | Yes | Tool calling supported + built in browser, code execution and web search |

### Scaling

| Feature | SenseNova U1.5 8B MoT | Interfaze |
| --- | --- | --- |
| Scaling | Self-hosted/Provider-hosted with quantization | Unlimited |

[Try Interfaze](https://interfaze.ai/dashboard)[Read the Docs](https://interfaze.ai/docs)

View model card on [Hugging Face](https://huggingface.co/sensenova/SenseNova-U1.5-8B-MoT)

## Overview

**SenseNova-U1.5-8B-MoT** is our latest native unified multimodal checkpoint for more accurate, consistent, reliable, and aesthetically compelling visual creation. Built on [NEO-unify](https://huggingface.co/blog/sensenova/neo-unify), it strengthens the patchify layers, data quality and distribution, task formulation, prompt enhancement, and post-training pipeline.

The official release focuses on six user-visible improvements:

-   **Higher-quality image generation:** improved composition and color harmony, with more realistic material rendering, natural lighting, stronger visual fidelity, and finer local details.
-   **Better text rendering and infographic generation:** more legible Chinese and English text, with clearer information hierarchy in posters, infographics, brand assets, and other text-dense designs.
-   **More efficient native 4K generation:** more coherent global structure, color harmony, and stable high-resolution output with improved generation efficiency.
-   **More reliable native image editing:** stronger preservation of subject identity and unedited content across local, text, multi-reference, insertion, and replacement edits.
-   **Stronger complex-instruction following:** more consistent execution of object counts, spatial relationships, layouts, styles, and multiple constraints within a single request.
-   **More precise visual control:** more accurate region- and object-level control through bounding boxes, visual markers, and single- or multi-image references.

## Showcases

## Key Benchmarks

## Quick Start

The reference inference implementation is available in the [SenseNova-U1 GitHub repository](https://github.com/OpenSenseNova/SenseNova-U1/tree/refs/heads/feat/u1.5).

### Installation

```
git clone https://github.com/OpenSenseNova/SenseNova-U1.git
cd SenseNova-U1
uv sync
source .venv/bin/activate
```

The upstream environment uses Python 3.11, PyTorch 2.8, and CUDA 12.8. For other CUDA versions and optional FlashAttention configurations, see the [installation guide](https://github.com/OpenSenseNova/SenseNova-U1/blob/refs/heads/feat/u1.5/docs/installation.md).

### Text-to-Image

```
python examples/t2i/inference.py \
  --model_path sensenova/SenseNova-U1.5-8B-MoT \
  --prompt "A cinematic mountain lake at sunrise, realistic photography." \
  --width 2048 --height 2048 \
  --device_map auto \
  --output output.png
```

### Image Editing

```
python examples/editing/inference.py \
  --model_path sensenova/SenseNova-U1.5-8B-MoT \
  --image input.png \
  --prompt "Change the jacket to cobalt blue. Preserve the face, pose, background, lighting, and framing." \
  --output edited.png
```

See the [inference examples](https://github.com/OpenSenseNova/SenseNova-U1/blob/refs/heads/feat/u1.5/examples/README.md) for more options, supported resolutions, and batch processing.

## Best Practices

Direct natural-language prompts work well for clear tasks with few constraints. For complex generation or editing, use prompt enhancement when additional planning is needed and explicitly specify what should remain unchanged.

See the **[SenseNova-U1.5 Cookbook](https://github.com/OpenSenseNova/SenseNova-U1/blob/refs/heads/feat/u1.5/docs/u1.5_best_practices.md)** for setup instructions and optional Image PE, Caption-to-Prompt, and Editing PE recipes.

## 🌐 Use with SenseNova-Studio

The fastest way to experience SenseNova-U1.5 is through **[SenseNova-Studio](https://unify.light-ai.top/)** — a 🆓 free online playground where you can try the model directly in your browser, no installation or GPU required.

## Ongoing Improvements

The official release improves upon the Preview, though challenges remain in:

-   **Over-emphasized details or colors:** some prompts may produce excessive high-frequency detail or oversaturated colors, which can often be mitigated by lowering `cfg_scale`.
-   **Dense text errors:** dense, lengthy, small, or mixed Chinese-English text may contain errors.
-   **Constrained layouts:** exact counts, alignment, or hierarchy may be imperfect in highly constrained layouts.
-   **Unstable human details:** small faces, hands, limbs, and fine-grained object structures may remain unstable.
-   **Complex editing drift:** broad, multi-turn, or multi-reference edits may drift, especially when many regions must be preserved simultaneously.

## Models

| Model | Stage | HF Weights |
| --- | --- | --- |
| SenseNova-U1.5-8B-MoT | RL | 🤗 Model |
| SenseNova-U1.5-8B-MoT-SFT | Supervised fine-tuning | 🤗 Model |

## 🌐 Join the Community!

Join our growing community to share feedback, get support, and stay updated on the latest SenseNova-U1 developments — we'd love to hear from you!

## Citation

If this project is helpful for your research, please consider starring the repository and citing:

```
@misc{sensenova2026neounify,
  title        = {NEO-unify: Building Native Multimodal Unified Models End to End},
  author       = {SenseNova},
  journal      = {Hugging Face blog},
  url          = {https://huggingface.co/blog/sensenova/neo-unify},
  year         = {2026}
}

@article{sensenova2026sensenovau1,
  title        = {SenseNova-U1: Unifying Multimodal Understanding and Generation with NEO-unify Architecture},
  author       = {Diao, Haiwen and Wu, Penghao and Deng, Hanming and Wang, Jiahao and Bai, Shihao and Wu, Silei and Fan, Weichen and Ye, Wenjie and Tong, Wenwen and Fan, Xiangyu and others},
  journal      = {arXiv preprint arXiv:2605.12500},
  year         = {2026}
}
```

## License

This model is released under the [Apache 2.0 License](https://github.com/OpenSenseNova/SenseNova-U1/blob/refs/heads/feat/u1.5/LICENSE).

## Want more deterministic results?

[Try Interfaze](https://interfaze.ai/dashboard)[Read the Docs](https://interfaze.ai/docs)
