API · Models
Text
Kimi K2.7 Code High Speed
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.
ReasoningToolsCacheFilesVision
Context 262.1K·Max out 32.8K
Quickstart
import { streamText } from 'ai';
import { createOpenAICompatible } from '@ai-sdk/openai-compatible';
const blackbox = createOpenAICompatible({
name: 'blackbox',
apiKey: process.env.BLACKBOX_API_KEY!,
baseURL: 'https://api.blackbox.ai/v1',
});
const result = streamText({
model: blackbox('blackboxai/moonshotai/kimi-k2.7-code-highspeed'),
prompt: 'Why is the sky blue?',
});
for await (const chunk of result.textStream) {
process.stdout.write(chunk);
}Specs & pricing
- Input $/M
- 1.90
- Output $/M
- 8
- Context window
- 262.1K
- Max output
- 32.8K
- Supported parameters
- —
Related models
| Model | Type | Context | Input $/M |
|---|---|---|---|
| Kimi K2.7 Code | Text | 262.1K | 0.95 |
| Kimi K2 Instruct | Text | 131.1K | 0.57 |
| Kimi K2 Thinking | Text | 216.1K | 0.47 |
| Kimi K2.5 | Text | 262.1K | 0.6 |
| Kimi K2.6 | Text | 262K | 0.95 |