Aarhus Universitets segl
AI Lab Banner Logo

AI Lab: Chatbot Interfaces, Guides, and Templates


Join the AI Lab mailing list to receive news about model releases and platform updates: send an email to ai-lab_users.nat-join@maillist.au.dk with “subscribe” in the subject line.

Check out the guides below for a walkthrough of how to log on, create your first model, upload to the knowledge base, etc.


The AI Lab LLM branch provides three chatbot interface instances designed to support research, education, and administrative use cases.

All interfaces require AUID authentication and have different availability scopes:

  • LabBot | Research Chatbot Interface (available to staff only at NAT). AUID login required. Link: labbot.nat.au.dk
  • EduBot | Educational Chatbot Interface (available to staff and students at NAT). AUID login required. Link: edubot.nat.au.dk
  • ASSIST | Administrative Chatbot Interface (available to staff only at NAT). AUID login required. Link: assist.nat.au.dk

These services are restricted to the NAT network. Access is available when connected to the NAT network on campus or through the AU VPN (Cisco Secure Client) when working remotely. AUID authentication is required.


Note: LabBot and EduBot remain in BETA. As such, they are subject to ongoing changes, including updates, potential model renaming, model substitutions, and feature adjustments. Certain functionalities - such as Channels and Notes - may still be unstable or behave inconsistently in practice. Please be aware that EduBot does not offer generated follow-up prompts in the same way as LabBot, as it is designed to encourage independent reflection and engagement with the material.


If AI Lab has supported your work through access to AI infrastructure, platforms, models, services, or technical assistance, you are welcome to acknowledge that support in publications, theses, reports, presentations, or other research outputs using the following wording:

The authors acknowledge the AI Lab at the Faculty of Natural Sciences, Aarhus University, for providing AI infrastructure, platforms, models, services, and technical support used in this work. Further information is available at https://nat.au.dk/ailab.


Available Guides


Some guides currently reference models that are no longer available. Although the exact models have changed, the way you interact with and use the platforms remains largely unchanged. We are working to update the guides at the earliest opportunity.

Available Models


Available Models and Model-Persistent Name Mappings

AI Lab provides several persistent model names in EduBot and LabBot. Each profile is optimized for different tasks, ranging from fast everyday assistance to advanced reasoning, coding, and knowledge/RAG-based workflows.

To make future transitions easier, we're also introducing persistent model names. The idea is simple: instead of building against a specific model that may eventually be replaced, you can use names such as lab-rag or edu-coder (depending on the platform). If a newer model later proves to be a better fit for that use case, we'll be able to update the underlying model without requiring changes to your scripts, assistants, integrations, etc.

PurposeEduBotLabBot
Fast Chatedu-instant   Qwen3.8-27B (low)lab-instant   GLM-5.3-Flash (low)
Standard Assistantedu-standard   Qwen3.8-27B (xhigh) (in the works)lab-standard   GLM-5.3-Flash (high)
Retrieval/Knowledge Baseedu-rag   GLM-5.3-Flash (high)lab-rag   GLM-5.3-Flash (high)
Coding Assistantedu-coder   Qwen3.8-27B (xhigh) (in the works)lab-coder   GLM-5.3-Flash (max)
Deep Reasoning-lab-deep   GLM-5.3 (max)
Long Context-lab-long   GLM-5.3-Flash (max)

In EduBot, you select from the set of persistent model names shown in the table above.

In LabBot, you can either use these persistent model names or choose specific AI models directly (see the dropdown menus below for the current model lineup), giving you greater flexibility for experimentation, research, and advanced use cases.

Please note that if you are creating a custom chatbot in our platform (rather than simply using a model directly), you must choose a reasoning effort setting yourself. Use the drop-down menus below to see the available model variants, and refer to the guide for instructions on how to configure reasoning effort in the advanced parameter settings.

Qwen/Qwen3.8-27B

Summary


Qwen3.8-27B is the smallest (and quickest) model available in the AI Lab environment. This model took the LLM world by storm when it showed itself capable of having an incredible intelligence index at its size. Often, Qwen3.8 will get the job done. It's available at three reasoning effort levels (low, medium, xhigh). Artificial Analysis benchmarks show that it is one of the strongest open models in its size class, performing surprisingly close to much larger models on reasoning, coding, analysis, and multimodal tasks involving text and images. If you're unsure which model to choose, Qwen3.8-27B is an excellent default option.

