Qwen3.5-397B-A17B & Qwen3.5-397B-A17B & MiniMax M2.5 is Live on Canopy Wave. Try it Now!DeepSeek V3.1
Kimi K2.5 API
VisionChat

Kimi K2.5 API

All You Need To Know About Kimi K2.5 API

Overview

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

Key Specs

Quantization:INT4
Parameters:1T
Context:256K
Pricing:$0.50 input / $2.80 output / $0.10 cache
Try Model API
Quick Start
Reserve Dedicated Endpoint

Introduction

Kimi K2.5 is an open-source, native multimodal agentic model built through continual pretraining on approximately 15 trillion mixed visual and text tokens atop Kimi-K2-Base. It seamlessly integrates vision and language understanding with advanced agentic capabilities, instant and thinking modes, as well as conversational and agentic paradigms.

Kimi K2.5 API Usage

Model

Endpoint

moonshotai/kimi-k2.5


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