Build on real-world signals.

Chronicle gives developers OpenAI-compatible endpoints for embeddings, retrieval, and signal intelligence across time-series and language data.

Model types for time-series workflows.

The API surface stays compact: send signal data and context, choose the model type that matches the workflow.

Embeddings

Available

Encode time-series, text, and metadata into one retrieval space.

Search, cluster, classify, and retrieve signals with natural-language context.

Forecasting

Coming soon

Forecast future signal windows with optional language context.

Designed for operational planning, sensor monitoring, and anomaly follow-up.

Text generation

Coming soon

Generate descriptions, incident summaries, and explanations from signal data.

Turn raw time-series windows into human-readable notes and reports.

Get started

Use the same client patterns teams already know. Change the base URL, choose a Chronicle model, and send text plus time-series inputs together.

pythonchronicle-embed-alpha
from openai import OpenAI

client = OpenAI(
    api_key="iai_...",
    base_url="https://inertialai.com/api/v1",
)

response = client.embeddings.create(
    model="chronicle-embed-alpha",
    input={
        "text": "pressure drop after thermal spike",
        "time_series": [0.42, 1.87, 0.95, 2.31, 0.18],
    },
)

embedding = response.data[0].embedding

Models and pricing

Usage-based pricing for API models. No platform fees, no seat licenses, and no output charge for embeddings.

Model
chronicle-embed-alpha
Status
Available
Input
Text + time-series
Context
2048 text / 65,534 TS
Price
$0.15 / 1M tokens

Cost calculator

Estimate monthly embedding usage by adjusting per-request context and request volume.

Estimated cost
$13.82

Based on chronicle-embed-alpha at $0.15 per 1M input tokens. Embedding output is not separately charged.

92.2M monthly billable tokens

Ready for production teams.

For proprietary data, high-volume workloads, and regulated environments.

Single tenant deployments
Role-based API key management
Custom model adaptation
Deployment planning and production support