Skip to Content
FAQ

Frequently Asked Questions

This article compiles frequently asked questions and solutions during the use of Ant Ling, making it convenient for you to quickly locate and resolve issues.


What is the difference between Ant Ling and Qwen?

Ant Ling is a series of language models independently developed by Ant Group and has no direct relationship with Qwen. Both are model series committed to advancing AI technology and bringing convenience and innovation to users.

Which model versions support API calls?

Currently, the models that support API calls include:

ModelDescription
Ling-2.6-1TFlagship version, supports 256K context
Ling-2.6-flashLightweight version, supports 256K context
Ling-2.5-1TStandard version, supports 128K context
Ling-1TLegacy Version
Ring-2.5-1TRing series
Ring-1TLegacy Version

What context lengths are supported by each version?

VersionContext LengthDescription
Ling-2.6-1T, Ling-2.6-flash256KShared between input and output
Ling-2.5 series128KShared between input and output

API Access

How to access Ant Ling via API?

Ant Ling provides standard API interfaces. You can call this interface in third-party platforms or tools to achieve model access. For specific operations, please refer to: Quick Start.

How to obtain an API Token?

  1. Complete Alipay account binding
  2. Enter the API Console
  3. Click “Create Token” to obtain token information

For detailed steps, please refer to: Create API Token.

Which protocols are supported for calling?

Currently, Ant Ling API is compatible with the following two protocols:

  • OpenAI protocol
  • Anthropic protocol

Why can’t I use it in some IDEs (such as Trae)?

IDEs such as Trae currently only support official channel access for specific cloud providers or model providers, and do not support custom model configuration. Therefore, Ant Ling cannot be directly accessed.


Billing and Quota

What is the billing standard?

Ant Ling uses pay-as-you-go pricing based on actual token consumption. For details, please refer to: Pricing.

Why do I need to bind Alipay?

The token consumption fees generated during API calls need to be recharged and deducted through Alipay.

Free Quota Description

ItemDescription
Quota500,000 tokens daily (including input and output)
Distribution TimeAutomatically distributed before 02:00 daily

Notes:

  • Unused quota for the day does not carry over to the next day
  • Fees incurred before the free quota arrives will be deducted from the account balance
  • Service will be suspended when the balance is insufficient until the quota arrives or recharge is successful

Third-Party Platform Integration

What integration examples are available?

Please check the Integration Guide for the latest third-party platform integration cases and best practices.

Was this page helpful?
Last updated on