loading...
INTEGRATION

Observability for Custom LLM Workflows

Monitor custom LLM providers, internal models, hosted models, and gateways with traces, evals, cost, latency, and business context.
Hosted modelsGatewaysInternal models
Console Preview
Cost AttributionToken and model spend attributed to agents, workflows, sessions, and outcomes
spend +38% · traffic +20%
$3,412spend today
$0.19per session
31%of spend from 8% of sessions
retriestop cost driver
checkout-agent$1,412
support-agent$806
retrieval$514
eval runs$310
checkout-agent spike traced to a tool retry loop — affected sessions also complete 9% fewer tasks
Why teams use it

Keep one operating view across model providers

Use SDKs, OpenTelemetry, decorators, or REST APIs to instrument internal models, LLM gateways, and providers that do not have a native AnoSys integration.

What teams can do

Questions this answers

  • Compare providers and models in production
  • Detect latency, quality, and cost regressions
  • Attribute model behavior to workflows and outcomes
  • Govern internal and external model usage
  • Keep observability consistent across model vendors
What AnoSys Captures

Normalize model calls from hosted providers, internal models, and gateways into comparable records for latency, quality, cost, safety, and workflow context.

01

Prompt and completion metadata

02

Model parameters, latency, errors, and retries

03

Token usage, cost, and provider context

04

Quality, safety, relevance, and custom evals

05

Workflow, user, team, and business outcome context

Implementation Path

Start with the docs

Use the linked guide to install the collector or SDK, verify the endpoint, and send a small trace or event payload. Once data lands, connect it to dashboards, evals, alerts, and investigations.

@anosys_trace("custom-model-call")
def call_model(prompt):
    return provider.generate(prompt)
Custom LLM docs
FAQ

Does this require OpenTelemetry?

No. You can use OpenTelemetry, REST, SDK instrumentation, or decorators depending on your environment.

Can I redact content?

Yes. Payload capture can be controlled so sensitive prompts and completions are redacted or excluded.

Can I track cost?

Yes. AnoSys can capture token counts, provider cost, model cost, and custom cost attributes.

Can I monitor tool calls?

Yes. If your LLM workflow uses tools, functions, or external calls, AnoSys can capture them as spans or custom events.

Can I use this with enterprise security controls?

Yes. Enterprise teams can apply governance, access, audit, and sensitive data controls.