# Get the price book

> Returns the global price book — the versioned per-provider/model unit prices used to compute usage cost at write time. Readable by any authenticated user.

<Heading
  as={"h1"}
  className={"openapi__heading"}
  children={"Get the price book"}
>
</Heading>

<MethodEndpoint
  method={"get"}
  path={"/api/v1/usage/prices"}
  context={"endpoint"}
>
  
</MethodEndpoint>

Returns the global price book — the versioned per-provider/model unit prices used to compute usage cost at write time. Readable by any authenticated user.

<ParamsDetails>
  
</ParamsDetails>

<RequestSchema
  {...require("./get-price-book.RequestSchema.json")}
>
  
</RequestSchema>

<StatusCodes
  {...require("./get-price-book.StatusCodes.json")}
>
  
</StatusCodes>
