Back to models
VaultSealarca Vault

Qwen 3 Embedding 8b Vault

qwen-3-embedding-8b-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

33K tokens

Maximum output

Not published

Format

OpenAI-compatible

Environment

Vault

Usage-based pricing

Prices in Swiss francs, per million tokens.

Input

CHF 0.050

Output

CHF 0.000

Cache read

Not applicable

Cache write

Not applicable

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.

No additional capability published.

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