OpenAI

OpenAI Attributes

This group defines attributes for OpenAI.

AttributeTypeDescriptionExamplesStability
openai.request.service_tierstringThe service tier requested. May be a specific tier, default, or auto.auto; defaultDevelopment
openai.response.service_tierstringThe service tier used for the response.scale; defaultDevelopment
openai.response.system_fingerprintstringA fingerprint to track any eventual change in the Generative AI environment.fp_44709d6fcbDevelopment

openai.request.service_tier has the following list of well-known values. If one of them applies, then the respective value MUST be used; otherwise, a custom value MAY be used.

ValueDescriptionStability
autoThe system will utilize scale tier credits until they are exhausted.Development
defaultThe system will utilize the default scale tier.Development