Skip to content

Commit 4d9adfa

Browse files
Mandark-droidclaude
andcommitted
chore: Bump version to 0.0.8 with enhanced model pricing coverage
Upgraded genai-otel-instrument dependency from v0.1.21 to v0.1.22, bringing model pricing coverage to 340+ LLM models across all major providers (OpenAI, Anthropic, Google, Mistral, and more). This update significantly improves cost tracking accuracy for evaluations with better support for newly released models and enhanced cost reporting in traces, results, and leaderboard datasets. Changes: - Updated genai-otel-instrument[openinference] from >=0.1.21 to >=0.1.22 - Updated genai-otel-instrument[gpu] from >=0.1.21 to >=0.1.22 Testing: - All 438 tests passing (7 skipped for GPU-specific tests) - No regressions introduced - 100% backward compatible Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 91007e4 commit 4d9adfa

File tree

2 files changed

+38
-3
lines changed

2 files changed

+38
-3
lines changed

changelog.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,41 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [0.0.8] - 2025-11-13
10+
11+
### Changed - Enhanced Model Pricing Coverage
12+
13+
**Upgraded genai-otel-instrument to v0.1.22 for Expanded Model Support**
14+
15+
- **Dependency Updates**:
16+
- Upgraded `genai-otel-instrument[openinference]` from v0.1.21 to v0.1.22
17+
- Upgraded `genai-otel-instrument[gpu]` from v0.1.21 to v0.1.22 (GPU extras)
18+
19+
- **Key Improvement**: **340+ LLM Models Now Supported**
20+
- Significantly expanded model pricing coverage across all major providers
21+
- Enhanced cost tracking accuracy for OpenAI, Anthropic, Google, Mistral, and other providers
22+
- Improved pricing database with more comprehensive model support
23+
24+
- **Impact**:
25+
- More accurate cost tracking across a wider range of models
26+
- Better support for newly released models
27+
- Enhanced cost reporting in traces, results, and leaderboard datasets
28+
- Improved cost-per-run metrics for TraceMind UI
29+
30+
- **Backward Compatibility**:
31+
- 100% backward compatible
32+
- No breaking changes
33+
- All existing functionality maintained
34+
- Existing evaluations and datasets unaffected
35+
36+
- **Files Modified**:
37+
- `pyproject.toml` - Updated genai-otel-instrument dependency versions
38+
39+
- **Testing**:
40+
- All 438 tests passing (7 skipped for GPU-specific tests)
41+
- No regressions introduced
42+
- Verified compatibility with existing evaluation workflows
43+
944
## [0.0.6] - 2025-11-04
1045

1146
### Fixed - Transformers Provider Compatibility (2025-11-04)

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages = ["smoltrace"]
77

88
[project]
99
name = "smoltrace"
10-
version = "0.0.7"
10+
version = "0.0.8"
1111
authors = [
1212
{name = "Kshitij Thakkar", email = "kshitijthakkar@rocketmail.com"}
1313
]
@@ -24,14 +24,14 @@ dependencies = [
2424
"datasets",
2525
"huggingface_hub",
2626
"opentelemetry-sdk",
27-
"genai-otel-instrument[openinference]>=0.1.21",
27+
"genai-otel-instrument[openinference]>=0.1.22",
2828
"duckduckgo-search",
2929
"ddgs"
3030
]
3131

3232
[project.optional-dependencies]
3333
gpu = [
34-
"genai-otel-instrument[gpu]>=0.1.21",
34+
"genai-otel-instrument[gpu]>=0.1.22",
3535
"nvidia-ml-py",
3636
"transformers>=4.36.0",
3737
"torch>=2.0.0",

0 commit comments

Comments
 (0)