semantic-conventions
semantic-conventions copied to clipboard
Extend GenAI system well-known values
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:
microsofthuggingfacegooglemetaanthropicmistralcohere
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
- [ ] CONTRIBUTING.md guidelines followed.
- [ ] Change log entry added, according to the guidelines in When to add a changelog entry.
- If your PR does not need a change log, start the PR title with
[chore]
- If your PR does not need a change log, start the PR title with
- [ ] schema-next.yaml updated with changes to existing conventions.
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.
I removed some of the most controversial values. The remaining ones are known to have client SDKs.