Skip to content

moonshotai/kimi-k3 listed in /v1/models but unroutable: "not found in any configured provider" #985

Description

@PhilipSkeete

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions