Back to models
Vaultchutes

Deepseek.v4.flash Vault

deepseek.v4.flash-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

64K tokens

Maximum output

8K tokens

Format

OpenAI-compatible

Environment

Vault

Usage-based pricing

Prices in Swiss francs, per million tokens.

Input

CHF 0.340

Output

CHF 0.680

Cache read

CHF 0.034

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

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