API Reference
Models & Code Examples
Overview of available models with ready-to-run examples for every client-side SDK.
Quick-Start — Install the SDK and try any of our models in seconds:
See the table below for available models and their capabilities.
Security Warning: Never share your API key, be careful to not include it in version control systems, and never bundle it in with front-end client code.
Available Models
Model | Type | Short description |
---|---|---|
DeepSeek R1 70B (deepseek-r1-70b ) | Chat | High-performance reasoning model with exceptional benchmarks |
Mistral Small 3.1 24B (mistral-small-3-1-24b ) | Chat | Advanced multimodal model with extended context window |
Llama 3.3 70B (llama3-3-70b ) | Chat | Multilingual language model optimised for dialogue and reasoning |
Llama Guard 3 1B (llama-guard3-1b ) | Chat | Safety-focused model for content filtering and moderation |
Whisper Large V3 Turbo (whisper-large-v3-turbo ) | Audio | Fast, accurate speech-to-text transcription |
Nomic Embed Text (nomic-embed-text ) | Embedding | Open-source text embedding model that beats OpenAI Ada on benchmarks |
Code examples by model type
Below you can find minimal examples for each client library. Replace <YOUR_API_KEY>
with your key. The enclave and repo parameters are required for all API calls.
Chat models
Compatible models: deepseek-r1-70b
, mistral-small-3-1-24b
, llama3-3-70b
, llama-guard3-1b
Python
Node
Swift
Go
Audio models
Compatible models: whisper-large-v3-turbo
CLI
Python
Node
Swift
Go
Embedding models
Compatible models: nomic-embed-text