gateway.veriops.io

OpenAI-compatible AI gateway. One-line URL change → signed receipts + cost optimization on every call.

Drop-in for the OpenAI SDK

client = OpenAI(
    api_key="sk-...",
    base_url="https://gateway.veriops.io/v1",
)

Vendors

VendorStatusEndpoint
OpenAIlive/v1/chat/completions (default)
Anthropicstub/v1/anthropic/messages
Mistralstub/v1/mistral/chat/completions

Header opt-ins

X-VeriOps-Optimize — comma-separated list of opt-ins.

cacheL1 content-addressed cache (default on)
receiptSigned per-call receipt to Firestore (default on)
routingAuto-swap gpt-4o → gpt-4o-mini / gpt-5-mini
nudgeAuto-append “Reply concisely” system instruction
json_forceAuto-force response_format=json_object on JSON-asking prompts
hdrHallucination Detection Receipt with logprob composite signal

Pricing

Performance-based: 20% of measured savings. Customer keeps 80%. No upfront, no platform fee on entry tier. Receipts are an add-on.

Streaming

Set stream: true on the request body. The gateway forwards the SSE stream live (TTFB unchanged) and emits a Compliance receipt at the trailing usage chunk.

Verify the proxy

Vendor introspection endpoint: GET /v1/_meta/vendors

VeriOps is built by Clouthier Simulation Labs — veriops.io