AI Models/01-ai/01.AI: Yi Large Turbo
01-aiChat

01.AI: Yi Large Turbo

01-ai/yi-large-turbo
4KContext Window
Online

The Yi Large Turbo model is a High Performance and Cost-Effectiveness model offering powerful capabilities at a competitive price. It's ideal for a wide range of scenarios, including complex inference and high-quality text generation. Check out the [launch announcement](https://01-ai.github.io/blog/01.ai-yi-large-llm-launch) to learn more.

Capabilities

Text GenerationCode GenerationAnalysis & Reasoningmodels.reasoning

Technical Specs

Input Modality
Text
Output Modality
Text
Arch

Pricing

Pay per use, no monthly fees
Input Token< ¥0.001/1K Token
Output Token< ¥0.001/1K Token

Quick Start

from openai import OpenAI

client = OpenAI(
    base_url="https://api.uniontoken.ai/v1",
    api_key="YOUR_UNIONTOKEN_API_KEY",
)

response = client.chat.completions.create(
    model="01-ai/yi-large-turbo",
    messages=[
        {"role": "user", "content": "Hello!"}
    ],
)

print(response.choices[0].message.content)

FAQ

Ready to get started?

Get 1M free tokens on registration, no monthly fees or minimum spend

Register Now →