Note: Calculation is approximate based on public data. Prices may change, check official websites.
The inclusionAI: Ling-1T API Token Cost Calculator helps you estimate the costs associated with using the Ling-1T large language model. Ling-1T is a powerful 1 trillion-parameter model, developed by inclusionAI, known for its efficiency in code generation, mathematics, and logical reasoning, supporting a context window of up to 128,000 tokens.
This calculator allows you to determine the total API cost based on the number of input and output tokens, and the total number of requests.
Costs for Ling-1T are:
- Input tokens: $1 per 1 million tokens
- Output tokens: $3 per 1 million tokens
Formula:
Total Cost = ((Input Tokens / 1,000,000) * $1) + ((Output Tokens / 1,000,000) * $3) * Number of Requests
Example:
If you use 500,000 input tokens and 100,000 output tokens for 1 request:
- Input cost: (500,000 / 1,000,000) * $1 = $0.50
- Output cost: (100,000 / 1,000,000) * $3 = $0.30
- Total cost: $0.50 + $0.30 = $0.80