Docs: Include step-by-step model configuration instructions for first…#5239
Merged
emma-squared merged 2 commits intomainfrom Oct 17, 2025
Merged
Docs: Include step-by-step model configuration instructions for first…#5239emma-squared merged 2 commits intomainfrom
emma-squared merged 2 commits intomainfrom
Conversation
…-time goose users
Contributor
|
|
|
||
| If you have a specific provider you want to use with goose, and an API key from that provider, select **Other Providers**. Find the provider of your choice and click its `Configure` button. Depending on your provider, you'll need to input [parameters](#available-providers) such as API Key, API Host, or other optional parameters. Click the `Submit` button to begin your first session. | ||
|
|
||
| If you don't see your provider in the list, click `Add Custom Provider`. A modal opens for you to input the provider type, display name (will be shown on the previous model selection screen), API URL, API key, and available models. Click `Create Provider` to authenticate and begin your first session. |
Contributor
There was a problem hiding this comment.
I think we need to write each of these out for Custom Provider, OpenRouter, and Tetrate like Step 1, step 2 and not like a paragraph. Kinda like what Angie was suggesting here
1. On the LLM Provider screen, choose Other Providers
2. Find the provider of your choice and click Configure
3.Enter the API key and choose the model of your choice.
Note that you can manually
enter model IDs for ones not in the list (e.g. claude-sonnet-4.5)
Contributor
Author
There was a problem hiding this comment.
OK, I'll set up some tabs and add more detail here!
Contributor
There was a problem hiding this comment.
Okay this is better! Thanks
Contributor
There was a problem hiding this comment.
Okay this is better! Thanks
blackgirlbytes
approved these changes
Oct 17, 2025
|
|
||
| If you have a specific provider you want to use with goose, and an API key from that provider, select **Other Providers**. Find the provider of your choice and click its `Configure` button. Depending on your provider, you'll need to input [parameters](#available-providers) such as API Key, API Host, or other optional parameters. Click the `Submit` button to begin your first session. | ||
|
|
||
| If you don't see your provider in the list, click `Add Custom Provider`. A modal opens for you to input the provider type, display name (will be shown on the previous model selection screen), API URL, API key, and available models. Click `Create Provider` to authenticate and begin your first session. |
Contributor
There was a problem hiding this comment.
Okay this is better! Thanks
michaelneale
added a commit
that referenced
this pull request
Oct 18, 2025
* main: Standardize Session Name Attribute (#5085) Docs: Include step-by-step model configuration instructions for first… (#5239) Delete message visibility filter (#5216) delete flaky pricing integration tests (#5207) chore: upgrade most npm packages to latest (#5185) Release/1.11.0 (#5224) Rewrite extension management tools (#5057) fix: re-sync package-lock.json (#5235) docs: Hacktoberfest MCP youtube short entry to community-content.json (#5150) feat: add schedule button to recipe entries (#5217) Autocompact threshold UI cleanup (#5232) fix: correct schema for openai tools (#5229)
tlongwell-block
added a commit
that referenced
this pull request
Oct 18, 2025
* origin/main: (66 commits) Revert "Rewrite extension management tools" (#5243) Standardize Session Name Attribute (#5085) Docs: Include step-by-step model configuration instructions for first… (#5239) Delete message visibility filter (#5216) delete flaky pricing integration tests (#5207) chore: upgrade most npm packages to latest (#5185) Release/1.11.0 (#5224) Rewrite extension management tools (#5057) fix: re-sync package-lock.json (#5235) docs: Hacktoberfest MCP youtube short entry to community-content.json (#5150) feat: add schedule button to recipe entries (#5217) Autocompact threshold UI cleanup (#5232) fix: correct schema for openai tools (#5229) Break compaction back into check_ and do_ compaction (#5212) fix: revert built app name to uppercase Goose (#5206) feat: add Code Documentation Generator recipe (#5121) (#5125) Revert "feat: enhance goose to search sessions for easy recall (#5177)" (#5209) Blog: Best Practices for Prompt Engineering with goose (#5204) force WAL sync after session create (#5202) Feat: goose Apify MCP integration docs (#5047) ...
lifeizhou-ap
added a commit
that referenced
this pull request
Oct 19, 2025
* main: (32 commits) turn off WAL (#5203) Skip subagents for gemini (#5257) Revert "Standardize Session Name Attribute" (#5250) improve provider request logging a bit (#5236) Fix OpenAI empty choices panic (#5248) Revert "Rewrite extension management tools" (#5243) Standardize Session Name Attribute (#5085) Docs: Include step-by-step model configuration instructions for first… (#5239) Delete message visibility filter (#5216) delete flaky pricing integration tests (#5207) chore: upgrade most npm packages to latest (#5185) Release/1.11.0 (#5224) Rewrite extension management tools (#5057) fix: re-sync package-lock.json (#5235) docs: Hacktoberfest MCP youtube short entry to community-content.json (#5150) feat: add schedule button to recipe entries (#5217) Autocompact threshold UI cleanup (#5232) fix: correct schema for openai tools (#5229) Break compaction back into check_ and do_ compaction (#5212) fix: revert built app name to uppercase Goose (#5206) ...
katzdave
added a commit
that referenced
this pull request
Oct 20, 2025
* 'main' of github.com:block/goose: docs: provide more clarity in tagging step of releases (#5269) docs: add GOOSE_DEBUG environment variable (#5265) Lifei/UI parameter input (#5222) turn off WAL (#5203) Skip subagents for gemini (#5257) Revert "Standardize Session Name Attribute" (#5250) improve provider request logging a bit (#5236) Fix OpenAI empty choices panic (#5248) Revert "Rewrite extension management tools" (#5243) Standardize Session Name Attribute (#5085) Docs: Include step-by-step model configuration instructions for first… (#5239) Delete message visibility filter (#5216) delete flaky pricing integration tests (#5207) chore: upgrade most npm packages to latest (#5185) Release/1.11.0 (#5224)
michaelneale
added a commit
that referenced
this pull request
Oct 21, 2025
* main: (40 commits) Fix extension manager resource deadlock (#5066) add new prompt for memory extension (#4945) feat: Stable system prompt and tool ordering for more cache hits (#5192) Remove gtag analytics error (#5268) Feat/smart task organizer recipe (#5032) docs: `goose recipe open` command (#5264) docs: provide more clarity in tagging step of releases (#5269) docs: add GOOSE_DEBUG environment variable (#5265) Lifei/UI parameter input (#5222) turn off WAL (#5203) Skip subagents for gemini (#5257) Revert "Standardize Session Name Attribute" (#5250) improve provider request logging a bit (#5236) Fix OpenAI empty choices panic (#5248) Revert "Rewrite extension management tools" (#5243) Standardize Session Name Attribute (#5085) Docs: Include step-by-step model configuration instructions for first… (#5239) Delete message visibility filter (#5216) delete flaky pricing integration tests (#5207) chore: upgrade most npm packages to latest (#5185) ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Include step-by-step model configuration instructions for first-time goose users.
Summary
providers.mdandquickstart.mdfor first-time model configuration.Type of Change
Testing
Built and tested doc site, no errors