Skip to content

Public pricing export

Public endpoint behind the SDK Pricing URL on Manage Models. No API key or session required.

Copy the URL from Manage Models (it includes your database config id), or call:

bash
curl -X GET "/api/pricing/export/<your-db-config-id>"

SDK usage

Replace the host and database config id with values from your ARMS deployment and the Manage Models SDK Pricing URL bar.

python
import elsai_arms

elsai_arms.init(
    otlp_endpoint="https://<your-arms-host>/api/ingest",
    otlp_headers={"x-api-key": "<api-key>"},
    pricing_json="https://<your-arms-host>/api/pricing/export/<your-db-config-id>",
)

The SDK is Python-only. pricing_json accepts a URL or a local file path. Units are USD per 1k tokens.

WARNING

The path contains your database config id. The response is pricing only (no secrets or traces), but share the URL only with systems that should read your model prices.

Copyright © 2026 elsai foundry.