`moonshotai/kimi-k3` listed in /v1/models but unroutable: "not found in any configured provider"
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 8
- Forks
- 8
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 36
Description
GET /v1/models on cloud-api.near.ai returns moonshotai/kimi-k3 (is_ready: true, fp4, $3.30/$16.50 per Mtok, 1M context). A minimal completions call against it fails:
Request:
POST https://cloud-api.near.ai/v1/chat/completions
{"model":"moonshotai/kimi-k3","messages":[{"role":"user","content":"Say OK"}],"max_tokens":10}
Response:
{"error":{"message":"Model 'moonshotai/kimi-k3' not found in any configured provider","type":"invalid_request_error","param":"model","code":null}}
Control: the identical request with moonshotai/kimi-k2.6 returns 200 with a normal completion — so the API key, request shape, and Moonshot lane are all fine; kimi-k3 specifically has no provider wired despite the catalog advertising it as ready.
Observed 2026-08-27 ~08:00 PT.
If this is a deploy-in-progress (noting today is your weekly release day), feel free to close once routing lands — filing since the catalog already serves the entry as is_ready: true.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the /v1/models and /v1/chat/completions entry points and compare how moonshotai/kimi-k3 is advertised with how moonshotai/kimi-k2.6 is routed. Reproduce the supplied requests; done means K3 is either successfully routable or no longer reported as ready, while the control request remains successful.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- ai, api
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100