Model catalog

All supported Pryv API models.

This list is sourced from the backend model registry and reflects the models exposed by GET /v1/models.

How to query models

Public model list

Use GET /v1/models to populate selectors, then cache the list for hours. Use GET /v1/models/{id} for a single model details response.

The response is a list of { id, object, created, owned_by } entries.

List models

curl https://api.pryv.ai/v1/models \
  -H "Authorization: Bearer pryv_..."

Model details

curl https://api.pryv.ai/v1/models/gpt-5.2 \
  -H "Authorization: Bearer pryv_..."

Capability legend

Vision

Supports images via messages content parts.

PDF

Supports PDF uploads via the pdfs field.

Web search

Supports web search and URL fetching in the pipeline.

Availability

These are the models exposed to API keys.

Usage tips

  • Cache model lists for hours and refresh on demand.
  • Show capability badges (vision, PDF, web search) in selectors.
  • Use /v1/models/{id} for a single model detail view.

Production models

6 public models

These appear in GET /v1/models for production API keys.

OpenAI

GPT 5.1

OpenAI's latest flagship model

gpt-5.1Public API

Vision

Yes

PDF

Yes

Web search

Yes

OpenAI

GPT 5.2

OpenAI's newest flagship model

gpt-5.2Public API

Vision

Yes

PDF

Yes

Web search

Yes

Google

Gemini 3 Pro Preview

Preview release of Gemini 3 Pro (Google)

gemini-3-pro-previewPublic API

Vision

Yes

PDF

Yes

Web search

Yes

Anthropic

Claude Opus 4.5

Anthropic flagship reasoning model

claude-opus-4-5Public API

Vision

Yes

PDF

Yes

Web search

No

Anthropic

Claude Sonnet 4.5

Anthropic multimodal model

claude-sonnet-4-5Public API

Vision

Yes

PDF

Yes

Web search

No

xAI

Grok 4.1 Fast Reasoning

Fast reasoning model from xAI (4.1)

grok-4-1-fast-reasoningPublic API

Vision

Yes

PDF

Yes

Web search

Yes