Back to models
VaultSealarca Vault
Qwen3.8 27b Vault
qwen3.8-27b-vault
General-purpose model available through the Sealarca API. This sheet describes the capabilities and prices published for its Vault route.
Published Vault route
Context
262K tokens
Maximum output
66K tokens
Format
OpenAI-compatible
Environment
Vault
Usage-based pricing
Prices in Swiss francs, per million tokens.
Input
CHF 0.970
Output
CHF 7.29
Cache read
CHF 0.097
Cache write
Same as input
What you choose
One model. One Vault route.
The model is general-purpose. Its public route is identified by the Vault suffix and remains compatible with your API integration.
View the data pathPublished capabilities
What this route exposes.
Tool calling
Reasoning
Structured output
Vision
Minimal example
POST /v1/chat/completions
curl https://sealarca.ch/v1/chat/completions \\
-H "Authorization: Bearer $SEALARCA_API_KEY" \\
-H "Content-Type: application/json" \\
-d '{
"model": "qwen3.8-27b-vault",
"messages": [{"role": "user", "content": "..."}]
}'The API key stays in your execution environment.
