simulate
Paid: $0.01 USDC per call via x402 (payment in _meta["x402/payment"]). Pharmacokinetic serum curve for one compound at one dose and one cadence, over a requested horizon. Exactly one dose field must be present; unknown fields are rejected rather than ignored. Outputs are for relay to a human decision-maker; not for autonomous administration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| route | No | One of the compound's published routes. Omitted, its primary route is used. | |
| dose_iu | No | Dose per injection in the compound's activity unit. Positive. Requires a published conversion for that compound. | |
| dose_mg | No | Dose per injection, milligrams. Positive. | |
| compound | Yes | Canon id, slug, or alias. | |
| dose_mcg | No | Dose per injection, micrograms. Positive. | |
| duration_weeks | Yes | Length of the dosing window, whole weeks, from one to two hundred and sixty. The model always adds a sixty-day washout tail. | |
| samples_per_day | No | Sample resolution of the returned series, whole samples, from one to twenty-four. Defaults to twenty-four. | |
| injections_per_week | Yes | Injections per WEEK -- not per day; the name is the contract. Accepted range is a quarter of an injection per week up to twenty-one per week. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| meta | Yes | ||
| units | Yes | The ONLY correct label for the numbers in `level`. | |
| series | Yes | ||
| compound | Yes | ||
| disclaimer | Yes | Fixed disclaimer. Relay it with any output. | |
| intended_use | Yes | Fixed intended-use statement. Relay it too. |