01.AI website screenshot

01.AI

01.AI, founded by Kai-Fu Lee, is the creator of the Yi family of open-source and proprietary LLMs. The Lingyiwanwu open platform exposes OpenAI-compatible inference for Yi-Lightning, Yi-Lightning-Lite, Yi-Large, and Yi-Vision.

1 APIs 0 Features
AILLMYiOpen SourceFoundation ModelsInference

APIs

Lingyiwanwu Platform API

OpenAI-compatible chat completions and vision endpoints for the Yi model family. Base URL https://api.lingyiwanwu.com/v1. Available models include Yi-Lightning, Yi-Lightning-Lit...

Collections

Pricing Plans

01 Ai Plans Pricing

2 plans

PLANS

Rate Limits

01 Ai Rate Limits

1 limits

RATE LIMITS

FinOps

01 Ai Finops

FINOPS

Resources

🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation
👥
GitHub
GitHub
🔗
Plans
Plans
🔗
RateLimits
RateLimits
🔗
FinOps
FinOps
🔗
Review
Review

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Lingyiwanwu Platform API
  version: '1.0'
items:
- info:
    name: Chat
    type: folder
  items:
  - info:
      name: Create a chat completion using a Yi model
      type: http
    http:
      method: POST
      url: https://api.lingyiwanwu.com/v1/chat/completions
      auth:
        type: bearer
        token: '{{bearerToken}}'
    docs: OpenAI-compatible chat completions endpoint. Accepts a model identifier (e.g. yi-lightning, yi-large, yi-vision)
      and a list of messages.
bundled: true