Reasoning effort levels (see the guide on how to set these when working with a custom model in the workspace):

  • low:  efficient reasoning optimized for speed.
  • medium: balancing accuracy and speed.
  • xhigh (default): for complex tasks demanding thorough analysis. Consumes more tokens that the other reasoning efforts and requires extra processing time.

Technical Specifications


Technical specifications from https://artificialanalysis.ai/models/releases/qwen3-8-27b

ReasoningYes
Input modalitySupports: text, image
Output modalitySupports: text
Context window256k (ca. 384 A4 pages of size 12 Arial font)
Total parameters27B
Active parameters-
Model weightsHugging Face
PrecisionFP8 quantized

Qwen/Qwen3.8-Flash-Next

Summary


Within AI Lab, Qwen3.8-Flash-Next sits in a sweet spot between speed and reasoning. If you think of Qwen3.8-27B as your quicker, predictable default for standard daily assignments, and GLM-5.3-Flash as a heavier-duty engine for complex, multi-step workflows, Qwen3.8-Flash-Next is the hybrid that bridges the gap. It's available at three reasoning effort levels (low, medium, xhigh). While standard models like Qwen3.8-27B serve as reliable defaults for daily tasks, Flash-Next is optimized to keep long, text-heavy sessions moving quickly, which is especially useful as your chat history grows. This makes it an excellent choice when you need to cross-reference large amounts of academic material during fast-paced, interactive brainstorming or tutoring sessions.

Reasoning effort levels (see the guide on how to set these when working with a custom model in the workspace):

  • low:  efficient reasoning optimized for speed.
  • medium: balancing accuracy and speed.
  • xhigh (default): for complex tasks demanding thorough analysis. Consumes more tokens that the other reasoning efforts and requires extra processing time.

Technical Specifications


Technical specifications from https://artificialanalysis.ai/models/qwen3-8-flash-next

ReasoningYes
Input modalitySupports: text, image
Output modalitySupports: text
Context window256k (ca. 384 A4 pages of size 12 Arial font)
Total parameters180B
Active parameters6B
Model weightsHugging Face
PrecisionNVFP4 quantized

zai-org/GLM-5.3-Flash

Summary


GLM-5.3-Flash sits in an interesting middle ground between Qwen3.8-27B and the full GLM-5.3 model. It offers reasoning performance that is close to the largest frontier open models while also supporting image input, making it suitable for both complex text-based work and visual tasks. The model can analyze documents, screenshots, diagrams, charts, and other images, and can handle large amounts of information. While its name suggests speed, its main strength is not responsiveness but rather its combination of strong reasoning and multimodal capabilities. If you need a highly capably model than can work with both text and images, and occasionally tackle more demanding analytical tasks than Qwen3.8-27B and Qwen3.8-Flash-Next, GLM-5.3-Flash is an excellent choice. 

Reasoning effort levels (see the guide on how to set these when working with a custom model in the workspace):

  • low:  efficient reasoning optimized for speed. Best for tasks where faster responses matter more than deep analysis, but note that GLM-5.3-Flash's low reasoning is still quite capable.
  • high: balancing accuracy and speed for longer conversation history.
  • max (default): deep reasoning for complex tasks demanding thorough analysis and edge-case handling. This setting produces the highest-quality reasoning, but also consumes significantly more tokens and requires extra processing time.

Technical Specifications


Technical specifications from https://artificialanalysis.ai/models/glm-5-3-flash.

ReasoningYes
Input modalitySupports: text, image
Output modalitySupports: text
Context window256k (ca. 384 A4 pages of size 12 Arial font)
Total parameters320B
Active parameters18B
Model weightsHugging Face
PrecisionNVFP4 quantized

zai-org/GLM-5.3

Summary


GLM-5.3 is the most capable model available in the AI Lab environment and is designed for users who need the highest level of reasoning and problem-solving. It consistently ranks among the strongest open models available, achieving benchmark results that rival leading proprietary systems in areas such as coding, research, analysis, and agentic tasks. Responses are typically detailed and thorough, and the model, in higher reasoning efforts, is designed to spend time thinking through complex questions before answering. If you need maximum capability and deep reasoning, GLM-5.3 is the model to choose. However, do note that it only takes text as input and cannot analyze images.

