On this page
AI Model Documentation

AI models & suppliers

DirectCase generates answers and summaries with third-party and self-hosted AI models. This page is the authoritative, always-current list of the AI suppliers we work with and the models the Service uses — including how each model handles your data. It is incorporated by reference into our Terms & Conditions as the "AI Model Documentation".

Overview

Every model below is marked with one of three data-handling classes describing what happens to your prompts and the model's answers at the supplier:

This page is generated from the same registry our application reads, so it reflects the models actually in production. Your contractual rights around these suppliers and models are set out in the Terms & Conditions; how we process personal data is covered by the Privacy Policy and the DPA. Looking for the research connector instead? See the MCP connector documentation.

Data handling classes

Zero Data Retention

The supplier does not store your prompts (Input) or the model's responses (Output) at rest after the response is returned, and does not use them for training. Transient, in-memory processing that exists only for the duration of the request does not count as retention; for our ZDR configuration, prompt caching is additionally disabled and abuse-logging is opted out, and processing is pinned to the EU. Note that ZDR describes the supplier's handling — DirectCase itself still stores your conversation history in the app (deleted after 90 days, per the DPA).

Self-hosted · Zero Data Retention

The model is an open-weights model operated entirely by DirectCase on infrastructure we control, and it is Zero Data Retention as well: your prompts and the model's outputs are processed in memory only for the duration of the request and are never stored at rest, logged or used for training. They never reach a third-party AI model provider. The GPU host provides raw compute only — it has no model-provider role and no access to your data as a service; it is listed as an infrastructure sub-processor in our DPA. As with every class, DirectCase itself still stores your conversation history in the app (deleted after 90 days, per the DPA).

Standard

The model runs on the supplier's API under the supplier's business terms. Suppliers may retain API data for a limited period (typically for abuse monitoring) as described in their linked data-usage policies, but do not use business-tier API data to train their models. If your engagement requires that prompts never be retained by a third-party supplier, choose a Zero Data Retention or Self-hosted model.

Suppliers

The suppliers involved in serving AI features, with links to the terms that govern each of them. Suppliers marked as sub-processors also appear in the sub-processor table of our DPA (Appendix A of the Terms).

Supplier Data processed in Role Sub-processor Terms
Google LLC (Google Cloud Vertex AI)

EU processing available: the Zero Data Retention configuration runs in a dedicated EU Vertex AI project with EU data residency and EU ML processing.

Global routing (standard) / EU (Zero Data Retention project) AI model provider Yes
OpenAI, Inc. USA AI model provider Yes
Anthropic, PBC USA AI model provider Yes
DirectCase s.r.o. (self-hosted)

Open-weights models operated entirely by DirectCase (vLLM). Prompts and outputs never reach a third-party model provider; GPU compute is rented from RunPod as infrastructure only.

EU Self-hosted operator No
RunPod, Inc.

Provides GPU compute for DirectCase self-hosted models. Infrastructure only — no model-provider access to prompts or outputs; weights and inference are operated by DirectCase.

EU GPU infrastructure Yes
Hetzner Online GmbH

Primary application and data hosting (listed in the DirectCase DPA). Not an AI model provider.

EU Hosting infrastructure Yes
Amazon Web Services, Inc.

Supporting cloud infrastructure (listed in the DirectCase DPA). Not an AI model provider.

EU Hosting infrastructure Yes

Models

The models currently available in the Service, grouped by supplier. The plans a model is available on are shown per model; see Availability by plan for the full matrix.

Google Cloud Vertex AI

Gemini models run on Google Cloud Vertex AI (never the consumer Gemini apps or the free developer API). We operate two separate Google Cloud projects: a standard project with global routing, and a dedicated EU project configured for Zero Data Retention that serves the ZDR model exclusively.

Gemini 3.8 Flash gemini-3.8-flash Default Recommended
Standard

Google's fast frontier model running on Google Cloud Vertex AI. The default and recommended model — strong legal reasoning over long documents at low latency.

Implicit caching Global routing (may include the USA) BasicProPremiumEnterprise
Gemini 3.8 Flash · Zero Data Retention gemini-3.8-flash
Zero Data Retention

The same Gemini 3.8 Flash, served from a dedicated EU Vertex AI project configured for Zero Data Retention: prompt caching disabled and abuse-logging opted out, with EU data residency and EU ML processing. No cross-vendor fallback — if the model is unavailable the request fails rather than leaving the ZDR boundary.

Caching disabled Hosted in the EU Enterprise No cross-vendor fallback

OpenAI

GPT models are accessed through the OpenAI API under OpenAI's business terms. API data is not used to train OpenAI's models.

GPT-5.6 Terra gpt-5.6-terra
Standard

OpenAI's flagship model via the OpenAI API. Large context window suited to multi-document review.

No caching Hosted in the USA PremiumEnterprise

Anthropic

Claude models are accessed through the Anthropic API under Anthropic's commercial terms. API data is not used to train Anthropic's models.

