Support triage
Detect urgency, choose a team, and score severity from the same ticket.
Send a state and typed questions. Get probabilities, a selected option, or a score in one structured response.
Detect urgency, choose a team, and score severity from the same ticket.
Choose the next queue or action and keep the full probability distribution.
Run several atomic checks before your workflow continues.
Kimi Code can configure an OpenAI-compatible provider with an ApiClo /v1 endpoint. ApiClo's Kimi Code integration is still undergoing compatibility testing: treat this as a setup candidate, not a validated autonomous workflow. Kimi Code credentials and the Kimi chat/search service are separate.
Open /provider in the Kimi Code terminal UI or edit its user config.toml. Add a provider named apiclo with type openai and base_url https://apiclo.com/v1.
Use api_key_env=APICLO_API_KEY and set that environment variable in the launching process. Do not set api_key and api_key_env together; they are alternative credential methods.
Register a model alias pointing to an exact ApiClo ID, select it, and verify text, tools, reasoning and images independently. For custom model names, declare only capabilities actually supported by the endpoint.
export APICLO_API_KEY="YOUR_APICLO_KEY"
$env:APICLO_API_KEY="YOUR_APICLO_KEY"
[providers.apiclo]
type = "openai"
base_url = "https://apiclo.com/v1"
api_key_env = "APICLO_API_KEY"
Send one small request and inspect ApiClo Logs for the exact model, outcome and charged usage. Test tool calls and images separately. Cache settings in the client do not prove a hit: check actual read/write token counts.
ApiClo is an independent gateway. A client integration does not include that client's subscription or guarantee all its features. Compare ordinary input, cache reads, cache writes and output at current model rates; cache hits and savings are workload-dependent.
All documentation