icon

ling-2.6-flash-free

New
Ling-2.6-flash is an efficient instruction-tuned model developed by inclusionAI, with 104B total parameters and 7.4B active parameters. It is built for practical agent scenarios where low latency, reliable execution, and token efficiency matter. In tasks like coding, document understanding, and lightweight agent workflows, it offers competitive performance for its size while using noticeably fewer tokens, making it well-suited for cost-sensitive and high-throughput applications.
Pricing Details
  • Input Tokens: $2.00 /M tokens
  • Output Tokens: $2.00 /M tokens
  • Cache Tokens: $0.00 /M tokens
Input Modalities
  • Text
Output Modalities
  • Text
Features
  • Long context
Tags
  • Free
API Usage Examples
Python
import os
from openai import OpenAI

client = OpenAI(
    api_key=os.environ["AIHUBMIX_API_KEY"],
    base_url="https://aihubmix.com/v1",
)

response = client.chat.completions.create(
    model="ling-2.6-flash-free",
    messages=[
      {
        "role": "user",
        "content": "Hello, how are you?"
      }
    ],
    max_tokens=1024,
    stream=False,
)

print(response.choices[0].message.content)
FAQ
What is ling-2.6-flash-free?
Ling-2.6-flash is an efficient instruction-tuned model developed by inclusionAI, with 104B total parameters and 7.4B active parameters. It is built for practical agent scenarios where low latency, reliable execution, and token efficiency matter. In tasks like coding, document understanding, and lightweight agent workflows, it offers competitive performance for its size while using noticeably fewer tokens, making it well-suited for cost-sensitive and high-throughput applications.
More from InclusionAI
Input:$ 0 /M Tokens
Output:$ 0 /M Tokens
Context:262K
Latency:-
Throughput:-

Developed by Inclusionai, ling-3.0-flash-free is a 124B-parameter Mixture-of-Experts (MoE) model with approximately 5.1B parameters activated per token. Featuring an expansive context length of 262,144 tokens, this model is built to handle extensive datasets and long-form content. It is designed with token efficiency and production-scale agentic inference as key priorities to enable seamless developer deployment.

Input:$ 0.548 /M Tokens
Output:$ 2.192 /M Tokens
Context:-
Latency:-
Throughput:-

Ling-1T is the first flagship non-thinking model in the “Ling 2.0” series, featuring 1 trillion total parameters and approximately 50 billion active parameters per token. Built on the Ling 2.0 architecture, Ling-1T is designed to push the limits of efficient inference and scalable cognition. Ling-1T-base was pretrained on over 20 trillion high-quality, reasoning-intensive tokens, supports up to a 128K context length, and incorporates an Evolutionary Chain of Thought (Evo-CoT) process during mid-stage and post-stage training. This training regimen greatly enhances the model’s efficiency and depth of reasoning, enabling Ling-1T to achieve top performance across multiple complex reasoning benchmarks, balancing accuracy and efficiency.

Input:$ 0.548 /M Tokens
Output:$ 2.192 /M Tokens
Context:-
Latency:-
Throughput:-

Ring-1T is an open-source idea model with a trillion parameters released by the Bailing team. It is based on the Ling 2.0 architecture and the Ling-1T-base foundational model for training, with a total parameter count of 1 trillion, an active parameter count of 50 billion, and supports up to a 128K context window. The model is trained via large-scale verifiable reward reinforcement learning (RLVR), combined with the self-developed Icepop reinforcement learning stabilization method and the efficient ASystem reinforcement learning system, significantly improving the model’s deep reasoning and natural language reasoning capabilities. Ring-1T achieves leading performance among open-source models on high-difficulty reasoning benchmarks such as mathematics competitions (e.g., IMO 2025), code generation (e.g., ICPC World Finals 2025), and logical reasoning.

Input:$ 0.136 /M Tokens
Output:$ 0.544 /M Tokens
Context:-
Latency:-
Throughput:-

Ling-flash-2.0 is a language model from inclusionAI with a total of 100 billion parameters, of which 6.1 billion are activated per token (4.8 billion non-embedding). As part of the Ling 2.0 architecture series, it is designed as a lightweight yet powerful Mixture-of-Experts (MoE) model. It aims to deliver performance comparable to or even exceeding that of 40B-level dense models and other larger MoE models, but with a significantly smaller active parameter count. The model represents a strategy focused on achieving high performance and efficiency through extreme architectural design and training methods.

Input:$ 0.068 /M Tokens
Output:$ 0.272 /M Tokens
Context:-
Latency:-
Throughput:-

Ling-mini-2.0 is a small-sized, high-performance large language model based on the MoE architecture. It has a total of 16 billion parameters, but only activates 1.4 billion parameters per token (non-embedding 789 million), achieving extremely high generation speed. Thanks to the efficient MoE design and large-scale high-quality training data, despite activating only 1.4 billion parameters, Ling-mini-2.0 still demonstrates top-tier performance on downstream tasks comparable to dense LLMs under 10 billion parameters and even larger-scale MoE models.

Input:$ 0.136 /M Tokens
Output:$ 0.544 /M Tokens
Context:-
Latency:-
Throughput:-

Ring-flash-2.0 is a high-performance thinking model deeply optimized based on the Ling-flash-2.0-base. It uses a mixture-of-experts (MoE) architecture with a total of 100 billion parameters, but only activates 6.1 billion parameters per inference. The model employs the original Icepop algorithm to solve the instability issues of large MoE models during reinforcement learning (RL) training, enabling its complex reasoning capabilities to continuously improve over long training cycles. Ring-flash-2.0 has achieved significant breakthroughs on multiple high-difficulty benchmarks, including mathematics competitions, code generation, and logical reasoning. Its performance not only surpasses top dense models under 40 billion parameters but also rivals larger open-source MoE models and closed-source high-performance thinking models. Although the model focuses on complex reasoning, it also performs exceptionally well on creative writing tasks. Furthermore, thanks to its efficient architecture, Ring-flash-2.0 delivers high performance with low-latency inference, significantly reducing deployment costs in high-concurrency scenarios.