Models
Explore all available models on Privatemode. This page gives you a quick look at each model’s capabilities, modalities, and API endpoint.
Supported models
| Model Name | Model ID | Type | Modality | Context Window | API Endpoint |
|---|---|---|---|---|---|
| Gemma 3 27B | gemma-3-27b | Chat | Text, Image | 128k tokens | /v1/chat/completions |
| gpt-oss-120b | gpt-oss-120b | Chat | Text | 128k tokens | /v1/chat/completions, /v1/completions |
| Llama 3.3 70B | llama-3.3-70b | Chat | Text | 70k tokens | /v1/chat/completions, /v1/completions |
| Multilingual E5 Large | multilingual-e5-large | Embedding | Text | 512 tokens | /v1/embeddings |
| Qwen3-Coder 30B-A3B | qwen3-coder-30b-a3b | Chat | Text | 128k tokens | /v1/chat/completions, /v1/completions |
| Qwen3-Embedding 4B | qwen3-embedding-4b | Embedding | Text | 32k tokens | /v1/embeddings |
| Whisper large-v3 | whisper-large-v3 | Speech-to-text, Translation | Audio | 25 MB | /v1/audio/transcriptions, /v1/audio/translations |
For endpoint compatibility and usage examples, refer to each model’s detail page.