docs(inference): clarify local inference routing#190
Merged
Conversation
kirit93
reviewed
Mar 10, 2026
| $ nemoclaw provider create --name nvidia-prod --type nvidia --from-existing | ||
| ``` | ||
|
|
||
| You can also use `openai` or `anthropic` providers. |
Collaborator
There was a problem hiding this comment.
nit: suggest writing "provider types."
kirit93
reviewed
Mar 10, 2026
| Or switch providers without repeating the current model manually: | ||
|
|
||
| ```console | ||
| $ nemoclaw inference update --provider openai-prod |
Collaborator
There was a problem hiding this comment.
Does it make sense to update the provider without updating the model?
kirit93
reviewed
Mar 10, 2026
| client = OpenAI(base_url="https://inference.local/v1", api_key="dummy") | ||
|
|
||
| response = client.chat.completions.create( | ||
| model="anything", |
Collaborator
There was a problem hiding this comment.
What do we recommend users pass here? Can model be omitted?
5 tasks
drew
pushed a commit
that referenced
this pull request
Mar 16, 2026
* docs(inference): clarify local inference routing * docs(inference): update provider and model examples * fix doc build --------- Co-authored-by: Miyoung Choi <miyoungc@nvidia.com>
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.
Summary
inference.localendpointinference.localas the local-privacy path that routes to the gateway-configured model and rename the configure page toconfigureVerification
uv run sphinx-build -b html docs _build/docsmise run pre-commit(repo-wide checks ran; existing unrelated clippy warnings remain)