Skip to main content
GET
/
v1
/
pricing
Get LLM Pricing
curl --request GET \
  --url https://api.agentmark.co/v1/pricing
{
  "gpt-4o": {
    "promptPrice": 0.0025,
    "completionPrice": 0.01
  },
  "claude-opus-4-6": {
    "promptPrice": 0.015,
    "completionPrice": 0.075
  }
}

Response

200 - application/json

LLM pricing map (model-id → { promptPrice, completionPrice }).

{key}
object