Back to models
Vaultchutes
Glm.5.2 Vault
glm.5.2-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
128K tokens
Maximum output
8K tokens
Format
OpenAI-compatible
Environment
Vault
Usage-based pricing
Prices in Swiss francs, per million tokens.
Input
CHF 3.03
Output
CHF 9.60
Cache read
CHF 0.300
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
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": "glm.5.2-vault",
"messages": [{"role": "user", "content": "..."}]
}'The API key stays in your execution environment.