Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the beginnings of AI Semantic conventions #483

Closed
wants to merge 25 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update llm spans
  • Loading branch information
cartermp committed Sep 14, 2023
commit 6a8992870f5060b7cfeec37229661e1b384cbabd
2 changes: 2 additions & 0 deletions docs/ai/llm-spans.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ linkTitle: LLM Calls
<!-- toc -->

- [LLM Request attributes](#llm-request-attributes)
- [Configuration](#configuration)
- [Semantic Conventions for specific LLM technologies](#semantic-conventions-for-specific-llm-technologies)

<!-- tocstop -->
Expand Down Expand Up @@ -54,6 +55,7 @@ These attributes track input data and metadata for a request to an LLM. Each att
| `gpt-3.5-turbo-16k` | GPT-3.5-turbo with 16k context window|
| `claude-instant-1` | Claude Instant (latest version) |
| `claude-2` | Claude 2 (latest version) |
`other-llm` | Any LLM not listed in this table. Use for any fine-tuned version of a model. |
<!-- endsemconv -->

## LLM Response attributes
Expand Down