semantic-conventions icon indicating copy to clipboard operation
semantic-conventions copied to clipboard

Extend GenAI system well-known values

Open TaoChenOSU opened this issue 1 year ago • 2 comments

Add more well-known GenAI model providers to the list of possible values that the gen_ai.system attribute can take.

Changes

The following are added:

  • microsoft
  • huggingface
  • google
  • meta
  • anthropic
  • mistral
  • cohere

Note: if the PR is touching an area that is not listed in the existing areas, or the area does not have sufficient domain experts coverage, the PR might be tagged as experts needed and move slowly until experts are identified.

Merge requirement checklist

TaoChenOSU avatar May 09 '24 05:05 TaoChenOSU

CLA Signed

The committers listed above are authorized under a signed CLA.

  • :white_check_mark: login: TaoChenOSU / name: Tao Chen (469bcb3b7ca42ba69a6635541fc9e40ebc8670d4, 6074e1c0f4711b45ca67716296d4b9f04ed589ba, 27c96692e9fb7e8314d5d54da062614e9c3fa103, 17d2468687165de3f7f42a9b9f0ba5b8afca0a68, 3822ed57a653890d50c6ecdd26740654df5962df, 3389e19dbc33d9700ecaa3730da083e5c1e3ef7b, ffe604abc40dd629ebf82f158820785aa2411910, 6b59f94d8d122a9d80a059c9b54d1db03dfb06e5, 123ed4ed674b4ae9be507e550044c84d8f249311)

I think HuggingFace will be the most controversial one. It's neither a model provider nor a service provider. You can use its inference endpoint but for production people may use their dedicated endpoints, which can be hosted on Azure, AWS or GCP.

TaoChenOSU avatar May 18 '24 16:05 TaoChenOSU

I removed some of the most controversial values. The remaining ones are known to have client SDKs.

TaoChenOSU avatar May 24 '24 23:05 TaoChenOSU