Claude 5 Sonnet claude-sonnet-5
Standard

Anthropic's Claude via the Anthropic API. Careful, citation-faithful drafting and analysis.

No caching Hosted in the USA PremiumEnterprise

DirectCase self-hosted

Open-weights models we run ourselves with vLLM on rented GPU infrastructure. DirectCase controls the weights, the inference stack and the logs; no third-party AI model provider is involved at any point. Zero Data Retention: prompts and outputs are processed in memory only and are never stored, logged or used for training.

Qwen 3.8 · Zero Data Retention qwen3.8-27b
Self-hosted · Zero Data Retention

An open-weights model operated entirely by DirectCase on our own GPU infrastructure (vLLM). Zero Data Retention: prompts and outputs are processed in memory only and are never stored, logged or used for training; they never reach a third-party model provider — the GPU host provides compute only. No cross-vendor fallback — if the model is unavailable the request fails rather than sending your data to a third-party supplier.

In-memory only Hosted in the EU ProPremiumEnterprise No cross-vendor fallback

Internal models

Utility models the Service uses behind the scenes (naming chat threads). They process the same conversation content under the same supplier terms and the same no-training commitments as the chat models.

Model Vendor model Purpose Data handling
Qwen 3.8 (chat titles) qwen3.8-27b Internal utility model that names chat threads. Self-hosted: only the first 10,000 characters of the opening message are used, and on timeout the title falls back to a local heuristic — never to a cloud model. Self-hosted · Zero Data Retention

Where your data lives

Where the models run is only half the picture — this is where DirectCase itself keeps your data:

Application & databases
The DirectCase application, its databases (including your conversation history) and the legal-source corpus run on Hetzner infrastructure in the EU.
Files you upload
Stored in Amazon S3 in the EU.
Backups
Database backups are AES-256-encrypted before leaving our infrastructure and stored in Amazon S3 in the EU.
Self-hosted models
Run on GPU capacity rented from RunPod in the EU. DirectCase operates the model, the inference server and its logs; the GPU host provides compute only.

Prompt caching

Prompt caching stores intermediate computational states so repeated context does not have to be reprocessed. Caching never means your data is shared with other customers — caches are scoped to DirectCase's account with the supplier. The classes used on this page:

Implicit caching
The supplier may transparently cache repeated prompt prefixes to reduce latency and cost. Cache entries are short-lived and scoped to our project.
Caching disabled
All prompt caching is disabled at the project level. Nothing about your request is reused across requests.
In-memory only
The inference server keeps transient key-value states in GPU memory while processing requests. Nothing is written to disk; memory is recycled continuously.
No caching
No prompt caching is used for this model.

Availability by plan

Model BasicProPremiumEnterprise
Gemini 3.8 Flash
Gemini 3.8 Flash · Zero Data Retention
GPT-5.6 Terra
Claude 5 Sonnet
Qwen 3.8 · Zero Data Retention

Fallback behaviour

If the standard cloud model you selected is temporarily unavailable, the Service can transparently retry your request with another frontier model so your work is not interrupted. The fallback order is:

  1. 1 Gemini 3.8 Flash
  2. 2 GPT-5.6 Terra
  3. 3 Claude 5 Sonnet
  • Fallback applies only between the standard cloud models above.
  • The Zero Data Retention and self-hosted models never fall back to another vendor — if the model you selected is unavailable, the request fails rather than sending your data outside the boundary you chose.

FAQ

Which model should I choose?
The default (recommended) model is the best balance of quality, speed and cost for legal research. Choose the Zero Data Retention model when a mandate or your bar's guidance requires that prompts are never retained by a third-party supplier; choose the self-hosted model when data must not reach any third-party AI provider at all — it is Zero Data Retention as well, operated by DirectCase. Neither ever falls back to another vendor.
What does Zero Data Retention actually guarantee?
That the supplier stores neither your prompts nor the model's responses at rest after the response is returned, does not use them for training, and — in our configuration — has prompt caching disabled and processing pinned to the EU. It does not change what DirectCase itself stores (your conversation history, deleted after 90 days per the DPA).
Do the AI suppliers train on my data?
No. Our contracts and configurations with every supplier exclude training on your content, and the same prohibition binds DirectCase itself — see the Terms & Conditions and the DPA.
Does the GPU host see my prompts for self-hosted models?
The GPU host rents us hardware; the model weights, the inference server and its logs are operated by DirectCase. The host has no model-provider role. It is listed as an infrastructure sub-processor in our DPA, like our other hosting providers.
What happens when models on this page change?
Adding, removing or upgrading a model from a supplier already listed here is an operational update — this page is updated and nothing changes about your rights. Engaging a new AI supplier that would process your data, or withdrawing Zero Data Retention status from a model, is a material change: we notify affected users by email at least 30 days in advance with a right to terminate, as set out in the Terms & Conditions.
Questions about a supplier, a model, or Zero Data Retention for your organisation? Contact us. Contractual details are in the Terms & Conditions.