Skip to main content
LETHE exposes two public model ids. Underlying provider routing is intentionally hidden, responses are sanitized so no upstream provider name leaks through, even in streamed output.
Claude Code’s default model ids (opus, sonnet, haiku) and any claude-* / anthropic.* id are automatically aliased to lethe, point Claude Code at LETHE with no model-name changes. lethe-private and lethe-text also alias to lethe; lethe-image aliases to lethe-vision.
If you send a vision/image input to lethe (text-only), the request is rejected with invalid_model, switch to lethe-vision.

List models

Get a single model

Requesting an unknown id returns 404 with code model_not_found.