the.ai

Multimodal / Architecture

verified

Any-to-Any Model

One model that takes any mixture of text, images and audio and produces any mixture back, rather than a text model with an image encoder bolted on. The appeal is that a single sequence of tokens makes no distinction between reading an image and writing one — the same machinery does both, and interleaving them costs nothing extra.

Viz primitive · budget-splitimage-tokens = 40

image-tokens holds 67% of the budget; rest holds the remaining 33%.

Tokens an image contributes to a mixed sequence, against the tokens of the text beside it, in tokens. Drag the image token count up to watch pixels take the sequence — and with it the quadratic attention cost, which is why the image side gets compressed first.

40

Reviewed by opendroid · 2026-08-18

  • arXiv:2405.09818 — Chameleon: Mixed-Modal Early-Fusion Foundation Models
  • arXiv:2301.12597 — BLIP-2: Bootstrapping Language-Image Pre-training with Frozen Image Encoders and Large Language Models