Skip to main content

Overview

Vikat fetches its pricing and model parameter datasheets from https://vikat.ai/datasheet on startup and periodically in the background. In environments without outbound internet access, these fetches fail and Vikat cannot start. Both fields accept file:// URLs so you can load the datasheets from the local filesystem instead.

Setup

1. Download the datasheets on a machine with internet access:
Transfer the files to your air-gapped host (or bake them into your container image / Kubernetes volume). 2. Point Vikat at the local files in config.json:
file:// URLs require three slashes followed by an absolute path.
3. Ensure the files are accessible to the Vikat process at the configured paths before starting.

Keeping datasheets current

Vikat re-reads the file on every sync tick (pricing_sync_interval, minimum 3600 s).