Skip to content

Commit c0c18a9

Browse files
[DOCS] Update references to 2025 (#28697)
Co-authored-by: sgolebiewski-intel <sebastianx.golebiewski@intel.com>
1 parent 49f636f commit c0c18a9

File tree

95 files changed

+284
-285
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+284
-285
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ endif()
4343

4444
project(OpenVINO
4545
DESCRIPTION "OpenVINO toolkit"
46-
HOMEPAGE_URL "https://docs.openvino.ai/2024/home.html"
46+
HOMEPAGE_URL "https://docs.openvino.ai/2025/index.html"
4747
LANGUAGES C CXX)
4848

4949
find_package(OpenVINODeveloperScripts REQUIRED

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ product better.
5252
Since the market of computing devices is constantly evolving, OpenVINO is always open to extending
5353
its support for new hardware. If you want to run inference on a device that is currently not supported,
5454
you can see how to develop a new plugin for it in the
55-
[Plugin Developer Guide](https://docs.openvino.ai/2024/documentation/openvino-extensibility/openvino-plugin-library.html).
55+
[Plugin Developer Guide](https://docs.openvino.ai/2025/documentation/openvino-extensibility/openvino-plugin-library.html).
5656

5757

5858
### Improve documentation

README.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Open-source software toolkit for optimizing and deploying deep learning models.
66
</h3>
77

88
<p align="center">
9-
<a href="https://docs.openvino.ai/2024/index.html"><b>Documentation</b></a> • <a href="https://blog.openvino.ai"><b>Blog</b></a> • <a href="https://docs.openvino.ai/2024/about-openvino/key-features.html"><b>Key Features</b></a> • <a href="https://docs.openvino.ai/2024/learn-openvino.html"><b>Tutorials</b></a> • <a href="https://docs.openvino.ai/2024/documentation/openvino-ecosystem.html"><b>Integrations</b></a> • <a href="https://docs.openvino.ai/2024/about-openvino/performance-benchmarks.html"><b>Benchmarks</b></a> • <a href="https://github.com/openvinotoolkit/openvino.genai"><b>Generative AI</b></a>
9+
<a href="https://docs.openvino.ai/2025/index.html"><b>Documentation</b></a> • <a href="https://blog.openvino.ai"><b>Blog</b></a> • <a href="https://docs.openvino.ai/2025/about-openvino/key-features.html"><b>Key Features</b></a> • <a href="https://docs.openvino.ai/2025/learn-openvino.html"><b>Tutorials</b></a> • <a href="https://docs.openvino.ai/2025/documentation/openvino-ecosystem.html"><b>Integrations</b></a> • <a href="https://docs.openvino.ai/2025/about-openvino/performance-benchmarks.html"><b>Benchmarks</b></a> • <a href="https://github.com/openvinotoolkit/openvino.genai"><b>Generative AI</b></a>
1010
</p>
1111

1212
[![PyPI Status](https://badge.fury.io/py/openvino.svg)](https://badge.fury.io/py/openvino)
@@ -24,22 +24,22 @@ Open-source software toolkit for optimizing and deploying deep learning models.
2424
- **Broad Platform Compatibility**: Reduce resource demands and efficiently deploy on a range of platforms from edge to cloud. OpenVINO™ supports inference on CPU (x86, ARM), GPU (OpenCL capable, integrated and discrete) and AI accelerators (Intel NPU).
2525
- **Community and Ecosystem**: Join an active community contributing to the enhancement of deep learning performance across various domains.
2626

27-
Check out the [OpenVINO Cheat Sheet](https://docs.openvino.ai/2024/_static/download/OpenVINO_Quick_Start_Guide.pdf) and [Key Features](https://docs.openvino.ai/2024/about-openvino/key-features.html) for a quick reference.
27+
Check out the [OpenVINO Cheat Sheet](https://docs.openvino.ai/2025/_static/download/OpenVINO_Quick_Start_Guide.pdf) and [Key Features](https://docs.openvino.ai/2025/about-openvino/key-features.html) for a quick reference.
2828

2929

3030
## Installation
3131

32-
[Get your preferred distribution of OpenVINO](https://docs.openvino.ai/2024/get-started/install-openvino.html) or use this command for quick installation:
32+
[Get your preferred distribution of OpenVINO](https://docs.openvino.ai/2025/get-started/install-openvino.html) or use this command for quick installation:
3333

3434
```sh
3535
pip install -U openvino
3636
```
3737

38-
Check [system requirements](https://docs.openvino.ai/2024/about-openvino/system-requirements.html) and [supported devices](https://docs.openvino.ai/2024/about-openvino/compatibility-and-support/supported-devices.html) for detailed information.
38+
Check [system requirements](https://docs.openvino.ai/2025/about-openvino/system-requirements.html) and [supported devices](https://docs.openvino.ai/2025/about-openvino/compatibility-and-support/supported-devices.html) for detailed information.
3939

4040
## Tutorials and Examples
4141

42-
[OpenVINO Quickstart example](https://docs.openvino.ai/2024/get-started.html) will walk you through the basics of deploying your first model.
42+
[OpenVINO Quickstart example](https://docs.openvino.ai/2025/get-started.html) will walk you through the basics of deploying your first model.
4343

4444
Learn how to optimize and deploy popular models with the [OpenVINO Notebooks](https://github.com/openvinotoolkit/openvino_notebooks)📚:
4545
- [Create an LLM-powered Chatbot using OpenVINO](https://github.com/openvinotoolkit/openvino_notebooks/blob/latest/notebooks/llm-chatbot/llm-chatbot-generate-api.ipynb)
@@ -48,7 +48,7 @@ Learn how to optimize and deploy popular models with the [OpenVINO Notebooks](ht
4848
- [Multimodal assistant with LLaVa and OpenVINO](https://github.com/openvinotoolkit/openvino_notebooks/blob/latest/notebooks/llava-multimodal-chatbot/llava-multimodal-chatbot-genai.ipynb)
4949
- [Automatic speech recognition using Whisper and OpenVINO](https://github.com/openvinotoolkit/openvino_notebooks/blob/latest/notebooks/whisper-asr-genai/whisper-asr-genai.ipynb)
5050

51-
Discover more examples in the [OpenVINO Samples (Python & C++)](https://docs.openvino.ai/2024/learn-openvino/openvino-samples.html) and [Notebooks (Python)](https://docs.openvino.ai/2024/learn-openvino/interactive-tutorials-python.html).
51+
Discover more examples in the [OpenVINO Samples (Python & C++)](https://docs.openvino.ai/2025/learn-openvino/openvino-samples.html) and [Notebooks (Python)](https://docs.openvino.ai/2025/learn-openvino/interactive-tutorials-python.html).
5252

5353
Here are easy-to-follow code examples demonstrating how to run PyTorch and TensorFlow model inference using OpenVINO:
5454

@@ -96,11 +96,11 @@ data = np.random.rand(1, 224, 224, 3)
9696
output = compiled_model({0: data})
9797
```
9898

99-
OpenVINO supports the CPU, GPU, and NPU [devices](https://docs.openvino.ai/2024/openvino-workflow/running-inference/inference-devices-and-modes.html) and works with models from PyTorch, TensorFlow, ONNX, TensorFlow Lite, PaddlePaddle, and JAX/Flax [frameworks](https://docs.openvino.ai/2024/openvino-workflow/model-preparation.html). It includes [APIs](https://docs.openvino.ai/2024/api/api_reference.html) in C++, Python, C, NodeJS, and offers the GenAI API for optimized model pipelines and performance.
99+
OpenVINO supports the CPU, GPU, and NPU [devices](https://docs.openvino.ai/2025/openvino-workflow/running-inference/inference-devices-and-modes.html) and works with models from PyTorch, TensorFlow, ONNX, TensorFlow Lite, PaddlePaddle, and JAX/Flax [frameworks](https://docs.openvino.ai/2025/openvino-workflow/model-preparation.html). It includes [APIs](https://docs.openvino.ai/2025/api/api_reference.html) in C++, Python, C, NodeJS, and offers the GenAI API for optimized model pipelines and performance.
100100

101101
## Generative AI with OpenVINO
102102

103-
Get started with the OpenVINO GenAI [installation](https://docs.openvino.ai/2024/get-started/install-openvino/install-openvino-genai.html) and refer to the [detailed guide](https://docs.openvino.ai/2024/openvino-workflow-generative/generative-inference.html) to explore the capabilities of Generative AI using OpenVINO.
103+
Get started with the OpenVINO GenAI [installation](https://docs.openvino.ai/2025/get-started/install-openvino/install-openvino-genai.html) and refer to the [detailed guide](https://docs.openvino.ai/2025/openvino-workflow-generative/generative-inference.html) to explore the capabilities of Generative AI using OpenVINO.
104104

105105
Learn how to run LLMs and GenAI with [Samples](https://github.com/openvinotoolkit/openvino.genai/tree/master/samples) in the [OpenVINO™ GenAI repo](https://github.com/openvinotoolkit/openvino.genai). See GenAI in action with Jupyter notebooks: [LLM-powered Chatbot](https://github.com/openvinotoolkit/openvino_notebooks/blob/latest/notebooks/llm-chatbot/README.md) and [LLM Instruction-following pipeline](https://github.com/openvinotoolkit/openvino_notebooks/blob/latest/notebooks/llm-question-answering/README.md).
106106

@@ -122,7 +122,7 @@ Learn how to run LLMs and GenAI with [Samples](https://github.com/openvinotoolki
122122
### Integrations
123123

124124
- [🤗Optimum Intel](https://github.com/huggingface/optimum-intel) - grab and use models leveraging OpenVINO within the Hugging Face API.
125-
- [Torch.compile](https://docs.openvino.ai/2024/openvino-workflow/torch-compile.html) - use OpenVINO for Python-native applications by JIT-compiling code into optimized kernels.
125+
- [Torch.compile](https://docs.openvino.ai/2025/openvino-workflow/torch-compile.html) - use OpenVINO for Python-native applications by JIT-compiling code into optimized kernels.
126126
- [OpenVINO LLMs inference and serving with vLLM​](https://docs.vllm.ai/en/stable/getting_started/openvino-installation.html) - enhance vLLM's fast and easy model serving with the OpenVINO backend.
127127
- [OpenVINO Execution Provider for ONNX Runtime](https://onnxruntime.ai/docs/execution-providers/OpenVINO-ExecutionProvider.html) - use OpenVINO as a backend with your existing ONNX Runtime code.
128128
- [LlamaIndex](https://docs.llamaindex.ai/en/stable/examples/llm/openvino/) - build context-augmented GenAI applications with the LlamaIndex framework and enhance runtime performance with OpenVINO.
@@ -133,7 +133,7 @@ Check out the [Awesome OpenVINO](https://github.com/openvinotoolkit/awesome-open
133133

134134
## Performance
135135

136-
Explore [OpenVINO Performance Benchmarks](https://docs.openvino.ai/2024/about-openvino/performance-benchmarks.html) to discover the optimal hardware configurations and plan your AI deployment based on verified data.
136+
Explore [OpenVINO Performance Benchmarks](https://docs.openvino.ai/2025/about-openvino/performance-benchmarks.html) to discover the optimal hardware configurations and plan your AI deployment based on verified data.
137137

138138
## Contribution and Support
139139

@@ -149,7 +149,7 @@ You can ask questions and get support on:
149149

150150
## Resources
151151

152-
* [Release Notes](https://docs.openvino.ai/2024/about-openvino/release-notes-openvino.html)
152+
* [Release Notes](https://docs.openvino.ai/2025/about-openvino/release-notes-openvino.html)
153153
* [OpenVINO Blog](https://blog.openvino.ai/)
154154
* [OpenVINO™ toolkit on Medium](https://medium.com/@openvino)
155155

@@ -164,7 +164,7 @@ You can opt-out at any time by running the command:
164164
opt_in_out --opt_out
165165
```
166166

167-
More Information is available at [OpenVINO™ Telemetry](https://docs.openvino.ai/2024/about-openvino/additional-resources/telemetry.html).
167+
More Information is available at [OpenVINO™ Telemetry](https://docs.openvino.ai/2025/about-openvino/additional-resources/telemetry.html).
168168

169169
## License
170170

docs/RELEASE.MD

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This phase takes 2-4 weeks and involves scoping the backlog, prioritizing it, an
1313

1414
### Execution (development of new features)
1515
- [OpenVINO Contributing Guide](https://github.com/openvinotoolkit/openvino/blob/master/CONTRIBUTING.md)
16-
- [Code Contribution Guide](https://docs.openvino.ai/2024/about-openvino/contributing/code-contribution-guide.html)
16+
- [Code Contribution Guide](https://docs.openvino.ai/2025/about-openvino/contributing/code-contribution-guide.html)
1717
- [OpenVINO First Good Issue](https://github.com/openvinotoolkit/openvino/issues/17502)
1818

1919
### Stabilization (Feature Freeze, Code Freeze milestones)
@@ -25,5 +25,5 @@ This phase takes 2-4 weeks and involves scoping the backlog, prioritizing it, an
2525
- After Code Freeze, the testing team can perform final regression testing to ensure that recent changes have not introduced new bugs and that the software meets the required quality standards.
2626

2727
### Distribution
28-
- OpenVINO has different types of build distribution: Regular releases, Long-Term Support, Pre-release releases, Nightly builds. Read more here: [OpenVINO Release Policy](https://docs.openvino.ai/2024/about-openvino/release-notes-openvino/release-policy.html)
28+
- OpenVINO has different types of build distribution: Regular releases, Long-Term Support, Pre-release releases, Nightly builds. Read more here: [OpenVINO Release Policy](https://docs.openvino.ai/2025/about-openvino/release-notes-openvino/release-policy.html)
2929
- Different distribution channels are supported. Explore different options here: [OpenVINO Download](https://www.intel.com/content/www/us/en/developer/tools/openvino-toolkit/download.html)

docs/articles_en/about-openvino/contributing.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ PR. This way, it will be easier for other developers to track changes.
8989

9090
If you want to run inference on a device that is currently not supported, you
9191
can see how to develop a new plugin for it in the
92-
`Plugin Developer Guide <https://docs.openvino.ai/nightly/documentation/openvino-extensibility/openvino-plugin-library.html>`__.
92+
`Plugin Developer Guide <https://docs.openvino.ai/2025/documentation/openvino-extensibility/openvino-plugin-library.html>`__.
9393

9494

9595
:fas:`file-alt` Improve documentation

docs/articles_en/about-openvino/key-features.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Easy Integration
1717
| With the OpenVINO GenAI, you can run generative models with just a few lines of code.
1818
Check out the GenAI guide for instructions on how to do it.
1919
20-
| `Python / C++ / C / NodeJS APIs <https://docs.openvino.ai/2024/api/api_reference.html>`__
20+
| `Python / C++ / C / NodeJS APIs <https://docs.openvino.ai/2025/api/api_reference.html>`__
2121
| OpenVINO offers the C++ API as a complete set of available methods. For less resource-critical
2222
solutions, the Python API provides almost full coverage, while C and NodeJS ones are limited
2323
to the methods most basic for their typical environments. The NodeJS API, is still in its

docs/articles_en/about-openvino/performance-benchmarks/generative-ai-performance.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The tables below list the key performance indicators for inference on built-in G
5656

5757
.. grid-item::
5858

59-
.. button-link:: https://docs.openvino.ai/2024/_static/download/benchmarking_genai_platform_list.pdf
59+
.. button-link:: https://docs.openvino.ai/2025/_static/download/benchmarking_genai_platform_list.pdf
6060
:color: primary
6161
:outline:
6262
:expand:

docs/articles_en/documentation/openvino-ecosystem.rst

+6-6
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ models. Check the LLM-powered Chatbot Jupyter notebook to see how GenAI works.
3333

3434
| **Neural Network Compression Framework**
3535
| :bdg-link-dark:`Github <https://github.com/openvinotoolkit/nncf>`
36-
:bdg-link-success:`User Guide <https://docs.openvino.ai/2024/openvino-workflow/model-optimization.html>`
36+
:bdg-link-success:`User Guide <https://docs.openvino.ai/2025/openvino-workflow/model-optimization.html>`
3737
3838
A suite of advanced algorithms for Neural Network inference optimization with minimal accuracy
3939
drop. NNCF applies quantization, filter pruning, binarization, and sparsity algorithms to PyTorch
@@ -43,7 +43,7 @@ and TensorFlow models during training.
4343

4444
| **OpenVINO Model Server**
4545
| :bdg-link-dark:`Github <https://github.com/openvinotoolkit/model_server>`
46-
:bdg-link-success:`User Guide <https://docs.openvino.ai/2024/ovms_what_is_openvino_model_server.html>`
46+
:bdg-link-success:`User Guide <https://docs.openvino.ai/2025/ovms_what_is_openvino_model_server.html>`
4747
4848
A high-performance system that can be used to access the host models via request to the model
4949
server.
@@ -52,7 +52,7 @@ server.
5252

5353
| **OpenVINO Notebooks**
5454
| :bdg-link-dark:`Github <https://github.com/openvinotoolkit/openvino_notebooks>`
55-
:bdg-link-success:`Jupyter Notebook Collection <https://docs.openvino.ai/2024/learn-openvino/interactive-tutorials-python.html>`
55+
:bdg-link-success:`Jupyter Notebook Collection <https://docs.openvino.ai/2025/learn-openvino/interactive-tutorials-python.html>`
5656
5757
A collection of Jupyter notebooks for learning and experimenting with the OpenVINO™ Toolkit.
5858
|hr|
@@ -68,7 +68,7 @@ without the need to convert.
6868

6969
| **OpenVINO Training Extensions**
7070
| :bdg-link-dark:`Github <https://github.com/openvinotoolkit/training_extensions>`
71-
:bdg-link-success:`Overview Page <https://docs.openvino.ai/2024/documentation/openvino-ecosystem/openvino-training-extensions.html>`
71+
:bdg-link-success:`Overview Page <https://docs.openvino.ai/2025/documentation/openvino-ecosystem/openvino-training-extensions.html>`
7272
7373
A convenient environment to train Deep Learning models and convert them using the OpenVINO™
7474
toolkit for optimized inference.
@@ -77,7 +77,7 @@ toolkit for optimized inference.
7777

7878
| **OpenVINO Security Addon**
7979
| :bdg-link-dark:`Github <https://github.com/openvinotoolkit/security_addon>`
80-
:bdg-link-success:`User Guide <https://docs.openvino.ai/2024/documentation/openvino-ecosystem/openvino-security-add-on.html>`
80+
:bdg-link-success:`User Guide <https://docs.openvino.ai/2025/documentation/openvino-ecosystem/openvino-security-add-on.html>`
8181
8282
A solution for Model Developers and Independent Software Vendors to use secure packaging and
8383
secure model execution.
@@ -86,7 +86,7 @@ secure model execution.
8686

8787
| **Datumaro**
8888
| :bdg-link-dark:`Github <https://github.com/openvinotoolkit/datumaro>`
89-
:bdg-link-success:`Overview Page <https://docs.openvino.ai/2024/documentation/openvino-ecosystem/datumaro.html>`
89+
:bdg-link-success:`Overview Page <https://docs.openvino.ai/2025/documentation/openvino-ecosystem/datumaro.html>`
9090
9191
A framework and a CLI tool for building, transforming, and analyzing datasets.
9292
|hr|

docs/articles_en/documentation/openvino-extensibility/openvino-plugin-library.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,6 @@ Detailed Guides
9494
API References
9595
##############
9696

97-
* `OpenVINO Plugin API <https://docs.openvino.ai/2024/api/c_cpp_api/group__ov__dev__api.html>`__
98-
* `OpenVINO Transformation API <https://docs.openvino.ai/2024/api/c_cpp_api/group__ie__transformation__api.html>`__
97+
* `OpenVINO Plugin API <https://docs.openvino.ai/2025/api/c_cpp_api/group__ov__dev__api.html>`__
98+
* `OpenVINO Transformation API <https://docs.openvino.ai/2025/api/c_cpp_api/group__ie__transformation__api.html>`__
9999

docs/articles_en/documentation/openvino-extensibility/openvino-plugin-library/plugin-api-references.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ Plugin API Reference
1515

1616
The guides below provides extra API references needed for OpenVINO plugin development:
1717

18-
* `OpenVINO Plugin API <https://docs.openvino.ai/2024/api/c_cpp_api/group__ov__dev__api.html>`__
19-
* `OpenVINO Transformation API <https://docs.openvino.ai/2024/api/c_cpp_api/group__ie__transformation__api.html>`__
18+
* `OpenVINO Plugin API <https://docs.openvino.ai/2025/api/c_cpp_api/group__ov__dev__api.html>`__
19+
* `OpenVINO Transformation API <https://docs.openvino.ai/2025/api/c_cpp_api/group__ie__transformation__api.html>`__
2020

docs/articles_en/get-started.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ GET STARTED
3030

3131

3232
For a quick reference, check out
33-
`the Quick Start Guide [pdf] <https://docs.openvino.ai/2024/_static/download/OpenVINO_Quick_Start_Guide.pdf>`__
33+
`the Quick Start Guide [pdf] <https://docs.openvino.ai/2025/_static/download/OpenVINO_Quick_Start_Guide.pdf>`__
3434

3535

3636
.. _quick-start-example:

docs/articles_en/get-started/configurations/genai-dependencies.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ is used instead. Mixing different ABIs is not possible as doing so will result i
1919

2020
To try OpenVINO GenAI with different dependencies versions (which are **not** prebuilt packages
2121
as archives or python wheels), build OpenVINO GenAI library from
22-
`Source <https://github.com/openvinotoolkit/openvino.genai/blob/releases/2024/3/src/docs/BUILD.md#build-openvino-openvino-tokenizers-and-openvino-genai-from-source>`__.
22+
`Source <https://github.com/openvinotoolkit/openvino.genai/blob/releases/2025/0/src/docs/BUILD.md#build-openvino-openvino-tokenizers-and-openvino-genai-from-source>`__.
2323

2424
Additional Resources
2525
#######################

docs/articles_en/get-started/install-openvino/install-openvino-genai.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ and
1414
`LLM Instruction-following pipeline <https://github.com/openvinotoolkit/openvino_notebooks/blob/latest/notebooks/llm-question-answering/README.md>`__.
1515

1616
OpenVINO GenAI is available for installation via PyPI and Archive distributions.
17-
A `detailed guide <https://github.com/openvinotoolkit/openvino.genai/blob/releases/2024/3/src/docs/BUILD.md>`__
17+
A `detailed guide <https://github.com/openvinotoolkit/openvino.genai/blob/releases/2025/0/src/docs/BUILD.md>`__
1818
on how to build OpenVINO GenAI is available in the OpenVINO GenAI repository.
1919

2020
PyPI Installation

docs/articles_en/get-started/install-openvino/install-openvino-npm.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Installing OpenVINO Node.js
3232
.. note::
3333

3434
The *openvino-node* npm package runs in Node.js environment only and provides
35-
a subset of `OpenVINO Runtime C++ API <https://docs.openvino.ai/2024/api/c_cpp_api/group__ov__cpp__api.html>`__.
35+
a subset of `OpenVINO Runtime C++ API <https://docs.openvino.ai/2025/api/c_cpp_api/group__ov__cpp__api.html>`__.
3636

3737
What's Next?
3838
####################

0 commit comments

Comments
 (0)