Kimi
Moonshot AI logo

Kimi

kimi-latest
Moonshot AI
The official billing is tiered based on input lengths of 8k, 32k, and 128k. This site does not support that billing structure and uses the middle 32k tier as the standard for charging. If you are price-sensitive, please avoid using it.

Pricing

  • Input Tokens: $4 /M tokens
  • Output Tokens: $4 /M tokens

Input Modalities

    Try this model

    Python
    import os
    from openai import OpenAI
    
    client = OpenAI(
        api_key=os.environ["AIHUBMIX_API_KEY"],
        base_url="https://shkq.org/v1",
    )
    
    response = client.chat.completions.create(
        model="kimi-latest",
        messages=[
          {
            "role": "user",
            "content": "Hello, how are you?"
          }
        ],
        max_tokens=1024,
        stream=False,
    )
    
    print(response.choices[0].message.content)

    Frequently asked questions

    What is Kimi?

    The official billing is tiered based on input lengths of 8k, 32k, and 128k. This site does not support that billing structure and uses the middle 32k tier as the standard for charging. If you are price-sensitive, please avoid using it.