# モデル使用料金

## モデルの価格設定の理解

各AIモデルには、それぞれのトークン使用量に基づいた価格設定があります。

* **トークン:** トークンは、AIモデルが処理するテキストの基本単位です。
* **入力トークン:** AIモデルにテキストを提供する際に使用されるトークンです。
* **出力トークン:** AIモデルが応答として生成するトークンです。

## モデル使用価格の表示

1. **請求セクションに移動:** 「アカウント」タブに移動し、「請求」を選択します。
2. **モデル価格表:** 請求ページには、モデル使用価格を表示する表があります。この表には以下の情報が含まれています：
   * **プロバイダー:** AIモデルのプロバイダー。
   * **モデル:** 特定のAIモデルの名前。
   * **入力価格:** 100万入力トークンあたりの価格。
   * **出力価格:** 100万出力トークンあたりの価格。
   * **有効日:** 価格が有効になった日。
   * **期限切れ日:** 価格が期限切れになった日（該当する場合）。

<figure><img src="/files/YgJkatcQRcaiPZWXQqa1" alt=""><figcaption><p><strong>モデル価格表</strong></p></figcaption></figure>

## 重要な注意事項

* 価格は変更される可能性があります。
* 価格はあなたの前払いクレジット残高に適用されます。
* あなたのクレジット残高は、使用された入力トークンと出力トークンの数に基づいて減少します。

モデル使用価格について質問がある場合は、<support@skydeck.ai>までお問い合わせください。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.skydeck.ai/ja/control-center/billing/model-usage-prices.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
