Multimodal AI: text, images, audio
- multimodal
- capabilities
Multimodal AI is a model that works with more than one kind of input — text, images, audio or documents — not just typed words. The practical payoff is simple: you can hand over the artefact itself instead of your description of it, which removes a whole layer of second-hand errors before the model even starts.
What each input adds
- Text is the most editable and the cheapest to correct. If you can type it, type it.
- Images carry layout, state and handwriting. A photo of a whiteboard keeps the arrows and groupings that a retyped list loses.
- Audio carries delivery — tone, hesitation, emphasis — that a transcript flattens. Useful for interviews and voice notes.
- Documents carry pages: tables, stamps, signature lines. What the model can use depends on whether it sees the pages or extracted text.
Hand over the artefact when it exists
When the material exists in a file, your description competes with it. “A chart showing sales rising” is a claim about a chart; the chart itself is the evidence. Attaching it lets the model read the axis labels, units and the actual shape of the line — details nobody transcribes reliably from memory.
The same logic applies the other way: when you need precision, put the exact text in the message. A voice note describing a contract clause is a summary; the clause is the clause.
Where each mode still fails
- Small text inside images: dense screenshots, footnotes and fine print are read approximately, not perfectly.
- Handwriting and stamps: legible handwriting is fine; a rushed margin note is a coin flip.
- Audio: accents, crosstalk and background noise degrade accuracy, and the model usually answers from an internal transcript you never see.
- Scans: a rotated or low-contrast scan can arrive as half a page. The model will answer anyway — it rarely announces what it could not read.
How an attached document reaches the model
- You choose the file — or the text — and attach it to the message.
- The system turns it into something the model can read: pages as images, a document as extracted text, audio as a transcript.
- The model answers from what that conversion produced — which is not always everything you sent.
- You check the answer against the original artefact, since it is the only source of truth in the room.
A bad example
Ask: “I uploaded a photo of our supplier’s invoice. Just confirm the total is what we agreed.”
One word back: “Confirmed.” The model cannot know what you agreed, and a photographed total is exactly the sort of small text that gets read approximately. You have a confident echo, not a check.
A better example
Ask: “The photo is a supplier invoice. List the line items and totals as a table, with a confidence note for any number that is hard to read. I will compare them against our purchase order.”
Now the model transcribes with a flag for uncertainty, and you keep the comparison — the part only you can do.
Why it works
Reading an image or a recording is still prediction: the model reads pixels or sound the way it reads words, and some readings are more reliable than others. Knowing which is which turns the modality into a decision. Precision text goes in as text, layout goes in as pages, delivery goes in as audio — and every mode ends with a check against the original, because the conversion in the middle is where information quietly drops.
Practice
Choose the input mode
Four requests land on your desk in the same hour. Each one has material that exists as an artefact — a photo, a document, a recording — and you have an AI assistant that accepts text, images, audio and documents.
Pick the request where handing over the artefact itself is clearly the right first move — and check why the others are weaker uses of the tool.
Hint
Ask two questions: does the material exist as a file, and does its layout or wording carry meaning that a retelling would lose?
The strongest use is the one where the model can read the source itself instead of your version of it.
Why this is the answer
Multimodal input pays off when fidelity matters and the source exists: a whiteboard photo keeps the structure that a retyped list destroys. When the material is already text you can copy, use text; when it is a general question, no attachment is needed; when it is your memory, accept that you are summarising a summary. Match the input to what the task actually needs to preserve.
Transfer
- Meetings: a photo of the whiteboard beats a retyped list; attach the photo and ask for decisions as columns.
- Support: a screenshot carries the error code and the button states that “it doesn’t work” cannot.
- Voice notes: paste the transcript when the exact wording matters, keep the audio when the delivery does.
- Any attachment: state what the file is and what you want extracted, then check the numbers.
Key takeaways
- Multimodal means handing over the artefact — image, audio, document — instead of your description of it.
- Each mode has a failure surface: fine print, accents, rotations, handwriting. The model rarely flags what it could not read.
- Whatever the input, the original stays the source of truth — check the answer against it.
Next
- Next lesson: Training vs inference — why this conversation does not retrain the model.
- Related: Context windows explains what there is room for once an attachment arrives.
- Terms: multimodal and token.