I'm running openclaw with the nvidia open ai compatible api for qwen3-coder-480b-a35b-instruct and want to make sure my config is set right.
I set the context window and the max tokens as the same value in my openclaw.json, it runs fine but I sense I've made a mistake of some kind
"contextWindow": 262144,
"maxTokens": 262144,
`
I find this to be a bit slow in terms of responding, but still usable.
Can it be improved by reducing the max tokens?