Skip to content

evgyur/chip-models

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

chip-models

Public OpenClaw model reference: aliases, provider notes, and copy-paste config blocks without secrets.

Scope

This repository documents a public OpenClaw setup. It intentionally excludes API keys, OAuth exports, cookies, and host-specific private values.

Current Aliases

Alias Full ID Use Case
kimi kimi-coding/k2p5 Complex coding and architecture
sonnet anthropic/claude-sonnet-4-6 General reasoning
opus anthropic/claude-opus-4-6 Deep Anthropic tasks
mmfast minimax/MiniMax-M2.5-highspeed Fast replies
Minimax minimax/MiniMax-M2.5 Full MiniMax
codex openai-codex/gpt-5.3-codex Codex coding model
gpti openai-codex/gpt-5.3-chat-latest GPT-5.3 Instant
gptm openai-codex/gpt-5.4-mini GPT-5.4 Mini
gptt openai-codex/gpt-5.4 GPT-5.4 Thinking

OpenAI Note

codex, gpti, gptm, and gptt are documented here for the OAuth-backed openai-codex flow in OpenClaw, using ChatGPT subscription access rather than pay-as-you-go API billing.

Kimi Setup Summary

For current OpenClaw builds, the public working Kimi setup is:

  • provider: kimi-coding
  • model ref: kimi-coding/k2p5
  • wire API: anthropic-messages
  • wire endpoint: POST https://api.kimi.com/coding/v1/messages

Do not configure Kimi Coding in OpenClaw as:

  • api: "openai-completions"
  • model id kimi-for-coding
  • POST https://api.kimi.com/coding/v1/chat/completions

That older shape can look plausible, but in live testing it commonly degrades into:

  • HTTP 404 / model_not_found
  • selected model unavailable
  • OpenClaw fallback to another provider even though the Kimi key itself is valid

Use SKILL.md as the canonical reference for:

  • working provider blocks
  • broken anti-pattern examples
  • migration from older kimi-for-coding configs
  • troubleshooting probes and expected error signatures

Files

  • SKILL.md contains the actual public skill/reference text.
  • .gitignore keeps local secret material out of git.

Usage

Copy the relevant JSON blocks from SKILL.md into ~/.openclaw/openclaw.json, then fill placeholders locally.

About

Current models usable in OpenClaw with endpoints and extra hints to make them work smoothly in OpenClaw

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors