Skip to content

Commit fe63bfa

Browse files
committed
update against prod deployed endpoint
1 parent a79996e commit fe63bfa

2 files changed

Lines changed: 24 additions & 2 deletions

File tree

packages/core/script/generate-wandb.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ import { inferKimiFamily, ModelFamilyValues } from "../src/family.js";
88
// This endpoint already returns data in the models.dev schema, so most fields
99
// map straight through. Only fields the catalog can't provide (family) are
1010
// inferred, and manually-curated fields in existing TOMLs are preserved.
11-
//const API_ENDPOINT = "https://trace.wandb.ai/inference/modelsdev/models";
12-
const API_ENDPOINT = "http://localhost:8080/traces/inference/modelsdev/models";
11+
const API_ENDPOINT = "https://trace.wandb.ai/inference/modelsdev/models";
1312

1413
const ApiCost = z
1514
.object({
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name = "Kimi K2.7 Code"
2+
family = "kimi"
3+
release_date = "2026-06-12"
4+
last_updated = "2026-06-19"
5+
attachment = true
6+
reasoning = true
7+
structured_output = true
8+
temperature = true
9+
tool_call = true
10+
open_weights = true
11+
12+
[cost]
13+
input = 0.94
14+
output = 4
15+
cache_read = 0.19
16+
17+
[limit]
18+
context = 262_144
19+
output = 262_144
20+
21+
[modalities]
22+
input = ["text", "image"]
23+
output = ["text"]

0 commit comments

Comments
 (0)