Skip to content

Model Selection: Which Model for Which Use Case?

The noris “LLM as a Service” platform offers several models of varying size and strength. The right choice depends on the use case: small models excel at speed and low cost, large ones at reasoning quality and context length. This decision matrix helps you get started quickly.

Use CaseRecommended ModelWhy
Simple chat, classificationGemma 4 31BFast, cost-effective, multimodal
Complex reasoning, mathGPT-OSS 120BReasoning levels, chain-of-thought
Coding, repository-levelQwen 3.6 27BSWE-bench 77.2%, agentic coding
Long documents (1M+)GLM 5.21M context, IndexShare
RAG embeddingHarrier OSS 0.6BCompact, fast, RAG-optimized
RAG rerankingBGE Reranker v2 M3Multilingual, precise
Multilingual RAG rerankingJina Reranker v20.3B, high throughput

Beyond the primary use case, further criteria influence the choice:

  • Context Length: How many tokens need to fit in a prompt? For long documents or entire repositories, prefer GLM 5.2 with up to 1M tokens of context. Smaller models are often sufficient if you’re already feeding short candidates via RAG.
  • Cost: Larger models consume more tokens per request and cost more AI-Punkte. For bulk classification tasks, a compact model like Gemma 4 31B pays off.
  • Latency: Larger models respond more slowly, especially with long contexts. For interactive chat applications with strict response-time requirements, prefer smaller models or enable Streaming.
  • Tier: Prefer LTS versions for production environments. Experimental or short-cycle releases are suitable for testing and evaluation but shouldn’t be integrated directly into business-critical pipelines.

A complete overview of all available models, including context lengths and status, is available in the Models overview.