Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
6 changes: 3 additions & 3 deletions ts/packages/benchmarks/README.AUTOGEN.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<!-- AUTOGEN:DOCS:START -->

<!-- AUTOGEN:DOCS:HASH:sha256=8d1900f57cb0c7fbbee4ead35199a1e9facb6197211014e9ee74c87b4480f21a -->
<!-- AUTOGEN:DOCS:HASH:sha256=55a7f4b85b6eed9799bd20c168845944b1441fa809bff169bfb0d3675418df9d -->
<!-- AUTOGEN:DOCS:SOURCE: ./README.md (hand-written documentation; this file is the AI-generated companion) -->

# @typeagent/benchmarks — AI-generated documentation
Expand Down Expand Up @@ -34,10 +34,10 @@ External: _None at runtime._

### Files of interest

`./src/core/model-prices.generated.json`, `./src/core/paths.ts`, `./src/core/prices.ts`, …and 5 more under `./src/`.
`./src/core/model-prices.generated.json`, `./src/core/paths.ts`, `./src/core/prices.ts`, …and 4 more under `./src/`.

---

_Auto-generated against commit `3bc153f3a186261d47ef517dc8cd0af4c161092b` on `2026-07-31T17:39:11.834Z` by `docs-generate.yml`. Links validated at that commit; the working tree may have drifted by up to 24h. Re-run `pnpm --filter @typeagent/benchmarks docs:verify-links` to spot-check._
_Auto-generated against commit `8b380cd8612973482b6b2f5438d9299c13fee16c` on `2026-07-31T23:33:26.795Z` by `docs-generate.yml`. Links validated at that commit; the working tree may have drifted by up to 24h. Re-run `pnpm --filter @typeagent/benchmarks docs:verify-links` to spot-check._

<!-- AUTOGEN:DOCS:END -->
1 change: 0 additions & 1 deletion ts/packages/benchmarks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"gen-catalog": "pnpm run build && node dist/translationBench/scripts/genCatalog.js",
"prettier": "prettier --check package.json tsconfig.json src scripts --ignore-path ../../.prettierignore",
"prettier:fix": "prettier --write package.json tsconfig.json src scripts --ignore-path ../../.prettierignore",
"snapshot-prices": "pnpm run build && node dist/translationBench/scripts/snapshotPrices.js",
"test": "pnpm run build",
"test:local": "pnpm run test",
"tsc": "tsc -b"
Expand Down
2 changes: 0 additions & 2 deletions ts/packages/benchmarks/src/core/model-prices.generated.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"source": "https://models.dev/api.json",
"version": "2026-07-31T02:08:45.776Z",
"unit": "USD per 1M tokens",
"provider": "openai",
"rates": {
Expand Down
3 changes: 1 addition & 2 deletions ts/packages/benchmarks/src/core/prices.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ import type { Prices } from "./types.js";
const require = createRequire(import.meta.url);

export interface PriceTable {
source: string;
version: string;
unit?: string;
provider?: string;
rates: Record<string, Prices>;
}

Expand Down

This file was deleted.

Loading