docs: clarify Claude Code token limit

This commit is contained in:
Eva Ho
2026-07-17 15:01:24 -04:00
parent c10a68fa49
commit 27fad3b707

View File

@@ -103,12 +103,14 @@ Choose a model with enough context for your repository.
</Card> </Card>
<Card title="Local models" icon="hard-drive" href="https://ollama.com/search?c=tools"> <Card title="Local models" icon="hard-drive" href="https://ollama.com/search?c=tools">
Choose a model and set a 100k+ context window. Choose a model and set a 64k+ context window.
</Card> </Card>
</CardGroup> </CardGroup>
<Note>For larger repositories, set the [context length](/context-length) to 64k or higher.</Note>
<Note> <Note>
Set the [context length](/context-length) to 100k or higher. Claude Code currently uses up to 200k context through Ollama. Claude Code supports up to a 200k token limit through Ollama.
</Note> </Note>
## More features ## More features