Skip to content

Commit 07994bb

Browse files
Update with Adrian's comments
Co-authored-by: Adrian Cole <[email protected]>
1 parent 7b33adf commit 07994bb

File tree

1 file changed

+11
-1
lines changed
  • instrumentation-genai/opentelemetry-instrumentation-openai-v2

1 file changed

+11
-1
lines changed

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

+11-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,17 @@ 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:
13+
Many LLM platforms support the OpenAI SDK. This means systems such as the following are observable with this instrumentation when accessed using it:
14+
15+
| Name | gen_ai.system |
16+
|---------------------------------------------------------------------------------------------------|----------------|
17+
| [Azure OpenAI](https://github.com/openai/openai-python?tab=readme-ov-file#microsoft-azure-openai) | `az.ai.openai` |
18+
| [Gemini](https://developers.googleblog.com/en/gemini-is-now-accessible-from-the-openai-library/) | `gemini` |
19+
| [Perplexity](https://docs.perplexity.ai/api-reference/chat-completions) | `perplexity` |
20+
| [xAI](https://x.ai/api) (note they also say they are compatible with anthropic!) | `xai` |
21+
| [DeepSeek](https://api-docs.deepseek.com/zh-cn/) | `deepseek` |
22+
| [Groq](https://console.groq.com/docs/openai) | `groq` |
23+
| [MistralAI](https://docs.mistral.ai/api/) | `mistral_ai` |
1424
1525
- DeepSeek
1626
- Azure OpenAI

0 commit comments

Comments
 (0)