# List per-provider price overrides

> Returns the per-provider price overrides for this AI provider instance. An override prices this specific provider (e.g. an enterprise-negotiated rate or a gateway with markup) and wins over the global default at cost time. Authorized by the caller's access to the provider's project — so, unlike the global price book, a project's own overrides are visible here.

<Heading
  as={"h1"}
  className={"openapi__heading"}
  children={"List per-provider price overrides"}
>
</Heading>

<MethodEndpoint
  method={"get"}
  path={"/api/v1/ai-providers/{ai_provider_id}/prices"}
  context={"endpoint"}
>
  
</MethodEndpoint>

Returns the per-provider price overrides for this AI provider instance. An override prices this specific provider (e.g. an enterprise-negotiated rate or a gateway with markup) and wins over the global default at cost time. Authorized by the caller's access to the provider's project — so, unlike the global price book, a project's own overrides are visible here.

<Heading
  id={"request"}
  as={"h2"}
  className={"openapi-tabs__heading"}
>
  <Translate id="theme.openapi.request.title">Request</Translate>
</Heading>

<ParamsDetails
  {...require("./get-ai-provider-prices.ParamsDetails.json")}
>
  
</ParamsDetails>

<RequestSchema
  {...require("./get-ai-provider-prices.RequestSchema.json")}
>
  
</RequestSchema>

<StatusCodes
  {...require("./get-ai-provider-prices.StatusCodes.json")}
>
  
</StatusCodes>