Reasoning effort levels (see the guide on how to set these when working with a custom model in the workspace):

  • low:  efficient reasoning optimized for speed. Note that GLM-5.3's low reasoning is still quite capable.
  • high: balancing accuracy and speed for longer conversation history.
  • max (default): deep reasoning for complex tasks demanding thorough analysis and edge-case handling. This setting produces the highest-quality reasoning, but also consumes significantly more tokens and requires extra processing time.

Technical Specifications


Technical specifications from https://artificialanalysis.ai/models/glm-5-3

Reasoning & Reasoning EffortYes (low, high, max)
Input modalitySupports: text
Output modalitySupports: text
Context window256k (ca. 374 A4 pages of size 12 Arial font)
Total parameters753BB
Active parameters40B
Model weightsHugging Face (to be added)
Precision(to be added)

Retired Models

MiniMaxAI/MiniMax-M3 (MiniMax)

Summary


Good at breaking larger tasks into steps and working through them methodically. Useful for coding, editing documents, organizing information, spreadsheet-style work, and workflows where the chatbot model needs to plan before answering.

See https://artificialanalysis.ai/models/minimax-m3 for Intelligence and Performance Analysis.

MiniMax (Standard)

Uses adaptive reasoning, allowing the model to spend extra time on complex tasks when beneficial while responding quickly to simpler requests. Recommended for most users and most tasks.

Minimax-instant

Prioritizes speed and responsiveness by minimizing additional reasoning. Recommended for quick questions, summaries, drafting, and everyday interactions.

Technical Specifications


Technical specifications from https://artificialanalysis.ai/models/minimax-m3

ReasoningYes
Input modalitySupports: text, image
Output modalitySupports: text
Context window262k (ca. 374 A4 pages of size 12 Arial font)
Total parameters428B
Active parameters23B
Model weightsHugging Face
PrecisionNVFP4 quantized

moonshotai/Kimi-K2.6 (Kimi)

Summary


Good at handling longer chats, large documents, and complicated instructions without losing track of context. Works well for research, coding (especially front-end), debugging, summarizing dense material, and tasks where the model needs to follow many constraints at once.

See https://artificialanalysis.ai/models/kimi-k2-6 for Intelligence and Performance Analysis.

Kimi (Standard)

Can spend additional time working through complex tasks before answering. Recommended for research, coding, analysis, and work that requires careful reasoning.

Kimi-instant

Prioritizes speed and responsiveness while maintaining Kimi's core strengths. Recommended for quick questions, summaries, drafting, and everyday use.

Technical Specifications


Technical specifications from https://artificialanalysis.ai/models/kimi-k2-6

ReasoningYes
Input modalitySupports: text, image
Output modalitySupports: text
Context window196k (ca. 280 A4 pages of size 12 Arial font)
Total parameters1000B (1T)
Active parameters32B
Model weightsHugging Face
PrecisionNVFP4 quantized

zai-org/GLM-5.2 (GLM-)

Summary


Very strong for long coding tasks, agentic engineering, and workflows that need sustained reasoning over a large amount of context. Useful for projects where the chatbot needs to plan, test, revise, and continue making progress over many steps.

See https://artificialanalysis.ai/models/glm-5-2 for Intelligence and Performance Analysis.

GLM-max

Uses the highest level of reasoning available and may spend additional time exploring alternatives and verifying its approach. Best suited for difficult coding, deep research, advanced analysis, and complex multi-step tasks.

GLM-high

Uses enhanced reasoning to work through more complex problems before answering. Recommended for analysis, coding, research, and tasks requiring careful evaluation.

GLM-instant

Optimized for fast responses with no additional reasoning. Best for quick questions, summaries, drafting, and general chat.

Technical Specifications


Technical specifications from https://huggingface.co/zai-org/GLM-5.2

ReasoningYes
Input modalitySupports: text
Output modalitySupports: text
Context window262k (ca. 374 A4 pages of size 12 Arial font)
Total parameters753B
Active parameters40B
Model weightsHugging Face
Precision NVFP4 quantized