Model-generated poster
Clean white AI model marketplace hero image with Alibaba orange, neon pink, and crisp product UI surfaces.
Kimi
KimiToken Plan Kimi model for reasoning and multimodal development workflows.
Visual demos
Clean white AI model marketplace hero image with Alibaba orange, neon pink, and crisp product UI surfaces.
Three premium model thumbnails showing text, image, and video generation families in a catalog grid.
A tasteful enterprise AI dashboard image, abstract but concrete, showing model routing and budget controls.
These are safe placeholder slots. Swap in official Alibaba-provided logos, posters, and demo videos when asset usage is approved.
Pricing has not been verified. Treat this model as needs_review for production use.
No run output yet.
Provider terms Commercial status: unknown.
Available through Token Plan Team Edition. Execution requires a Token Plan-specific key/base URL adapter.
Limits need admin review.
curl -X POST https://nfero.com/api/models/kimi-k2.6/run \
-H 'content-type: application/json' \
-d '{"system_prompt":"You are a precise, helpful assistant.","prompt":"Explain why Singapore-region inference matters for a public AI demo.","temperature":0.7,"top_p":0.8,"max_tokens":512,"stream":false,"json_mode":false}'await fetch('/api/models/kimi-k2.6/run', {
method: 'POST',
headers: { 'content-type': 'application/json' },
body: JSON.stringify({
"system_prompt": "You are a precise, helpful assistant.",
"prompt": "Explain why Singapore-region inference matters for a public AI demo.",
"temperature": 0.7,
"top_p": 0.8,
"max_tokens": 512,
"stream": false,
"json_mode": false
})
});import requests
requests.post('https://nfero.com/api/models/kimi-k2.6/run', json={
"system_prompt": "You are a precise, helpful assistant.",
"prompt": "Explain why Singapore-region inference matters for a public AI demo.",
"temperature": 0.7,
"top_p": 0.8,
"max_tokens": 512,
"stream": false,
"json_mode": false
})No runs recorded yet.