LLM Reference
Replicate API

Yi 6B on Replicate API

Yi (2023/11) · 01.AI

ServerlessOpen Source

Last refreshed 2026-05-19. Next refresh: weekly.

Why use Yi 6B on Replicate API?

Replicate API offers Yi 6B with pay-as-you-go pricing at $0.05/1M input tokens. Replicate is a cloud-based platform that enables users to run machine learning models easily and efficiently.

Compare Yi 6B across 3 providers to find the best fit for your use case
Input / 1M
$0.050
Output / 1M
$0.25
Cache
Not sourced
Batch
Not sourced

Setup recipe

Python + curl
Install
pip install replicate
Auth
export REPLICATE_API_TOKEN=...
Call
import replicate
output = replicate.run(
    "yi-6b",
    input={"prompt": "Hello"}
Model ID
yi-6b

Request example

import replicate

# reads REPLICATE_API_TOKEN from env
# yi-6b format: "owner/model-name" (latest version) or "owner/model-name:version-hash"
output = replicate.run(
    "yi-6b",
    input={"prompt": "Hello"}
)
# Output is a list or generator depending on the model
print("".join(output))

Gotchas

  • Replicate uses "owner/model-name" format (e.g. "meta/meta-llama-3-8b-instruct") for the latest version, or "owner/model-name:version-sha" to pin to a specific version. The REST endpoint splits owner and model-name into the path: /v1/models/{owner}/{model-name}/predictions.
  • The examples expect REPLICATE_API_TOKEN; rename it only if your application config maps the new variable.

Compare Yi 6B Across Providers

ProviderInput (per 1M)Output (per 1M)
Alibaba Cloud PAI-EAS
Fireworks AI$0.20$0.20
Replicate API$0.05$0.25

Pricing

TypePrice (per 1M)
Input tokens$0.05
Output tokens$0.25

Capabilities

No model capability flags are currently sourced.

About Yi 6B

Yi 6B is 01.AI's Yi (2023/11) model. It offers a 200K-token context window.

FAQ

What does Yi 6B cost on Replicate API?

On Replicate API, Yi 6B costs $0.05 per 1M input tokens and $0.25 per 1M output tokens.

What is the context window for Yi 6B on Replicate API?

Yi 6B supports a 200k token context window on Replicate API.

How does Replicate API compare to other Yi 6B providers?

Yi 6B is available from 3 providers. The cheapest input pricing is $0.05/1M tokens from Replicate API.

Who created Yi 6B?

Yi 6B was created by 01.AI as part of the Yi (2023/11) model family.

Is Yi 6B open source?

Yi 6B is open source under Apache 2.0 according to the seed data.

Get Started

Model Specs

Released2023-11-02
Parameters6B
Context200k
ArchitectureDecoder Only
Knowledge cutoff2023-06

Related Models on Replicate API