pub const GEN_AI_SYSTEM: &str = "gen_ai.system";
Expand description
The Generative AI product as identified by the client or server instrumentation.
§Notes
The gen_ai.system
describes a family of GenAI models with specific model identified
by gen_ai.request.model
and gen_ai.response.model
attributes.
The actual GenAI product may differ from the one identified by the client.
Multiple systems, including Azure OpenAI and Gemini, are accessible by OpenAI client
libraries. In such cases, the gen_ai.system
is set to openai
based on the
instrumentation’s best knowledge, instead of the actual system. The server.address
attribute may help identify the actual system in use for openai
.
For custom model, a custom friendly name SHOULD be used.
If none of these options apply, the gen_ai.system
SHOULD be set to _OTHER
.
§Examples
"openai"