← Volver al programa
AI Essentials: Understand Generative AI in 20 Minutes · Lección 5 de 8

5. Model vs Product, Temperature and Multimodal

Distinguish the model (engine) from the product built around it, and understand key settings like temperature and multimodal capabilities.

Think of a model as a car engine and a product as the finished car. The model is the raw power: a program trained to predict the most plausible next piece of text. The product is everything built around it — the interface, instructions, memory, document access, safety rules and tools. Two products using the exact same model can behave very differently because of what surrounds the engine. In OUPI, the same models power the chat, the agents and the agent layer, each configured with its own instructions and tools. Understanding this distinction helps you see that when an AI product improves, it is often the product layer that changed, not the engine itself.

Temperature is a setting that controls how adventurous the model is when picking the next word (token). At low temperature, the model sticks to the safest, most predictable choice — ideal for extracting data, writing code or stating facts. At higher temperature, it explores less obvious options, producing more varied and creative text — great for brainstorming or writing marketing copy.

Think of it like a dial between "play it safe" and "surprise me." If you are unsure which to choose, keep it low: you will get more reliable, consistent results. You can always turn it up when you want fresh ideas.

Consejo

When accuracy matters — numbers, names, legal references — keep temperature low and ground the model with your own documents or a web search. Creative task? Turn temperature up and iterate. The right setting depends on the stakes of the output.

"Multimodal" means a model can handle more than plain text. It might read images, interpret PDFs, listen to audio, or even generate images and speech. In OUPI, multimodal capabilities show up as attachments you can add in chat, image and video generation, transcription, and text-to-speech.

This matters because real work rarely lives in text alone. A multimodal model lets you drop in a photo of a whiteboard, a scanned invoice or a voice memo and get useful output — no manual transcription needed.

Two more concepts tie everything together. First, the context window: the total amount of text the model can consider at once — your message, the conversation history, attached documents and behind-the-scenes instructions. When the window fills up, the oldest parts are dropped. Second, the knowledge cutoff: the date where the model's training data ends. Anything after that date is unknown to the model unless you bring it in through search, documents or tools. If a model confidently discusses recent events without citing a source, treat it as a guess.

Consejo

The model does not learn from your conversations — it is fixed once trained. What makes it feel smarter over time in OUPI is the product layer: your memory, your skills and your documents are re-injected into the context each time. Your data is never used to train anyone else's model.

Para recordar

A model is the prediction engine; the product is everything built around it (instructions, memory, tools, interface). Temperature controls creativity vs. predictability — keep it low when accuracy matters. Multimodal models handle images, audio and more, not just text. The context window is the model's working memory per request, and the knowledge cutoff marks where its built-in knowledge ends. Understanding these concepts helps you use AI deliberately instead of by guesswork.