Back to models
VaultSealarca Vault

Qwen 3 32b Vault

qwen-3-32b-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

41K tokens

Maximum output

41K tokens

Format

OpenAI-compatible

Environment

Vault

Usage-based pricing

Prices in Swiss francs, per million tokens.

Input

CHF 0.250

Output

CHF 1.01

Cache read

CHF 0.025

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 path

Published capabilities

What this route exposes.

Tool calling
Reasoning
Structured output

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": "qwen-3-32b-vault",
    "messages": [{"role": "user", "content": "..."}]
  }'
The API key stays in your execution environment.