Skip to content

Commit e832b94

Browse files
techpro-aimlapigitbook-bot
authored andcommitted
GITBOOK-490: docs: fix page url for nemotron-nano-12b-v2-vl
1 parent bb7fdcb commit e832b94

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

docs/SUMMARY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@
8989
* [hermes-4-405b](api-references/text-models-llm/nousresearch/hermes-4-405b.md)
9090
* [NVIDIA](api-references/text-models-llm/NVIDIA/README.md)
9191
* [llama-3.1-nemotron-70b](api-references/text-models-llm/NVIDIA/llama-3.1-nemotron-70b.md)
92-
* [nemotron-nano-9b-v2](api-references/text-models-llm/nvidia/nemotron-nano-9b-v2.md)
93-
* [nemotron-nano-12b-v2-vl](api-references/text-models-llm/nvidia/llama-3.1-nemotron-70b-1.md)
92+
* [nemotron-nano-9b-v2: f](api-references/text-models-llm/nvidia/nemotron-nano-9b-v2.md)
93+
* [nemotron-nano-12b-v2-vl](api-references/text-models-llm/nvidia/nemotron-nano-12b-v2-vl.md)
9494
* [OpenAI](api-references/text-models-llm/OpenAI/README.md)
9595
* [gpt-3.5-turbo](api-references/text-models-llm/OpenAI/gpt-3.5-turbo.md)
9696
* [gpt-4](api-references/text-models-llm/OpenAI/gpt-4.md)

docs/api-references/model-database.md

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/api-references/text-models-llm/README.md

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/api-references/text-models-llm/nvidia/llama-3.1-nemotron-70b-1.md renamed to docs/api-references/text-models-llm/nvidia/nemotron-nano-12b-v2-vl.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The model offers strong document understanding and summarization capabilities.
1919

2020
###  :digit\_two: Copy the code example
2121

22-
At the bottom of this page, you'll find [a code example](llama-3.1-nemotron-70b-1.md#code-example) that shows how to structure the request. Choose the code snippet in your preferred programming language and copy it into your development environment.
22+
At the bottom of this page, you'll find [a code example](nemotron-nano-12b-v2-vl.md#code-example) that shows how to structure the request. Choose the code snippet in your preferred programming language and copy it into your development environment.
2323

2424
### :digit\_three: Modify the code example
2525

@@ -28,7 +28,7 @@ At the bottom of this page, you'll find [a code example](llama-3.1-nemotron-70b-
2828

2929
### :digit\_four: <sup><sub><mark style="background-color:yellow;">(Optional)<mark style="background-color:yellow;"><sub></sup> Adjust other optional parameters if needed
3030

31-
Only `model` and `messages` are required parameters for this model (and we’ve already filled them in for you in the example), but you can include optional parameters if needed to adjust the model’s behavior. Below, you can find the corresponding [API schema](llama-3.1-nemotron-70b-1.md#api-schema), which lists all available parameters along with notes on how to use them.
31+
Only `model` and `messages` are required parameters for this model (and we’ve already filled them in for you in the example), but you can include optional parameters if needed to adjust the model’s behavior. Below, you can find the corresponding [API schema](nemotron-nano-12b-v2-vl.md#api-schema), which lists all available parameters along with notes on how to use them.
3232

3333
### :digit\_five: Run your modified code
3434

docs/capabilities/function-calling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ print(json.dumps(response.choices[0].message.model_dump()['tool_calls'], indent=
181181
* [moonshot/kimi-k2-0905-preview](../api-references/text-models-llm/moonshot/kimi-k2-preview.md)
182182
* [moonshot/kimi-k2-turbo-preview](../api-references/text-models-llm/moonshot/kimi-k2-turbo-preview.md)
183183
* [vidia/nemotron-nano-9b-v2](../api-references/text-models-llm/nvidia/nemotron-nano-9b-v2.md)
184-
* [nvidia/nemotron-nano-12b-v2-vl](../api-references/text-models-llm/nvidia/llama-3.1-nemotron-70b-1.md)
184+
* [nvidia/nemotron-nano-12b-v2-vl](../api-references/text-models-llm/nvidia/nemotron-nano-12b-v2-vl.md)
185185
* [x-ai/grok-3-beta](../api-references/text-models-llm/xai/grok-3-beta.md)
186186
* [x-ai/grok-3-mini-beta](../api-references/text-models-llm/xai/grok-3-mini-beta.md)
187187
* [x-ai/grok-4-07-09](../api-references/text-models-llm/xai/grok-4.md)

docs/capabilities/thinking-reasoning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Supported models:
8181
***
8282

8383
* [vidia/nemotron-nano-9b-v2](../api-references/text-models-llm/nvidia/nemotron-nano-9b-v2.md)
84-
* [nvidia/nemotron-nano-12b-v2-vl](../api-references/text-models-llm/nvidia/llama-3.1-nemotron-70b-1.md)
84+
* [nvidia/nemotron-nano-12b-v2-vl](../api-references/text-models-llm/nvidia/nemotron-nano-12b-v2-vl.md)
8585

8686
***
8787

0 commit comments

Comments
 (0)