inclusionai

inclusionAI: Ling-2.6-1T

Ling-2.6-1T is an instant (instruct) model from inclusionAI and the company’s trillion-parameter flagship, designed for real-world agents that require fast execution and high efficiency at scale. It uses a “fast...

Context
262k tokens
Input / 1M tokens
$0.07
Output / 1M tokens
$0.63
Benchmark

Pricing

Input tokens$0.07 per 1M tokens
Output tokens$0.63 per 1M tokens
Cache read$0.01 per 1M tokens

Technical details

Model IDinclusionai/ling-2.6-1t
Context window262k tokens
Input modalitiestext
Output modalitiestext
TokenizerOther
Max output tokens32,768

Use with MegaBrain

import OpenAI from 'openai'

const client = new OpenAI({
  baseURL: 'https://getmegabrain.com/api/gateway/v1',
  apiKey: process.env.MEGABRAIN_API_KEY,
})

const response = await client.chat.completions.create({
  model: 'inclusionai/ling-2.6-1t',
  messages: [{ role: 'user', content: 'Hello!' }],
})

Ready to use inclusionAI: Ling-2.6-1T?

Get an API key and start making requests in minutes.

Get an API key