Skip to content

Commit 8dfaad5

Browse files
committed
docs: update agent client context limits
1 parent a9998e3 commit 8dfaad5

3 files changed

Lines changed: 8 additions & 6 deletions

File tree

docs-site/src/content/docs/clients/hermes.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ model:
4040
provider: openai-api
4141
base_url: https://codex-pooler.example.com/v1
4242
api_mode: codex_responses
43-
context_length: 400000
43+
context_length: 272000
4444
supports_vision: true
4545

4646
agent:
@@ -91,7 +91,7 @@ model:
9191
default: gpt-5.5
9292
provider: openai-codex
9393
base_url: https://codex-pooler.example.com/v1
94-
context_length: 400000
94+
context_length: 272000
9595
supports_vision: true
9696
9797
agent:

docs-site/src/content/docs/clients/omp.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ providers:
3838
input:
3939
- text
4040
- image
41-
contextWindow: 400000
42-
maxTokens: 128000
41+
contextWindow: 272000
42+
maxTokens: 64000
4343
```
4444
4545
For local setup, change `baseUrl` to `http://localhost:4000/v1`.
@@ -67,6 +67,8 @@ modelRoles:
6767
plan: codex-pooler/gpt-5.5:xhigh
6868
task: codex-pooler/gpt-5.5:xhigh
6969
vision: codex-pooler/gpt-5.5:xhigh
70+
compaction:
71+
reserveTokens: 64000
7072
```
7173

7274
`startup.setupWizard: false` keeps OMP from opening the initial setup flow after the provider and roles are already configured.

docs-site/src/content/docs/clients/pi.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ For a deployed instance, add:
5151
"xhigh": "xhigh"
5252
},
5353
"input": ["text", "image"],
54-
"contextWindow": 400000,
55-
"maxTokens": 128000
54+
"contextWindow": 272000,
55+
"maxTokens": 64000
5656
}
5757
]
5858
}

0 commit comments

Comments
 (0)