26 lines
1.1 KiB
Markdown
26 lines
1.1 KiB
Markdown
<!--- Hugo front matter used to generate the website version of this page:
|
|
linkTitle: Generative AI
|
|
--->
|
|
|
|
# Semantic conventions for generative AI systems
|
|
|
|
**Status**: [Development][DocumentStatus]
|
|
|
|
**Warning**:
|
|
The semantic conventions for GenAI and LLM are currently in development.
|
|
We encourage instrumentation libraries and telemetry consumers developers to
|
|
use the conventions in limited non-critical workloads and share the feedback
|
|
|
|
Semantic conventions for Generative AI operations are defined for the following signals:
|
|
|
|
* [Events](gen-ai-events.md): Semantic Conventions for Generative AI inputs and outputs - *events*.
|
|
* [Metrics](gen-ai-metrics.md): Semantic Conventions for Generative AI operations - *metrics*.
|
|
* [Spans](gen-ai-spans.md): Semantic Conventions for Generative AI requests - *spans*.
|
|
|
|
Technology specific semantic conventions are defined for the following GenAI system:
|
|
|
|
* [Azure AI Inference](./azure-ai-inference.md): Semantic Conventions for Azure AI Inference.
|
|
* [OpenAI](./openai.md): Semantic Conventions for OpenAI.
|
|
|
|
[DocumentStatus]: https://opentelemetry.io/docs/specs/otel/document-status
|