inclusionai

Ling 3.0 Flash Fin

Ling 3.0 Flash Fin is a finance-focused mixture-of-experts model from InclusionAI, built on Ling 3.0 Flash with 5.1B active parameters out of 124B total. It is designed for real-world investment...

Context
262k tokens
Input / 1M tokens
$0.06
Output / 1M tokens
$0.18
Benchmark

Pricing

Input tokens$0.06 per 1M tokens
Output tokens$0.18 per 1M tokens
Cache read$0.01 per 1M tokens

Technical details

Model IDinclusionai/ling-3.0-flash-fin
Context window262k tokens
Input modalitiestext
Output modalitiestext
TokenizerOther
Max output tokens235,929

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-3.0-flash-fin',
  messages: [{ role: 'user', content: 'Hello!' }],
})

Ready to use Ling 3.0 Flash Fin?

Get an API key and start making requests in minutes.

Get an API key