---
title: "List Pricing Plans"
method: GET
path: "/v1/accounts/{account_id}/pricingPlans"
tags: ["gateway.openapi_Gateway"]
---

# List Pricing Plans

`GET /v1/accounts/{account_id}/pricingPlans`

## Path parameters

- `account_id` string, required

## Query parameters

- `pageSize` integer
- `pageToken` string
- `filter` string
- `orderBy` string
- `readMask` string

## Response `200`

A successful response.

- GatewayListPricingPlansResponse
  - `pricingPlans` GatewayPricingPlan[]
    - `name` string
    - `billingType` 'BILLING_TYPE_UNSPECIFIED' | 'TOKEN_USAGE' | 'ACCELERATOR_HOURS', required
    - `tokenConfig` PricingPlanTokenBillingConfig[]
      - `baseModelName` string, required
      - `inputTokenPricePerMillion` TypeMoney — Represents an amount of money with its currency type.
        - `currencyCode` string — The three-letter currency code defined in ISO 4217.
        - `units` string, int64 — The whole units of the amount. For example if `currencyCode` is `"USD"`, then 1 unit is one US dollar.
        - `nanos` integer — Number of nano (10^-9) units of the amount. The value must be between -999,999,999 and +999,999,999 inclusive. If `units` is positive, `nanos` must be positive or zero. If `units` is zero, `nanos` can be positive, zero, or negative. If `units` is negative, `nanos` must be negative or zero. For example $-1.75 is represented as `units`=-1 and `nanos`=-750,000,000.
      - `outputTokenPricePerMillion` TypeMoney, required — Represents an amount of money with its currency type.
        - `currencyCode` string — The three-letter currency code defined in ISO 4217.
        - `units` string, int64 — The whole units of the amount. For example if `currencyCode` is `"USD"`, then 1 unit is one US dollar.
        - `nanos` integer — Number of nano (10^-9) units of the amount. The value must be between -999,999,999 and +999,999,999 inclusive. If `units` is positive, `nanos` must be positive or zero. If `units` is zero, `nanos` can be positive, zero, or negative. If `units` is negative, `nanos` must be negative or zero. For example $-1.75 is represented as `units`=-1 and `nanos`=-750,000,000.
      - `uncachedInputTokenPricePerMillion` TypeMoney — Represents an amount of money with its currency type.
        - `currencyCode` string — The three-letter currency code defined in ISO 4217.
        - `units` string, int64 — The whole units of the amount. For example if `currencyCode` is `"USD"`, then 1 unit is one US dollar.
        - `nanos` integer — Number of nano (10^-9) units of the amount. The value must be between -999,999,999 and +999,999,999 inclusive. If `units` is positive, `nanos` must be positive or zero. If `units` is zero, `nanos` can be positive, zero, or negative. If `units` is negative, `nanos` must be negative or zero. For example $-1.75 is represented as `units`=-1 and `nanos`=-750,000,000.
      - `cachedInputTokenPricePerMillion` TypeMoney — Represents an amount of money with its currency type.
        - `currencyCode` string — The three-letter currency code defined in ISO 4217.
        - `units` string, int64 — The whole units of the amount. For example if `currencyCode` is `"USD"`, then 1 unit is one US dollar.
        - `nanos` integer — Number of nano (10^-9) units of the amount. The value must be between -999,999,999 and +999,999,999 inclusive. If `units` is positive, `nanos` must be positive or zero. If `units` is zero, `nanos` can be positive, zero, or negative. If `units` is negative, `nanos` must be negative or zero. For example $-1.75 is represented as `units`=-1 and `nanos`=-750,000,000.
    - `acceleratorHourConfig` PricingPlanAcceleratorHourBillingConfig[]
      - `acceleratorType` 'ACCELERATOR_TYPE_UNSPECIFIED' | 'NVIDIA_A100_80GB' | 'NVIDIA_H100_80GB' | 'AMD_MI300X_192GB' | 'NVIDIA_A10G_24GB' | 'NVIDIA_A100_40GB' | 'NVIDIA_L4_24GB' | 'NVIDIA_H200_141GB' | 'NVIDIA_B200_180GB' | 'AMD_MI325X_256GB' | 'AMD_MI350X_288GB', required
      - `acceleratorHourPrice` TypeMoney, required — Represents an amount of money with its currency type.
        - `currencyCode` string — The three-letter currency code defined in ISO 4217.
        - `units` string, int64 — The whole units of the amount. For example if `currencyCode` is `"USD"`, then 1 unit is one US dollar.
        - `nanos` integer — Number of nano (10^-9) units of the amount. The value must be between -999,999,999 and +999,999,999 inclusive. If `units` is positive, `nanos` must be positive or zero. If `units` is zero, `nanos` can be positive, zero, or negative. If `units` is negative, `nanos` must be negative or zero. For example $-1.75 is represented as `units`=-1 and `nanos`=-750,000,000.
    - `startTime` string, date-time, required
    - `endTime` string, date-time
    - `createTime` string, date-time
    - `updateTime` string, date-time
    - `state` 'STATE_UNSPECIFIED' | 'CREATING' | 'READY'
  - `nextPageToken` string
  - `totalSize` integer

---

[API](https://skmtc.net/fw-ai-external/apis/gateway-rest-api.md) · [All operations](https://skmtc.net/fw-ai-external/apis/gateway-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fw-ai-external/gateway-rest-api/revisions/29a1e4db152c/schema)
