Skip to content

feat: add Kimi K3 coding plan support - #1164

Merged
Astro-Han merged 1 commit into
mainfrom
feat/kimi-k3-support
Jul 17, 2026
Merged

feat: add Kimi K3 coding plan support#1164
Astro-Han merged 1 commit into
mainfrom
feat/kimi-k3-support

Conversation

@Astro-Han

Copy link
Copy Markdown
Contributor

Summary

Add Kimi K3 as the first Kimi Coding Plan model while preserving the existing kimi-for-coding fallback.

Publish K3's 1,048,576-token context window, 131,072-token output limit, vision/tool/reasoning capabilities, and sole max effort. Send K3 through the existing Anthropic-compatible adapter with its required adaptive thinking mode and maximum effort on every turn.

Verification

  • npm --workspace @maka/core test (1,069 passed)
  • npm --workspace @maka/runtime test (2,068 passed, 7 skipped)
  • npm --workspace @maka/core run typecheck
  • npm --workspace @maka/runtime run typecheck
  • npx biome lint on all changed files
  • Added an Anthropic wire-level multi-step test covering /coding/v1/messages, x-api-key, thinking.type=adaptive, and output_config.effort=max

Live Kimi API validation is intentionally deferred to the benchmark dry run after the product and harness PRs merge.

@Astro-Han
Astro-Han merged commit 6c1c7a8 into mainJul 17, 2026
3 checks passed
@Astro-Han
Astro-Han deleted the feat/kimi-k3-support branch July 24, 2026 09:05
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@Astro-Han