BAAI / Emu3-Chat

huggingface.co
Total runs: 1.0K
24-hour runs: -41
7-day runs: 14
30-day runs: 768
Model's Last Updated: October 24 2024
text-generation

Introduction of Emu3-Chat

Model Details of Emu3-Chat

Emu3: Next-Token Prediction is All You Need

Emu3 Team, BAAI

| Project Page | Paper | 🤗HF Models | github |

arch.

We introduce Emu3 , a new suite of state-of-the-art multimodal models trained solely with next-token prediction ! By tokenizing images, text, and videos into a discrete space, we train a single transformer from scratch on a mixture of multimodal sequences.

Emu3 excels in both generation and perception

Emu3 outperforms several well-established task-specific models in both generation and perception tasks, surpassing flagship open models such as SDXL, LLaVA-1.6 and OpenSora-1.2, while eliminating the need for diffusion or compositional architectures.

comparison.
Highlights
  • Emu3 is capable of generating high-quality images following the text input, by simply predicting the next vision token. The model naturally supports flexible resolutions and styles.
  • Emu3 shows strong vision-language understanding capabilities to see the physical world and provides coherent text responses. Notably, this capability is achieved without depending on a CLIP and a pretrained LLM.
  • Emu3 simply generates a video causally by predicting the next token in a video sequence, unlike the video diffusion model as in Sora. With a video in context, Emu3 can also naturally extend the video and predict what will happen next.
Quickstart
from PIL import Image
from transformers import AutoTokenizer, AutoModel, AutoImageProcessor, AutoModelForCausalLM
from transformers.generation.configuration_utils import GenerationConfig
import torch

import sys
sys.path.append(PATH_TO_BAAI_Emu3-Chat_MODEL)
from processing_emu3 import Emu3Processor

# model path
EMU_HUB = "BAAI/Emu3-Chat"
VQ_HUB = "BAAI/Emu3-VisionTokenizer"

# prepare model and processor
model = AutoModelForCausalLM.from_pretrained(
    EMU_HUB,
    device_map="cuda:0",
    torch_dtype=torch.bfloat16,
    attn_implementation="flash_attention_2",
    trust_remote_code=True,
)

tokenizer = AutoTokenizer.from_pretrained(EMU_HUB, trust_remote_code=True)
image_processor = AutoImageProcessor.from_pretrained(VQ_HUB, trust_remote_code=True)
image_tokenizer = AutoModel.from_pretrained(VQ_HUB, device_map="cuda:0", trust_remote_code=True).eval()
processor = Emu3Processor(image_processor, image_tokenizer, tokenizer)

# prepare input
text = "Please describe the image"
image = Image.open("assets/demo.png")

inputs = processor(
    text=text,
    image=image,
    mode='U',
    padding_side="left",
    padding="longest",
    return_tensors="pt",
)

# prepare hyper parameters
GENERATION_CONFIG = GenerationConfig(pad_token_id=tokenizer.pad_token_id, bos_token_id=tokenizer.bos_token_id, eos_token_id=tokenizer.eos_token_id)

# generate
outputs = model.generate(
    inputs.input_ids.to("cuda:0"),
    GENERATION_CONFIG,
    max_new_tokens=320,
)

outputs = outputs[:, inputs.input_ids.shape[-1]:]
print(processor.batch_decode(outputs, skip_special_tokens=True)[0])

Runs of BAAI Emu3-Chat on huggingface.co

1.0K
Total runs
-41
24-hour runs
-20
3-day runs
14
7-day runs
768
30-day runs

More Information About Emu3-Chat huggingface.co Model

More Emu3-Chat license Visit here:

https://choosealicense.com/licenses/apache-2.0

Emu3-Chat huggingface.co

Emu3-Chat huggingface.co is an AI model on huggingface.co that provides Emu3-Chat's model effect (), which can be used instantly with this BAAI Emu3-Chat model. huggingface.co supports a free trial of the Emu3-Chat model, and also provides paid use of the Emu3-Chat. Support call Emu3-Chat model through api, including Node.js, Python, http.

Emu3-Chat huggingface.co Url

https://huggingface.co/BAAI/Emu3-Chat

BAAI Emu3-Chat online free

