> For the complete documentation index, see [llms.txt](https://vordai.gitbook.io/vordai-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vordai.gitbook.io/vordai-docs/models.md).

# Models

### Live model catalog

GET <https://gateway.vordai.io/v1/models> is the source of truth for model IDs, context windows, output limits, capabilities, privacy metadata, usage ceilings, and published prices.

The current live catalog lists 30 text-model routes:

#### Claude

* claude-fable-5
* claude-opus-4.5
* claude-opus-4.6
* claude-opus-4.7
* claude-opus-4.8
* claude-opus-5
* claude-sonnet-4.5
* claude-sonnet-4.6
* claude-sonnet-5

#### DeepSeek and GLM

* deepseek-v4-flash
* deepseek-v4-pro
* glm-5.1
* glm-5.2
* tee-deepseek-v4-flash
* tee-glm-5.2

#### Gemini and Gemma

* gemini-3.5-flash
* gemini-3.5-flash-lite
* gemini-3.6-flash
* gemma-4-31b-it

#### GPT

* gpt-5.4
* gpt-5.6-sol
* gpt-oss-120b

#### Kimi

* kimi-k2.5
* kimi-k2.6
* kimi-k3
* tee-kimi-k2.6

#### Qwen

* free-qwen3-5-35b-a3b
* qwen3.5-122b-a10b
* qwen3.6-27b
* qwen3.6-35b-a3b

Availability is dynamic. Always read the live catalog immediately before a request.

### Signed catalog integrity

The model catalog is a signed taxonomy-v2 bundle. Clients may verify model\_taxonomy\_version, bundle\_digest, source\_bundle\_digest, publisher\_key\_id, and publisher\_signature.

The current live snapshot reports:

* model\_taxonomy\_version: 2
* bundle\_digest: sha256:c2b9b7986fe91e470524d2aad6679ba03bdfddf2cbcaaf31af59a6cb40f7a0c7
* source\_bundle\_digest: sha256:925a47cde1666bc9833fdabf8f566c28b75cae17c169b2cbacff93d47f8404d0
* publisher\_key\_id: embedded-catalog-ed25519-v1
* publisher\_signature: present

Interpret privacy\_tier, privacy\_capabilities, model\_sets, and traits as separate signed fields. None should be inferred from another.

### Model sets and traits

The uncensored model set applies only to models explicitly listed in model\_sets. The most\_uncensored trait is a recommendation signal and does not establish model-set membership or guarantee unrestricted model behavior.

In the current live catalog, every model\_sets array is empty. Every entry currently publishes the most\_uncensored trait, but this does not place any model in an uncensored model set or define absolute content behavior.

### Privacy tiers and capabilities

Vord publishes two privacy tiers: anonymized and private. TEE attestation and E2EE are separate signed privacy\_capabilities, not additional tiers.

The current catalog contains 28 anonymized routes and two private routes:

* tee-glm-5.2
* tee-kimi-k2.6

Both private routes currently declare e2ee and tee\_attestation. Verify the live route metadata and the documented evidence boundary before making a security claim.

Do not infer privacy from a model name or prefix. A tee-prefixed route is not private unless its live privacy\_tier says private.

### Tool and web-search capability

The current live catalog declares tools on 6 models, websearch on 5 models, and both capabilities on 5 models.

Use the capabilities array in the selected model entry. For exact built-in function schemas, read GET <https://gateway.vordai.io/v1/tools> and use the returned tool\_catalog\_version and tool\_catalog\_digest.

Web search is metered per actual invocation. Read metered\_unit\_prices and maximum\_usage from the selected live model entry.

### Pricing and limits

Token prices are published in microusd per million tokens. Context windows, output limits, maximum request characters, usage ceilings, and prices are model-specific live fields. Do not copy them from a model name or a stale snapshot.

### Video models

Video generation APIs and media-capable routes are Coming Soon. They remain under integration and are not generally available. No current text-model catalog entry should be interpreted as a generally available video-generation route.

### Selection checklist

1. Read GET /v1/models.
2. Select an exact live model ID.
3. Check privacy\_tier and privacy\_capabilities separately.
4. Check model\_sets and traits separately.
5. Check capabilities, prices, and maximum\_usage.
6. If using tools, read GET /v1/tools for the current exact schemas.
