diff options
| author | Trillium Smith <[email protected]> | 2025-09-12 18:22:54 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-09-12 21:22:54 -0400 |
| commit | e03f27381f155b9c653f004c0815423ceeda72db (patch) | |
| tree | 42d593bf09efdd509c4027541bb20303b9aef69e | |
| parent | aebd50da7e7402938ff3caeaf5c359bdeb67eaa0 (diff) | |
| download | opencode-e03f27381f155b9c653f004c0815423ceeda72db.tar.gz opencode-e03f27381f155b9c653f004c0815423ceeda72db.zip | |
docs: add tip block for finding available models (#2501)
Co-authored-by: GitHub Action <[email protected]>
| -rw-r--r-- | packages/web/src/content/docs/agents.mdx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/web/src/content/docs/agents.mdx b/packages/web/src/content/docs/agents.mdx index 1527a1b08..9281bd47c 100644 --- a/packages/web/src/content/docs/agents.mdx +++ b/packages/web/src/content/docs/agents.mdx @@ -542,6 +542,10 @@ For example, with OpenAI's reasoning models, you can control the reasoning effor These additional options are model and provider-specific. Check your provider's documentation for available parameters. +:::tip +Run `opencode models` to see a lit of the available models. +::: + --- ## Create agents |
