Login

Moonshot AI: How to access Kimi large model?

Author:neo yang Time:2024/04/11 Read: 9852
The Kimi model has attracted attention in the domestic AIGC field and has been integrated into the AI SEO CN version of the Wordpress plug-in. Developed by the Dark Side of the Moon Technology Company, it features long text input and output, up to 2 million words. Users operate on the platform through registration and API keys, and can choose different context length models. The price varies according to the model and user level, and the integrated application is easy and has good performance.

Overview

Kimi has been out for a while, and the appearance of Kimi's large model has made the domestic AIGC circle quite lively. I have always wanted to integrate Kimi, but I have not been able to do it recently. It was because a customer bought my AI SEO CN version plug-in a few days ago that I added Kimi to my AI SEO CN version WordPress plug-in in the past two days, so that customers can choose the appropriate large model to generate articles in batches.

Later, I also plan to integrate the Kimi model into my WordPress AI Writer plug-in.

What is Moonshot AI?

Moonshot AI is the company that made the Kimi model. Chinese name: Moon’s Dark Side Technology Co., Ltd.

Official website: https://www.moonshot.cn/

What is the Kimi Big Model?

Kimi is a large language model. Try it out: https://kimi.moonshot.cn/

What are the advantages of Kimi's large model?

Compared with other large models, Kimi's biggest advantage is long text input and output. It currently supports up to 200,000 words of input and output. As of now, it is in internal testing of 2 million words of input and output.

Register and obtain an API key

1. Register an account on the moonshot open platform

Website: https://platform.moonshot.cn/

2. Create an API key

Go to "User Center->API Key Management" and create an API key.

Access to Kimi large model

1. Interface URL

https://api.moonshot.cn/v1/chat/completions

2. Request data format example (PHP)

 $data = [ "model" => $model, "messages" => [ ["role" => "user", "content" => $text] ], "temperature" => 0.3 ];

The $ model options are: moonshot-v1-8k, moonshot-v1-32k, moonshot-v1-128k. The difference between these models is the maximum context length.

3. Setting request headers

[ 'Content-Type' => 'application/json', 'Authorization' => 'Bearer '.$api_key ]

Kimi Price

1. Price

Modelunit of chargingprice
moonshot-v1-8k1M tokens¥12.00
moonshot-v1-32k1M tokens¥24.00
moonshot-v1-128k1M tokens¥60.00

2. Levels and Restrictions

user levelCumulative recharge amountconcurrentRPMTPMTPD
Free¥ 01332,0001,500,000
Tier 1¥ 5050200128,00010,000,000
Tier2¥ 100100500128,00020,000,000
Tier 3¥ 5002005,000384,000Unlimited
Tier 4¥ 5,0004005,000768,000Unlimited
Tier 5¥ 20,0001,00010,0002,000,000Unlimited

Summarize

Among the many large models in China, Kimi is pretty good, and it is relatively easy to integrate into your own applications.

tags: , ,


copyright © www.lyustu.com all rights reserved.
Theme: TheMoon V3.0. Author:neo yang