---
title: "GET /v1/pricing/models/{modelId}/plans/{planId}"
method: GET
path: "/v1/pricing/models/{modelId}/plans/{planId}"
tags: ["PricingService"]
---

# GET /v1/pricing/models/{modelId}/plans/{planId}

`GET /v1/pricing/models/{modelId}/plans/{planId}`

GetModelPrice 查询指定模型和套餐的有效价格。

## Path parameters

- `modelId` string, required
- `planId` string, required

## Response `200`

OK

- PricingV1GetModelPriceReply
  - `price` PricingV1ModelPriceInfo
    - `cachedInputPrice` string
    - `currency` string
    - `effectiveFrom` string, date-time — 有效期
    - `effectiveTo` string, date-time
    - `id` string
    - `inputPrice` string — 价格字段（普通十进制字符串，CRD；token 维度为每 1M tokens）
    - `internalCostInput` string — 内部成本
    - `internalCostOutput` string
    - `modelId` string
    - `officialPriceCurrency` string
    - `officialPriceUsd` string — 官网原价
    - `outputPrice` string
    - `perAudioSecondPrice` string
    - `perImagePrice` string
    - `perRequestPrice` string
    - `perVideoSecondPrice` string
    - `planId` string
    - `version` integer
  - `usedFallback` boolean

---

[API](https://skmtc.dev/apiqik/apis/apiqik-api.md) · [All operations](https://skmtc.dev/apiqik/apis/apiqik-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apiqik/apiqik-api/revisions/e06b96127408/schema)
