Documentation Index
Fetch the complete documentation index at: https://docs.gourmand.dev/llms.txt
Use this file to discover all available pages before exploring further.
Get an API key from the NVIDIA
Configuration
- YAML
- JSON (Deprecated)
config.yaml
Gobi CLI v1.4.49 is live š Learn how you can leverage the CLI with our MCP Cookbooks
Documentation Index
Fetch the complete documentation index at: https://docs.gourmand.dev/llms.txt
Use this file to discover all available pages before exploring further.
models:
- name: <MODEL_NAME>
provider: nvidia
model: <MODEL_ID>
apiKey: <YOUR_NVIDIA_API_KEY>
{
"models": [
{
"title": "<MODEL_NAME>",
"provider": "nvidia",
"model": "<MODEL_ID>",
"apiKey": "<YOUR_NVIDIA_API_KEY>"
}
]
}