Skip to main content

Drop-in Anthropic SDK shim for EvalOps llm-gateway routing

Project description

evalops-anthropic

Drop-in Anthropic SDK shim for stamping EvalOps organization scope, principal attribution, trace IDs, and provider references onto Anthropic-compatible requests.

This package wraps the official Anthropic SDKs so teams can route model calls through EvalOps with minimal code changes.

Python

pip install evalops-anthropic
from evalops_anthropic import Anthropic

client = Anthropic(organization_id="org_123", principal="user:ada@example.com")

message = client.messages.create(
    **client.with_provider_ref(
        {
            "model": "claude-sonnet-4.6",
            "max_tokens": 256,
            "messages": [{"role": "user", "content": "hello"}],
        }
    )
)

Node

npm install @evalops/anthropic
import { Anthropic } from "@evalops/anthropic";

const client = new Anthropic({
  organizationId: "org_123",
  principal: "user:ada@example.com",
});

const message = await client.messages.create(
  client.withProviderRef({
    model: "claude-sonnet-4.6",
    max_tokens: 256,
    messages: [{ role: "user", content: "hello" }],
  }),
);

Environment

  • EVALOPS_API_KEY or ANTHROPIC_API_KEY: Platform-issued bearer token.
  • EVALOPS_ORGANIZATION_ID: organization scope stamped into requests.
  • EVALOPS_PRINCIPAL: optional actor string for audit attribution.
  • EVALOPS_TRACE_ID: optional trace correlation ID.
  • EVALOPS_LLM_GATEWAY_ANTHROPIC_URL: Anthropic-compatible gateway base URL.
  • EVALOPS_LLM_GATEWAY_URL: fallback gateway base URL.
  • EVALOPS_PROVIDER_ENVIRONMENT: defaults to prod.
  • EVALOPS_PROVIDER_CREDENTIAL_NAME: optional provider ref credential name.
  • EVALOPS_PROVIDER_TEAM_ID: optional provider ref team ID.

Provider References

Use with_provider_ref or withProviderRef when a request should select a specific provider credential. Organizations with default provider routing can omit the helper and keep the vendor SDK call shape.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

evalops_anthropic-0.2.2.tar.gz (22.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

evalops_anthropic-0.2.2-py3-none-any.whl (3.2 kB view details)

Uploaded Python 3

File details

Details for the file evalops_anthropic-0.2.2.tar.gz.

File metadata

  • Download URL: evalops_anthropic-0.2.2.tar.gz
  • Upload date:
  • Size: 22.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for evalops_anthropic-0.2.2.tar.gz
Algorithm Hash digest
SHA256 1c5254675ede34bf8c181aeb266b2a4590b47bef94bdbee7c37516a96d6704ad
MD5 319c0ed7c9fb95ff4c84d2095ed10b29
BLAKE2b-256 127bc5abf2577afe54bf07c272ec7d7683d141a4dae288dc731ba2233d853637

See more details on using hashes here.

File details

Details for the file evalops_anthropic-0.2.2-py3-none-any.whl.

File metadata

File hashes

Hashes for evalops_anthropic-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 ab9d8a450f0520d158adf38a2f003cbcba3283acdb8c109c40109f127a5ab9c7
MD5 ddfb6a9b45e87d03a095d6c9c0441a12
BLAKE2b-256 648d15cb362836b3f2409d2755116a584be159ebb0a40c850b3bba00475b3108

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page