From b6c9df970a8c207089efe09292857ec1b7138d7a Mon Sep 17 00:00:00 2001 From: Aiden Cline <63023139+rekram1-node@users.noreply.github.com> Date: Tue, 7 Oct 2025 11:50:37 -0500 Subject: [PATCH] docs: troubleshooting ProviderModelNotFoundError (#3016) --- packages/web/src/content/docs/troubleshooting.mdx | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages/web/src/content/docs/troubleshooting.mdx b/packages/web/src/content/docs/troubleshooting.mdx index 98615823..fb8e964b 100644 --- a/packages/web/src/content/docs/troubleshooting.mdx +++ b/packages/web/src/content/docs/troubleshooting.mdx @@ -86,6 +86,18 @@ Here are some common issues and how to resolve them. 2. Verify the model name in your config is correct 3. Some models may require specific access or subscriptions +If you encounter `ProviderModelNotFoundError` you are most likely incorrectly +referencing a model somewhere. +Models should be referenced like so: `/` + + +Examples: +- `openai/gpt-4.1` +- `openrouter/google/gemini-2.5-flash` +- `opencode/kimi-k2` + +To figure out what models you have access to, run `opencode models` + --- ### ProviderInitError