Skip to content

Commit 7b33adf

Browse files
committed
Update doc for OpenAI Instrumentation to support DeepSeek
1 parent 8644630 commit 7b33adf

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Diff for: CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
### Added
1515

16+
- `opentelemetry-instrumentation-openai-v2` Update doc for OpenAI Instrumentation to support DeepSeek
17+
([#3279](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3279))
1618
- `opentelemetry-instrumentation-botocore` Add support for GenAI user events and lazy initialize tracer
1719
([#3258](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3258))
1820
- `opentelemetry-instrumentation-botocore` Add support for GenAI system events

Diff for: instrumentation-genai/opentelemetry-instrumentation-openai-v2/README.rst

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ This library allows tracing LLM requests and logging of messages made by the
1010
`OpenAI Python API library <https://pypi.org/project/openai/>`_. It also captures
1111
the duration of the operations and the number of tokens used as metrics.
1212

13+
This instrumentation also works with OpenAI compatible platforms include the following:
14+
15+
- DeepSeek
16+
- Azure OpenAI
1317

1418
Installation
1519
------------

0 commit comments

Comments
 (0)