How-To Chat with a model in YoKI
The following instructions explain step by step how you can select one of the numerous language models in YoKI and interact with them.
Notes on the selection of models
The URZ staff constantly strive to update and improve the models in YoKI. Please note that the models shown in the screenshots may be outdated. In the chapter “Presentation of the models,” you will find the latest selection of language models and a brief explanation of their special features.
Contents
Presentation of the models
YoKI currently includes two language models:
- GPT OSS 120B: This LLM is one of two open-source models from OpenAI and is designed for general language and text tasks. It is also known for its powerful reasoning capabilities relative to its fairly small model size. (Note: This model is set as the default.)
- Qwen 3 235B: This LLM is larger and more powerful than GPT OSS 120B. The model is composed of many smaller, so-called “expert models” in order to be able to solve a wide range of tasks.
Select a model
1. Open the YoKI web interface.
2. In the chat window, click on the model that is currently set in the upper left corner.

3. Select the model you want to interact with.
Note: You can filter for a specific model by name under “Search models...”. You can recognize the selected model by the check mark to the right of the model description.

4. Write a message in the message window and send it.

Tips for prompts
What is a prompt?
A prompt is an instruction sent to a large language model or AI system to obtain a specific action. It is our human input (e.g., text or voice input) that an AI system processes into an output (e.g., an image or text).
What do effective prompts look like?
There are a few tips that should be kept in mind when it comes to prompt engineering:
1. Defining the context and a role
- Instead of simply asking a question, it makes sense to also assign a role and situational context to an AI system.
-
Example:
- ❌ Not useful: “Write a blog article about microservices.”
- ✅ Useful: “As an experienced software architect with 15 years of experience in building distributed systems, write a technical blog article about patterns for microservices architecture.”
2. Clearly defined goals and limitations
- Specify your desired result and any restrictions. This will enable the AI system to work more closely on your problem or question.
-
Example:
- ❌ Not useful: “Help me with my Python code.”
- ✅ Useful: “Review this Python function for performance improvement. Focus on reducing memory usage and improving runtime complexity.”
3. Definition of the output format
- Define exactly how you want the information to be structured.
-
Example
- ❌ Not useful: “Tell me about different types of databases.”
- ✅ Useful: „Compare NoSQL and SQL databases based on the following aspects: use cases, performance characteristics, and scalability."
In general, your prompts should be detailed and explicitly state what you expect from the AI system.