Canopy Wave & SAIHEACanopy Wave & SAIHEAT Announce Merger Agreement | Learn MoreArrow
Kimi-K2.7-Code-HighSpeed API
CODE

Kimi-K2.7-Code-HighSpeed API

All You Need to Know About Kimi-K2.7-Code-HighSpeed API

Overview

Model Provider:Moonshot AI
Model Type:Code
State:Ready

Key Specs

Quantization:INT4
Parameters:1.1T
Context:256K
Pricing:$1.90 input / $8.00 output / $0.38 cache
Try Model API
Quick Start
Reserve Dedicated Endpoint

Introduction

Kimi K2.7 Code HighSpeed is the high-speed version of Kimi K2.7 Code, the same model as Kimi K2.7 Code, but with an output speed of approximately 180 Tokens/s and up to 260 Tokens/s in short context scenarios, delivering a more extreme coding experience.

Kimi-K2.7-Code-HighSpeed API Usage

Model

Endpoint

moonshotai/kimi-k2.7-code-highspeed


        1
        curl -X POST https://inference.canopywave.io/v1/chat/completions \
      
        2
          -H "Content-Type: application/json" \
      
        3
          -H "Authorization: Bearer $CANOPYWAVE_API_KEY" \
      
        4
          -d '{
      
        5
            "model": "moonshotai/kimi-k2.7-code-highspeed",
      
        6
            "messages": [
      
        7
              {"role": "user", "content": "tell me a story"}
      
        8
            ],
      
        9
            "max_tokens": 1000,
      
        10
            "temperature": 0.7
      
        11
          }'