Emu3-Chat huggingface.co is an online trial and call api platform, which integrates Emu3-Chat's modeling effects, including api services, and provides a free online trial of Emu3-Chat, you can try Emu3-Chat online for free by clicking the link below.

BAAI Emu3-Chat online free url in huggingface.co:

https://huggingface.co/BAAI/Emu3-Chat

Emu3-Chat install

Emu3-Chat is an open source model from GitHub that offers a free installation service, and any user can find Emu3-Chat on GitHub to install. At the same time, huggingface.co provides the effect of Emu3-Chat install, users can directly use Emu3-Chat installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

Emu3-Chat install url in huggingface.co:

https://huggingface.co/BAAI/Emu3-Chat

Url of Emu3-Chat

Emu3-Chat huggingface.co Url

Provider of Emu3-Chat huggingface.co

BAAI
ORGANIZATIONS

Other API from BAAI

huggingface.co

Total runs: 64.5M
Run Growth: -9.0M
Growth Rate: -13.93%
Updated:February 22 2024
huggingface.co

Total runs: 38.1M
Run Growth: 2.5M
Growth Rate: 6.56%
Updated:July 03 2024
huggingface.co

Total runs: 11.8M
Run Growth: -1.1M
Growth Rate: -9.17%
Updated:February 21 2024
huggingface.co

Total runs: 10.5M
Run Growth: -1.2M
Growth Rate: -11.22%
Updated:February 21 2024
huggingface.co

Total runs: 2.5M
Run Growth: 1.9M
Growth Rate: 78.69%
Updated:April 17 2024
huggingface.co

Total runs: 806.1K
Run Growth: -564.8K
Growth Rate: -70.07%
Updated:October 12 2023
huggingface.co

Total runs: 221.9K
Run Growth: -1.2M
Growth Rate: -532.53%
Updated:December 13 2023
huggingface.co

Total runs: 68.6K
Run Growth: 61.1K
Growth Rate: 89.01%
Updated:October 12 2023
huggingface.co

Total runs: 66.0K
Run Growth: -4.8K
Growth Rate: -7.24%
Updated:July 13 2026
huggingface.co

Total runs: 56.5K
Run Growth: -24.5K
Growth Rate: -43.41%
Updated:October 12 2023
huggingface.co

Total runs: 51.5K
Run Growth: -103.2K
Growth Rate: -200.32%
Updated:October 12 2023
huggingface.co

Total runs: 50.1K
Run Growth: 26.4K
Growth Rate: 52.63%
Updated:November 14 2023
huggingface.co

Total runs: 39.6K
Run Growth: -20.7K
Growth Rate: -52.36%
Updated:January 15 2025
huggingface.co

Total runs: 15.7K
Run Growth: -46
Growth Rate: -0.29%
Updated:April 16 2025
huggingface.co

Total runs: 10.7K
Run Growth: -13.9K
Growth Rate: -129.71%
Updated:October 12 2023
huggingface.co

Total runs: 4.9K
Run Growth: 4.3K
Growth Rate: 87.85%
Updated:April 19 2024
huggingface.co

Total runs: 4.9K
Run Growth: -8.0K
Growth Rate: -164.80%
Updated:May 20 2025
huggingface.co

Total runs: 3.6K
Run Growth: 2.7K
Growth Rate: 74.30%
Updated:September 11 2026
huggingface.co

Total runs: 2.1K
Run Growth: 1.6K
Growth Rate: 75.58%
Updated:December 31 2022
huggingface.co

Total runs: 1.9K
Run Growth: -13.3K
Growth Rate: -713.97%
Updated:January 15 2025
huggingface.co

Total runs: 1.8K
Run Growth: -269
Growth Rate: -15.28%
Updated:April 10 2026
huggingface.co

Total runs: 1.7K
Run Growth: -916
Growth Rate: -54.23%
Updated:April 10 2026
huggingface.co

Total runs: 1.6K
Run Growth: 1.1K
Growth Rate: 66.91%
Updated:November 28 2024
huggingface.co

Total runs: 1.2K
Run Growth: 247
Growth Rate: 20.51%
Updated:September 11 2026
huggingface.co

Total runs: 1.0K
Run Growth: 376
Growth Rate: 36.65%
Updated:October 23 2024
huggingface.co

Total runs: 833
Run Growth: 833
Growth Rate: 100.00%
Updated:September 16 2026
huggingface.co

