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

# Enterprise Pricing

> Enterprise-grade AI API pricing. 200+ models, transparent pay-as-you-go pricing, invoice support for enterprises.

## Enterprise Technical Service Pricing

### Service Positioning

LaoZhang API provides **enterprise-grade AI technical API integration services** for enterprises and developers:

* **Service Nature**: Information technology service / API integration service
* **Target Customers**: Enterprise users, development teams, technical departments
* **Billing Method**: Token/per-call billing, pay-as-you-go, no monthly fees

<CardGroup cols={2}>
  <Card title="Transparent Pricing" icon="tags">
    Most model prices are transparent and public, consumption fully trackable
  </Card>

  <Card title="Complete Models, Fast Updates" icon="bell-dot">
    Whenever manufacturers release new models, LaoZhang API is always quick to update
  </Card>
</CardGroup>

<Note>
  The featured models on this page were updated on **July 23, 2026**. LaoZhang API gateway pricing, upstream provider pricing, and third-party subscriptions are separate billing contracts. Confirm exact model IDs, token groups, billing modes, and live prices on the [console pricing page](https://api2.laozhang.ai/account/pricing).
</Note>

## Enterprise Services

### Account Credit Options

<Tabs>
  <Tab title="Standard">
    Account credit and charges are shown in the console. For production use or enterprise procurement, confirm account terms with support.
  </Tab>

  <Tab title="Enterprise">
    **Enterprise Exclusive Service**:

    * Enterprise quotes available through support
    * Invoice support available
    * Contract options
    * Dedicated account manager
    * Priority technical support

    **Contact**:

    * Email: [hi@laozhang.ai](mailto:hi@laozhang.ai)
  </Tab>
</Tabs>

### Cost Estimation Reference

<Card title="Current Model Selection Reference" icon="calculator">
  **Choose a model first, then estimate cost with representative requests:**

  * **High-volume classification and extraction**: `gemini-3.5-flash-lite`, `gpt-5.6-luna`
  * **General multimodal and agent work**: `gemini-3.6-flash`, `gpt-5.6-terra`
  * **Coding and complex tasks**: `claude-sonnet-5`, `gpt-5.6`
  * **Image generation**: `gpt-image-2`, `gemini-3.1-flash-image`

  This page no longer uses historical fixed estimates such as “1,000 calls cost about X.” Production budgets should use a small-volume test, actual token or per-call usage from logs, and current console pricing.
</Card>

## Usage Monitoring & Management

### Console Features

<Tabs>
  <Tab title="Usage Monitoring">
    **Real-time Dashboard**

    * Daily, weekly, monthly statistics
    * Model usage distribution
    * Detailed cost queries
    * Quota warning settings

    **View at**: [api2.laozhang.ai/log](https://api2.laozhang.ai/log)
  </Tab>

  <Tab title="Key Management">
    **Fine-grained Permission Control**

    * Multiple key management
    * Model permission restrictions
    * Quota limit settings
    * Validity period control

    **Manage at**: [api2.laozhang.ai/token](https://api2.laozhang.ai/token)
  </Tab>

  <Tab title="Cost Optimization">
    **Technical Optimization Recommendations**

    1. Use `max_tokens` to limit output
    2. Choose appropriate `temperature`
    3. Cache frequently used responses
    4. Batch process requests
    5. Use streaming output to reduce timeouts
  </Tab>
</Tabs>

### Billing Modes

LaoZhang API supports two billing modes. When a model supports both modes simultaneously:

<Warning>
  **Per-call billing takes priority over token-based billing**

  If a model supports both per-call and token-based billing, the system defaults to per-call billing.
</Warning>

#### API Key Settings Impact

<CardGroup cols={2}>
  <Card title="Token-based Only" icon="sliders-horizontal">
    If token is set to "token-based only", even if the model supports per-call billing, it will use token-based billing
  </Card>

  <Card title="Default Settings" icon="circle-check">
    Tokens support all billing modes by default, system auto-selects (per-call priority)
  </Card>
</CardGroup>

### Per-call Billing Scenarios

The following types of models typically use per-call billing:

<Tabs>
  <Tab title="Image Generation">
    **Applicable Models**:

    * GPT-Image-2 family
    * Nano Banana family
    * flux-kontext-pro

    **Billing Unit**: Per image, per call, or usage-based depending on the route
  </Tab>

  <Tab title="Video Generation">
    **Applicable Models**:

    * Video generation APIs
    * Animation production models

    **Billing Unit**: Per video/per second
  </Tab>

  <Tab title="Special Models">
    **Identification Method**:

    * Model names with `-all` suffix
    * Specific functional models

    **Billing Unit**: Per call
  </Tab>
</Tabs>

<Info>
  View complete model price list: [LaoZhang API Pricing](https://api2.laozhang.ai/account/pricing)
</Info>

## Token Billing Explanation

### What are Tokens?

<Card title="Understanding Tokens Quickly" icon="coins">
  Tokens are AI's "vocabulary units", the basic unit for billing.

  **Simple Memory**:

  * 1 Chinese character ≈ 2 tokens
  * 1 English word ≈ 1 token
  * 500 Chinese characters ≈ 1000 tokens

  **Real Examples**:

  * "Hello World" = 2 tokens
  * A typical article (2000 words) ≈ 3000 tokens
</Card>

### Usage Examples Without Fixed Prices

| Use Case              | Example Input Tokens | Example Output Tokens | Example Total |
| --------------------- | -------------------- | --------------------- | ------------- |
| Simple Q\&A           | 20                   | 50                    | 70            |
| Article generation    | 100                  | 2000                  | 2100          |
| Code debugging        | 500                  | 300                   | 800           |
| Long text translation | 5000                 | 5000                  | 10000         |

These numbers only illustrate the calculation method. Actual token counts depend on model tokenization, context, tool calls, and output length. Apply the target model's current input, output, cached-token, or per-call price.

### Prompts and Completions

In each API call, costs consist of two parts:

<Steps>
  <Step title="Prompt - Input Tokens">
    All content you send to the model, including:

    * System prompts
    * User questions
    * Context information
    * Chat history (if any)
  </Step>

  <Step title="Completion - Output Tokens">
    Content generated by the model, including:

    * Text responses
    * Code generation
    * Structured data
  </Step>
</Steps>

<Warning>
  Input, output, cached-token, and per-call prices may vary by model, token group, and route. Do not use an upstream provider's public price to predict a LaoZhang API bill; use the console and call logs.
</Warning>

## Current Models and Pricing Entry Point

### July 2026 Model Selection

<Tabs>
  <Tab title="Cost and Throughput">
    | Model ID                | Positioning                     | Recommended Workloads                                   | Price              |
    | ----------------------- | ------------------------------- | ------------------------------------------------------- | ------------------ |
    | `gemini-3.5-flash-lite` | Low latency and high throughput | Classification, extraction, document parsing, subagents | Live console price |
    | `gpt-5.6-luna`          | Lightweight GPT-5.6 tier        | Batch processing, structured tasks, scaled automation   | Live console price |
    | `gemini-3.6-flash`      | Balanced capability and cost    | General chat, multimodal work, agents                   | Live console price |

    Compare quality, latency, and actual charges on representative requests before selecting a production default.
  </Tab>

  <Tab title="Coding and Agents">
    | Model ID           | Positioning                          | Recommended Workloads                                 | Price              |
    | ------------------ | ------------------------------------ | ----------------------------------------------------- | ------------------ |
    | `claude-sonnet-5`  | Main coding and tool-use model       | Coding agents, long tasks, production development     | Live console price |
    | `gpt-5.6`          | GPT-5.6 flagship                     | Advanced coding, complex reasoning, professional work | Live console price |
    | `gpt-5.6-terra`    | Balanced capability, speed, and cost | Production agents, code, and knowledge work           | Live console price |
    | `gemini-3.6-flash` | Fast multimodal agent model          | Coding, multimodal understanding, tool workflows      | Live console price |

    Compatibility with Cursor, Claude Code, and other clients also depends on protocol, tool-call behavior, and client configuration—not only the model name.
  </Tab>

  <Tab title="Image Generation">
    | Model ID                          | Main Capability                                      | Recommended Workloads                           | Price              |
    | --------------------------------- | ---------------------------------------------------- | ----------------------------------------------- | ------------------ |
    | `gpt-image-2` / `gpt-image-2-vip` | Generation, editing, multiple size and quality tiers | OpenAI-compatible production workflows          | Live console price |
    | `gemini-3.1-flash-image`          | 0.5K–4K with balanced quality and speed              | High-throughput generation and advanced editing | Live console price |
    | `gemini-3.1-flash-lite-image`     | Fixed 1K and low latency                             | Drafts, bulk assets, high concurrency           | Live console price |
    | `gemini-3-pro-image`              | Professional 4K, complex prompts, and text layout    | Posters, branded assets, detailed editing       | Live console price |

    Image routes may bill per call, per image, or by usage and may vary by token group.
  </Tab>
</Tabs>

### Cost Estimation Method

<Steps>
  <Step title="Small Sample Testing">
    Test with a small number of samples (5-10)
  </Step>

  <Step title="Check Consumption Logs">
    View detailed token consumption for each call in console
  </Step>

  <Step title="Calculate Average">
    Calculate average token count per call
  </Step>

  <Step title="Estimate Total Cost">
    (Average input tokens × input price + average output tokens × output price) × expected calls; add per-call, per-image, or per-second charges where applicable
  </Step>
</Steps>

<Card title="Practical Recommendations" icon="lightbulb">
  1. Test with lower-cost models first to verify feasibility
  2. Analyze actual consumption through backend logs
  3. Choose appropriate models based on task complexity
  4. Optimize prompts to reduce unnecessary token consumption
</Card>

## Real-time Price Query

<CardGroup cols={2}>
  <Card title="Model Price List" icon="table" href="https://api2.laozhang.ai/account/pricing">
    View real-time prices for all models

    * Token-based billing prices
    * Per-call billing prices
    * Discount comparisons
  </Card>

  <Card title="Cost Calculator (In Development)" icon="calculator" href="https://api2.laozhang.ai">
    Quickly estimate usage costs

    * Enter estimated usage
    * Select models to use
    * Auto-calculate costs
  </Card>
</CardGroup>

## FAQ

<AccordionGroup>
  <Accordion title="How to check real-time prices?">
    Log in to [LaoZhang API Console](https://api2.laozhang.ai), you can view real-time prices for all models on the model list page.
  </Accordion>

  <Accordion title="How long does account credit take to update?">
    Account credit updates after processor and console confirmation.
  </Accordion>

  <Accordion title="Do you support invoices?">
    Yes, we support issuing official invoices. Please submit an invoice application in the console.
  </Accordion>

  <Accordion title="Are there bulk purchase discounts?">
    Enterprise procurement terms are handled through customer service. Please contact support for a custom quote.
  </Accordion>
</AccordionGroup>

## Enterprise Services & Invoicing

### Service Nature

* **Service Type**: Information technology service / Technical service
* **Invoice Category**: Information technology service fee or Data collection fee
* **Target Customers**: Enterprise users, development teams, technical departments

### Invoice Process

After customer account credit activation or enterprise payment confirmation, commercial invoices may be issued based on the actual payment amount. Invoice issuer and billing details are subject to YingTu Technology Pte. Ltd. and the confirmed service contract.

<Steps>
  <Step title="Submit Invoice Information">
    Submit commercial invoice information through the console or the official support channel

    [Submit Invoice Application →](https://xinqikeji.feishu.cn/share/base/form/shrcnkZ6QwkdCpBUoNfDem2Mmwd)
  </Step>

  <Step title="Invoice Type">
    * Commercial invoice or service receipt available for eligible enterprise accounts
    * Invoice category: **API Technical Integration Service** or **Information Technology Service**
    * Service statement can be provided when required for enterprise procurement
  </Step>

  <Step title="Delivery Time">
    Delivery timing is subject to account status, contract terms, and support confirmation; electronic invoice or receipt is sent by email.
  </Step>
</Steps>

<Info>
  This service is provided by YingTu Technology Pte. Ltd., a Singapore company, as an **API technical integration service**. Commercial invoices or receipts are issued according to the confirmed enterprise account arrangement.
</Info>

***

<Card title="Get Started" icon="rocket" href="https://api2.laozhang.ai">
  Register an account, experience 200+ AI model API integration services
</Card>
