> ## Documentation Index
> Fetch the complete documentation index at: https://docs.retellai.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Exceptions to Our Per-Minute Pricing

> Learn about billing adjustments for dynamic opening messages and long token prompt lengths that may affect your call costs.

## Overview

While we generally bill based on actual call duration, certain call characteristics may result in adjusted billing to ensure fair pricing for our services.

## Rule 1: Minimum Duration for Dynamic Opening Messages

**When it applies:** Calls shorter than 10 seconds that use dynamic opening messages when AI speaks first

**Billing adjustment:** Minimum charge of 10 seconds

<Frame caption="Screenshot showing when Dynamic Message is turned on for AI Speaks first">
  <img height="400" src="https://mintcdn.com/retellai/GMaKJfwUkPxVK61f/images/dynamic-message-ai.png?fit=max&auto=format&n=GMaKJfwUkPxVK61f&q=85&s=f727e0810dcad2cc79bf4706e21f8e46" alt="Dynamic Message - AI Speaks first" data-path="images/dynamic-message-ai.png" />
</Frame>

**Example:**

* Call duration: 6 seconds
* Dynamic opening messages: Enabled
* Billed duration: 10 seconds (4 seconds additional charge)

**Why:** Dynamic opening messages require processing time regardless of call length, so we ensure a minimum charge to cover these costs.

## Rule 2: LLM Price Scaling for > 3,500 Token Prompt Length

**When it applies:** Agents that use more than 3,500 LLM tokens in their prompts

**Billing adjustment:** Duration is scaled proportionally based on token usage

**What's included in token calculation:**

* global prompt
* functions (tool descriptions)
* state / node prompt
* transcript between agent and user
* tool call history and results

<Note>
  [Flex mode](/build/conversation-flow/flex-mode) is a common trigger for this rule.
  It compiles all node prompts, transitions, and tool descriptions into a single LLM
  context, which can push the token count well above 3,500.
</Note>

**Price calculation:**

* Scaling Factor = Prompt LLM Tokens ÷ 3,500
* Billed Duration = Original Duration × Scaling Factor (rounded up)

**Example:**

* Call duration: 60 seconds
* LLM tokens used: 4,200
* Scaling factor: 4,200 ÷ 3,500 = 1.2
* Billed duration: 72 seconds (12 seconds additional charge)

<Frame caption="Retell Agent Dashboard popup displaying long token length surcharge">
  <img height="400" src="https://mintcdn.com/retellai/ms8MgORHC4-nrOtU/images/long-token-prompt-surcharge.png?fit=max&auto=format&n=ms8MgORHC4-nrOtU&q=85&s=7f2be4fac3661a21181a24c7239136e7" alt="Long token prompts pricing in dashboard" data-path="images/long-token-prompt-surcharge.png" />
</Frame>

**Why:** Larger LLM prompt lengths incurs greater costs due to token-based pricing from our underlying model providers, so we scale the billing accordingly to reflect these increased expenses.
