Skip to main content

For developers

We are building an API that should be boring to integrate with — predictable, documented and versioned.

The API is not publicly available. The example below shows the planned format and is not a working endpoint.

Planned functionality

  • Authentication with keys managed per environment.
  • Endpoints for conversation, document understanding and structured extraction.
  • Citations as part of the response.
  • Versioning per model version.
  • Defined rate limits and error format.
  • SDKs for common languages once the API stabilises.

Example of the planned format

POST /v1/chat/completions
Authorization: Bearer <token>
Content-Type: application/json

{
  "model": "arktis-1.0",
  "messages": [
    { "role": "user", "content": "Oppsummer vedtaket." }
  ],
  "grounding": { "sources": ["sak-2024-118"] },
  "trace": true
}

Illustration only. No keys, endpoints or secrets in this example are real.

Developer updates

Sign up for updates on the API, documentation and early access. We only send technical updates.

Technical updates

Be notified when the model card, evaluations and API documentation are published.

We use the address only for technical updates, and you can unsubscribe at any time.