// generated reference · 06
Generated config reference
Keys extracted from base okami.yaml. The editorial reference explains policy and usage; this table shows the real loaded surface today.
| key | base value | role |
|---|---|---|
default_provider | lmstudio | Provider used when no provider is specified by the command. |
memory | map | Key loaded from the base okami.yaml. |
memory.backend | sqlite-fts5 | Memory, embeddings, identity files and backend configuration. |
memory.global | true | Memory, embeddings, identity files and backend configuration. |
memory.embedder | map | Memory, embeddings, identity files and backend configuration. |
memory.embedder.enabled | true | Memory, embeddings, identity files and backend configuration. |
memory.embedder.api_base | http://localhost:4480/v1 | Memory, embeddings, identity files and backend configuration. |
memory.embedder.model | text-embedding-nomic-embed-text-v1.5 | Memory, embeddings, identity files and backend configuration. |
memory.holographic | map | Memory, embeddings, identity files and backend configuration. |
memory.holographic.dim | 1024 | Memory, embeddings, identity files and backend configuration. |
memory.files | map | Memory, embeddings, identity files and backend configuration. |
memory.files.soul | 6000 | Memory, embeddings, identity files and backend configuration. |
memory.files.voice | 6000 | Memory, embeddings, identity files and backend configuration. |
memory.files.persona | 6000 | Memory, embeddings, identity files and backend configuration. |
memory.files.agents | 4000 | Memory, embeddings, identity files and backend configuration. |
memory.files.user | 4000 | Memory, embeddings, identity files and backend configuration. |
memory.files.memory | 4000 | Memory, embeddings, identity files and backend configuration. |
contracts | map | Key loaded from the base okami.yaml. |
contracts.ui | map | Verifiable UI and design-system contract. |
contracts.ui.library | shadcn | Verifiable UI and design-system contract. |
contracts.ui.component_source | '@/components/ui' | Verifiable UI and design-system contract. |
contracts.ui.forbid_inline_hex | true | Verifiable UI and design-system contract. |
contracts.ui.forbid_raw_css | true | Verifiable UI and design-system contract. |
contracts.ui.require_component_source | true | Verifiable UI and design-system contract. |
learning | source comment | Key loaded from the base okami.yaml. |
review | false | Key loaded from the base okami.yaml. |
review_interval | 6 | Key loaded from the base okami.yaml. |
auto_skill | false | Key loaded from the base okami.yaml. |
auto_tune | true | Key loaded from the base okami.yaml. |
retention | source comment | Key loaded from the base okami.yaml. |
sessions | {days: 30, keep: 10} | Key loaded from the base okami.yaml. |
checkpoints | {days: 14, keep: 50} | Key loaded from the base okami.yaml. |
tool_outputs | {days: 7, keep: 200} | Key loaded from the base okami.yaml. |
processes | {ttl_hours: 24} | Key loaded from the base okami.yaml. |
audio | {enabled: true} | Key loaded from the base okami.yaml. |
quota_mb | {tool_outputs: 500, checkpoints: 200, sessions: 200} | Key loaded from the base okami.yaml. |
gateway | source comment | Key loaded from the base okami.yaml. |
reactions | true | Key loaded from the base okami.yaml. |
voice | source comment | Key loaded from the base okami.yaml. |
stt | map | Key loaded from the base okami.yaml. |
stt.backend | whisper | Key loaded from the base okami.yaml. |
stt.model | small | Key loaded from the base okami.yaml. |
tts | map | Key loaded from the base okami.yaml. |
tts.enabled | true | Key loaded from the base okami.yaml. |
tts.backend | edge | Key loaded from the base okami.yaml. |
tts.voice | pt-BR-AntonioNeural | Key loaded from the base okami.yaml. |
providers | map | Key loaded from the base okami.yaml. |
providers.lmstudio | map | Provider, auth, transport, fallback, model and context-window configuration. |
providers.lmstudio.model | openai/qwen3.5-4b-mtp | Provider, auth, transport, fallback, model and context-window configuration. |
providers.lmstudio.api_base | http://localhost:4480/v1 | Provider, auth, transport, fallback, model and context-window configuration. |
providers.lmstudio.api_key | lm-studio | Provider, auth, transport, fallback, model and context-window configuration. |
providers.lmstudio.auth | api_key | Provider, auth, transport, fallback, model and context-window configuration. |
providers.lmstudio.tier | local | Provider, auth, transport, fallback, model and context-window configuration. |
providers.lmstudio.context_window | 32768 | Provider, auth, transport, fallback, model and context-window configuration. |
providers.lmstudio.capability | map | Provider, auth, transport, fallback, model and context-window configuration. |
providers.lmstudio.capability.tool_mode | json_constrained | Provider, auth, transport, fallback, model and context-window configuration. |
providers.lmstudio.models | map | Provider, auth, transport, fallback, model and context-window configuration. |
providers.lmstudio.notes | List models with okami doctor; change the model as needed. | Provider, auth, transport, fallback, model and context-window configuration. |
providers.codex | map | Provider, auth, transport, fallback, model and context-window configuration. |
providers.codex.model | openai-codex/gpt-5.5 | Provider, auth, transport, fallback, model and context-window configuration. |
providers.codex.fallback | [claude, minimax, lmstudio] | Provider, auth, transport, fallback, model and context-window configuration. |
providers.codex.auth | oauth_subscription | Provider, auth, transport, fallback, model and context-window configuration. |
providers.codex.transport | codex_oauth | Provider, auth, transport, fallback, model and context-window configuration. |
providers.codex.tier | strong | Provider, auth, transport, fallback, model and context-window configuration. |
providers.codex.context_window | 256000 | Provider, auth, transport, fallback, model and context-window configuration. |
providers.codex.reasoning_effort | high | Provider, auth, transport, fallback, model and context-window configuration. |
providers.codex.models | map | Provider, auth, transport, fallback, model and context-window configuration. |
providers.codex.notes | Login with okami login codex using device flow. | Provider, auth, transport, fallback, model and context-window configuration. |
providers.claude | map | Provider, auth, transport, fallback, model and context-window configuration. |
providers.claude.model | claude-subscription/claude-opus-4-8 | Provider, auth, transport, fallback, model and context-window configuration. |
providers.claude.fallback | [codex, minimax, lmstudio] | Provider, auth, transport, fallback, model and context-window configuration. |
providers.claude.auth | oauth_subscription | Provider, auth, transport, fallback, model and context-window configuration. |
providers.claude.transport | claude_cli | Provider, auth, transport, fallback, model and context-window configuration. |
providers.claude.tier | strong | Provider, auth, transport, fallback, model and context-window configuration. |
providers.claude.context_window | 200000 | Provider, auth, transport, fallback, model and context-window configuration. |
providers.claude.models | map | Provider, auth, transport, fallback, model and context-window configuration. |
providers.claude.notes | Uses the claude CLI for subscription/OAuth refresh. | Provider, auth, transport, fallback, model and context-window configuration. |
providers.minimax | source comment | Provider, auth, transport, fallback, model and context-window configuration. |
providers.model | openai/MiniMax-M3 | Provider, auth, transport, fallback, model and context-window configuration. |
providers.fallback | [codex, claude, lmstudio] | Provider, auth, transport, fallback, model and context-window configuration. |
Showing 80 of 90 rows. Open the interactive docs for the complete table.

