Kimi K2.6 is Live onKimi K2.6 is Live on Canopy Wave. Try it NowDeepSeek V3.1
Kimi K2.6 API
Vision

Kimi K2.6 API

All You Need To Know About Kimi K2.6 API

Overview

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

Key Specs

Quantization:INT4
Parameters:1T
Context:256K
Pricing:$0.95 input / $4.00 output / $0.16 cache
Try Model API
Quick Start
Reserve Dedicated Endpoint

Introduction

Kimi K2.6 is an open-source, native multimodal agentic model excelling in long-horizon coding (Rust, Go, Python), coding-driven UI generation, and swarm orchestration with 300 sub-agents executing 4,000-step workflows. It enables proactive 24/7 autonomous agents that manage schedules, execute code, and orchestrate cross-platform tasks without human oversight.

Kimi K2.6 API Usage

Model

Endpoint

moonshotai/kimi-k2.6


        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.6",
      
        6
            "messages": [
      
        7
              {"role": "user", "content": "tell me a story"}
      
        8
            ],
      
        9
            "max_tokens": 1000,
      
        10
            "temperature": 0.7
      
        11
          }'