Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Datadog's LLM Observability can automatically trace and annotate calls to suppor
| [Amazon Bedrock](#amazon-bedrock) | >= 1.31.57 | >= 2.9.0 |
| [Amazon Bedrock Agents](#amazon-bedrock-agents) | >= 1.38.26 | >= 3.10.0 |
| [Anthropic](#anthropic) | >= 0.28.0 | >= 2.10.0 |
| [CrewAI](#crewai) | >= 0.105.0 | >= 3.5.0 |
| [CrewAI](#crewai) | >= 0.105.0 | >= 3.5.0 |
| [Google ADK](#google-adk) | >= 1.0.0 | >= 3.15.0 |
| [Google GenAI](#google-genai) | >= 1.21.1 | >= 3.11.0 |
| [LangChain](#langchain) | >= 0.0.192 | >= 2.9.0 |
Expand Down Expand Up @@ -496,6 +496,8 @@ The OpenAI integration instruments the following methods, including streamed cal
- [Responses][5]:
- `OpenAI().responses.create()`
- `AsyncOpenAI().responses.create()`
- `OpenAI().responses.parse()` (as of `ddtrace==3.17.0`)
- `AsyncOpenAI().responses.parse()` (as of `ddtrace==3.17.0`)
- [Calls made to DeepSeek through the OpenAI Python SDK][6] (as of `ddtrace==3.1.0`)

[1]: /integrations/openai/
Expand Down Expand Up @@ -793,4 +795,4 @@ For more specific control over library patching and the integration that starts
{{< partial name="whats-next/whats-next.html" >}}

[1]: /llm_observability/instrumentation/sdk
[2]: /llm_observability/quickstart/
[2]: /llm_observability/quickstart/
Loading