← All models

kimi-k2.6-search

Run kimi-k2.6-search through Flow AI's OpenAI-compatible API. We route to the cheapest provider hosting it and fail over automatically — you pay the live clearing price plus 2.5%.

Input $/M
$0.60
Output $/M
$2.50

Use it

python
from openai import OpenAI
client = OpenAI(base_url="https://api.flowaiapi.com/v1", api_key="fa-...")
r = client.chat.completions.create(
    model="kimi-k2.6-search",          # or "auto" to let Flow AI pick the cheapest capable model
    messages=[{"role": "user", "content": "..."}],
)

How Flow AI makes kimi-k2.6-search cheaper

Flow AI runs an open market for inference: it clears each request at the lowest price across every provider hosting kimi-k2.6-search — direct APIs, inference providers, flat-rate subscriptions, and self-hosted nodes — and bills you the true (prompt-cache-aware) cost plus a flat 2.5%. The published rate is always the ceiling. See the docs or all models.

Similar models on Flow AI

glm-4.7-search · mimo-v2.5-pro · or:z-ai/glm-4.5v · or:openai/gpt-audio-mini · or:moonshotai/kimi-k2-0905 · kimi-for-coding · kimi-k2

kimi-k2.6-search API — the cheapest way to run kimi-k2.6-search | Flow AI