Total runs: 782
Run Growth: -636
Growth Rate: -78.91%
Updated:February 07 2024
huggingface.co

Total runs: 764
Run Growth: -116
Growth Rate: -15.18%
Updated:May 23 2025
huggingface.co

Total runs: 530
Run Growth: -190
Growth Rate: -35.85%
Updated:July 13 2026
huggingface.co

Total runs: 489
Run Growth: 171
Growth Rate: 34.97%
Updated:April 10 2026
huggingface.co

Total runs: 430
Run Growth: -431
Growth Rate: -100.23%
Updated:April 18 2023
huggingface.co

Total runs: 412
Run Growth: -68
Growth Rate: -16.50%
Updated:July 13 2026
huggingface.co

Total runs: 383
Run Growth: -213
Growth Rate: -55.61%
Updated:October 27 2023
huggingface.co

Total runs: 373
Run Growth: -330
Growth Rate: -88.47%
Updated:August 11 2026
huggingface.co

Total runs: 349
Run Growth: -955
Growth Rate: -273.64%
Updated:August 11 2026
huggingface.co

Total runs: 326
Run Growth: 160
Growth Rate: 49.08%
Updated:July 13 2026
huggingface.co

Total runs: 325
Run Growth: 19
Growth Rate: 5.85%
Updated:July 13 2026
huggingface.co

Total runs: 311
Run Growth: -613
Growth Rate: -197.11%
Updated:December 25 2025
huggingface.co

Total runs: 290
Run Growth: -84
Growth Rate: -28.97%
Updated:July 13 2026
huggingface.co

Total runs: 287
Run Growth: -133
Growth Rate: -44.93%
Updated:March 07 2024
huggingface.co

Total runs: 273
Run Growth: -3.9K
Growth Rate: -1419.41%
Updated:April 10 2026
huggingface.co

Total runs: 258
Run Growth: -114
Growth Rate: -44.19%
Updated:April 10 2026
huggingface.co

Total runs: 246
Run Growth: 157
Growth Rate: 63.82%
Updated:August 18 2026
huggingface.co

Total runs: 244
Run Growth: -502
Growth Rate: -205.74%
Updated:December 25 2025
huggingface.co

Total runs: 227
Run Growth: -115
Growth Rate: -50.66%
Updated:June 06 2025
huggingface.co

Total runs: 222
Run Growth: -59
Growth Rate: -26.58%
Updated:July 17 2026
huggingface.co

Total runs: 212
Run Growth: -77
Growth Rate: -36.32%
Updated:July 13 2026
huggingface.co

Total runs: 206
Run Growth: 68
Growth Rate: 33.01%
Updated:April 02 2024
huggingface.co

Total runs: 205
Run Growth: -60
Growth Rate: -29.27%
Updated:July 13 2026
huggingface.co

Total runs: 184
Run Growth: 9
Growth Rate: 4.89%
Updated:July 13 2026
huggingface.co

Total runs: 177
Run Growth: -179
Growth Rate: -101.13%
Updated:October 23 2024
huggingface.co

Total runs: 176
Run Growth: 176
Growth Rate: 100.00%
Updated:September 05 2026
huggingface.co

Total runs: 172
Run Growth: 19
Growth Rate: 11.05%
Updated:June 24 2024
huggingface.co

Total runs: 171
Run Growth: 53
Growth Rate: 30.99%
Updated:August 23 2023
huggingface.co

Total runs: 167
Run Growth: -68
Growth Rate: -40.72%
Updated:April 10 2026
huggingface.co

Total runs: 164
Run Growth: 41
Growth Rate: 25.00%
Updated:July 13 2026
huggingface.co

Total runs: 160
Run Growth: -33
Growth Rate: -20.63%
Updated:May 13 2024
huggingface.co

Total runs: 158
Run Growth: -76
Growth Rate: -48.10%
Updated:May 13 2024
huggingface.co

Total runs: 158
Run Growth: 59
Growth Rate: 37.34%
Updated:March 13 2026
huggingface.co

Total runs: 156
Run Growth: -54
Growth Rate: -34.62%
Updated:July 13 2026
huggingface.co

Total runs: 154
Run Growth: 112
Growth Rate: 68.71%
Updated:November 02 2025