AI Design Glossary
All the AI design terms you need to know, explained simply and clearly
Inference
The process where a trained AI model makes predictions or generates output on new inputs. In image generation, it corresponds to converting a prompt into an image.
Read MoreNegative Prompt
A text command that defines unwanted elements in AI image generation. The model generates images while avoiding the elements specified in the negative prompt.
Read MorePrompt
A text-based instruction or command given to AI models. It is used to describe the desired output and guides the model's generation process.
Read MorePrompt Engineering
A discipline that encompasses techniques and strategies for writing prompts to get the best results from AI models. It includes proper word choice, structuring, and parameter usage.
Read MoreToken
The basic unit used by AI models when processing text. It can be a word, word fragment, or character. Prompt length and model capacity are measured in token count.
Read More