API Overview
The Ant Ling API provides a suite of large language models designed for production-grade applications. It supports a spectrum of capabilities including multi-turn conversations, deep logical reasoning (CoT), and full-modal interactions.
Prerequisites
To begin integrating with Ant Ling, ensure you have completed the following steps:
- Visit the API Console to generate your unique API Token.
- Follow our Getting Started Guide to configure your environment variables.
Text Conversation
We recommend using Ling-2.6-1T, Ling-2.6-flash, Ling-2.5-1T and Ring-2.5-1T to perform conversation tasks, reasoning, and supports tool calls based on context.
It can be accessed via HTTP requests, OpenAI SDK, or Anthropic SDK.
Model Quick Overview
| Model Name | Context Window | Description |
|---|---|---|
| Ling-2.6-1T | 256K | Delivers the full chain from logical reasoning to task execution with minimal compute overhead (1/4 token cost). |
| Ling-2.6-flash | 256K | Excels at code completion and problem fixing, fast document processing, and lightweight Agent interaction scenarios. |
| Ring-2.6-1T | 256K | Achieves significant improvements in key dimensions such as generation efficiency, reasoning depth, and long-cycle task execution capability. |
View Details
Call Ant Ling models via OpenAI SDK.
OpenAI Compatible API (Recommended)Call Ant Ling models via Anthropic SDK.
Anthropic Compatible APIWas this page helpful?
Last updated on