Animica x402 Directory

Directory

modell.halowerk.com

modell.halowerk.com publishes 11 machine-payable endpoints over the x402 protocol, priced from $0.002 to $0.005 per call. Each was probed directly; the response code below is what it returned.

Endpoints

EndpointMethodPriceProbe
/v1/context-plan GET $0.002 402
/v1/cost-estimate GET $0.002 402
/v1/drift-check GET $0.003 402
/v1/llm-catalog GET $0.005 402
/v1/model-router GET $0.002 402
/v1/openapi-to-mcp GET $0.002 402
/v1/openapi-validate GET $0.002 402
/v1/output-validate GET $0.002 402
/v1/tool-arg-validate GET $0.002 402
/v1/tool-compat GET $0.002 402
/v1/trace-grade GET $0.002 402

What these endpoints do

modell.halowerk.com/v1/context-plan

Plans the division of a long input for a given model. It reserves room for the system prompt, the expected answer and a safety margin, then works out how many chunks are needed and where to cut, prefe…

GET · $0.002 · probe 402

modell.halowerk.com/v1/cost-estimate

Works out what a call would cost. Give either the text itself or a token count, plus the expected output length, and get input, output, cache-read and cache-write cost per model with the total. Token …

GET · $0.002 · probe 402

modell.halowerk.com/v1/drift-check

Compares two submitted sample sets feature by feature and returns deterministic drift metrics. Continuous features are binned on the combined value range and receive PSI, Jensen-Shannon divergence and…

GET · $0.003 · probe 402

modell.halowerk.com/v1/llm-catalog

A comparison table of language models: input, output and cache prices per million tokens, context window, maximum output length, batch discount and a short note on what each is suited to. Filter by ve…

GET · $0.005 · probe 402

modell.halowerk.com/v1/model-router

Scores every catalogue model against one task and returns a ranked shortlist. You state the task kind, optionally a per-call budget in USD, how much speed matters, the input size and any vendor restri…

GET · $0.002 · probe 402

modell.halowerk.com/v1/openapi-to-mcp

Converts each OpenAPI operation into an MCP tool. Path, query and header parameters and the JSON request body are merged into one input schema, because MCP tools take exactly one; a name collision bet…

GET · $0.002 · probe 402

modell.halowerk.com/v1/openapi-validate

Reads an OpenAPI 3.x document and reports what would stop a machine consumer. Errors: missing openapi, info or paths; a path that declares no method; an internal $ref that resolves to nothing; a param…

GET · $0.002 · probe 402

modell.halowerk.com/v1/output-validate

Validates output against a JSON Schema and reports each violation with its JSON path, the rule it broke and a sentence saying what to change. Accepts either a parsed object or the raw string a model r…

GET · $0.002 · probe 402

modell.halowerk.com/v1/tool-arg-validate

Two checks in one. First the arguments are validated against the tool input schema and every violation is reported with its path and a sentence saying what to change. Second, values that satisfy the s…

GET · $0.002 · probe 402

modell.halowerk.com/v1/tool-compat

Compares a producer output schema against a consumer input schema and reports whether the two can be chained. Every required field of the consumer is looked for in the producer: exact name matches fir…

GET · $0.002 · probe 402

modell.halowerk.com/v1/trace-grade

Takes the steps of one agent run and returns a scored report. It counts identical tool calls (same tool, same arguments) as loops, finds the longest run of consecutive failures, marks calls whose resu…

GET · $0.002 · probe 402