Yi AI

Verified 💳 Trial Credits

01.AI's flagship open-source models. Yi-Large provides GPT-4 class performance with strong reasoning capabilities and a 200k context window.

Yi Series 01.AI Strong Reasoning Open Weights
Get API Key Suggest Edit
96

Overview

Provider Type

Trial Credits

API Endpoint

https://api.01.ai/v1

Free Tier Highlights

60 RPM

Why Choose Yi AI?

Yi AI stands out for its unique features and capabilities. With a developer-friendly API and comprehensive documentation, you can integrate AI capabilities into your applications within minutes.

Quick Start Guide

1

Visit https://platform.01.ai/

2

Sign up

3

Get API Key

4

Set base_url to https://api.01.ai/v1

5

Start coding

Available Models

Model Name ID Context Capabilities
yi-large
yi-large
32 000 tokens
Reasoning
yi-large-turbo
yi-large-turbo
32 000 tokens
-
yi-vision
yi-vision
Image
-

Integration Examples

Ready-to-use code snippets for your applications.

main.py
from openai import OpenAI

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

response = client.chat.completions.create(
    model="yi-large",
    messages=[
        {"role": "user", "content": "Explain the Yi model architecture"}
    ]
)

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

Free Tier Pricing & Limits

Rate Limit

Requests per minute

60 Requests per minute

Daily Quota

Requests per day

Credit-based

Token Limit

Tokens per minute

Initial trial credits

Monthly Quota

Per month limit

One-time trial

Free Credits

One-time

Trial credits

Use Cases

Complex reasoning tasks

Academic research

Cross-cultural chatbots

Knowledge retrieval

Limitations & Considerations

Newer platform, fewer integrations than OpenAI

Documentation mainly in Chinese/English mix

Rate limits for new accounts

Credit card often needed

Community Hub

Live

Join the discussion, share tips, and rate Yi AI.

Quick Reactions

Add Discussion

Comments are moderated. Be helpful and respectful.

Recent Activity

0 comments

Ready to Get Started?

Join thousands of developers using Yi AI

Start Building Now