@oxyhq/contracts 0.29.0 → 0.31.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. package/dist/cjs/.tsbuildinfo +1 -1
  2. package/dist/cjs/accountGraph.js +41 -0
  3. package/dist/cjs/identity.js +33 -1
  4. package/dist/cjs/index.js +35 -7
  5. package/dist/cjs/inference/aliaModelRelease.js +262 -0
  6. package/dist/cjs/inference/catalogue.js +1 -4
  7. package/dist/cjs/inference/identifiers.js +23 -3
  8. package/dist/cjs/inference/modelDocumentation.js +433 -0
  9. package/dist/cjs/inference/providerConnection.js +77 -7
  10. package/dist/cjs/inference/request.js +188 -5
  11. package/dist/cjs/inference/routingPolicy.js +81 -2
  12. package/dist/cjs/inference/streamEvents.js +27 -0
  13. package/dist/cjs/inference/usage.js +32 -1
  14. package/dist/cjs/inference/version.js +15 -2
  15. package/dist/cjs/updates.js +2 -0
  16. package/dist/esm/.tsbuildinfo +1 -1
  17. package/dist/esm/accountGraph.js +41 -0
  18. package/dist/esm/identity.js +32 -0
  19. package/dist/esm/index.js +14 -4
  20. package/dist/esm/inference/aliaModelRelease.js +259 -0
  21. package/dist/esm/inference/catalogue.js +2 -5
  22. package/dist/esm/inference/identifiers.js +22 -2
  23. package/dist/esm/inference/modelDocumentation.js +430 -0
  24. package/dist/esm/inference/providerConnection.js +76 -6
  25. package/dist/esm/inference/request.js +189 -6
  26. package/dist/esm/inference/routingPolicy.js +81 -2
  27. package/dist/esm/inference/streamEvents.js +27 -0
  28. package/dist/esm/inference/usage.js +32 -1
  29. package/dist/esm/inference/version.js +15 -2
  30. package/dist/esm/updates.js +2 -0
  31. package/dist/types/.tsbuildinfo +1 -1
  32. package/dist/types/accountGraph.d.ts +43 -0
  33. package/dist/types/identity.d.ts +59 -1
  34. package/dist/types/index.d.ts +10 -6
  35. package/dist/types/inference/accountBilling.d.ts +26 -26
  36. package/dist/types/inference/aliaModelRelease.d.ts +609 -0
  37. package/dist/types/inference/catalogue.d.ts +6 -6
  38. package/dist/types/inference/entitlement.d.ts +4 -4
  39. package/dist/types/inference/identifiers.d.ts +20 -2
  40. package/dist/types/inference/modelDocumentation.d.ts +1603 -0
  41. package/dist/types/inference/money.d.ts +4 -4
  42. package/dist/types/inference/priceVersion.d.ts +14 -14
  43. package/dist/types/inference/providerConnection.d.ts +37 -8
  44. package/dist/types/inference/request.d.ts +291 -5
  45. package/dist/types/inference/routingPolicy.d.ts +109 -13
  46. package/dist/types/inference/streamEvents.d.ts +53 -26
  47. package/dist/types/inference/usage.d.ts +103 -79
  48. package/dist/types/inference/version.d.ts +15 -2
  49. package/dist/types/keyRecovery.d.ts +4 -4
  50. package/dist/types/updates.d.ts +10 -0
  51. package/package.json +1 -1
@@ -0,0 +1,433 @@
1
+ "use strict";
2
+ /**
3
+ * Model documentation: what a first-party release must DECLARE, what a
4
+ * downstream developer may READ, and the request that ingests both.
5
+ *
6
+ * Issue #972 §12, the three items under "Future Alia model
7
+ * publication/compliance" that `aliaModelRelease.ts` deliberately left open:
8
+ * accepting the documentation set, publicising the customer-safe half of it, and
9
+ * preserving the metadata an EU AI Act / GPAI documentation workflow needs.
10
+ *
11
+ * ## The section's own scope is what makes the compliance claim falsifiable
12
+ *
13
+ * The issue section is titled "Future Alia model publication/compliance", so the
14
+ * obligations in play are the ones binding a PROVIDER of a general-purpose AI
15
+ * model — Oxy/Alia, for an `alia/*` release it trained or derived. Oxy's position
16
+ * on third-party weights is a different one (it received documentation rather
17
+ * than produced it) with different obligations, and nothing here claims to
18
+ * discharge those. Every field below names the obligation it serves; a field
19
+ * whose obligation could not be named is not here, and two are listed at the
20
+ * bottom as deliberately absent.
21
+ *
22
+ * References are to Regulation (EU) 2024/1689 (the AI Act): Article 50(2)
23
+ * (marking synthetic output), Article 51 (classification as a model with
24
+ * systemic risk), Article 53 (obligations of providers of general-purpose AI
25
+ * models), Article 55 (additional obligations for systemic-risk models), Annex XI
26
+ * (the technical documentation), Annex XII (the information for downstream
27
+ * providers).
28
+ *
29
+ * ## Two shapes, and the Act itself draws the line between them
30
+ *
31
+ * {@link modelGpaiDocumentationSchema} is the whole record. {@link
32
+ * modelDownstreamDocumentationSchema} is the subset served publicly. The split
33
+ * is NOT editorial taste: Annex XI is documentation a provider keeps and
34
+ * provides to the AI Office and national competent authorities on request, while
35
+ * Annex XII is information a provider MAKES AVAILABLE to downstream providers.
36
+ * Training compute, training time, energy consumption and the adversarial-testing
37
+ * report are Annex XI Section 2 and Article 55(1)(a) — the first audience — so
38
+ * they are in the record and not in the public projection, and
39
+ * `db/schema/protectedColumns.ts` says the same thing a second time at the type
40
+ * level.
41
+ *
42
+ * ## The conditionals are the Act's, not a convenience
43
+ *
44
+ * Article 53(2) exempts a model released under a free and open-source licence
45
+ * from 53(1)(a) and 53(1)(b) — the Annex XI and Annex XII sets — UNLESS it is a
46
+ * model with systemic risk. It does not exempt 53(1)(c) or 53(1)(d). So the
47
+ * copyright policy and the training-content summary are required of every
48
+ * release here, while the Annex XI/XII set is required of every release that is
49
+ * not covered by that exemption. Writing it the other way round — everything
50
+ * optional, checked by a human — is what makes a compliance record a field nobody
51
+ * filled in.
52
+ *
53
+ * ## What is deliberately NOT here
54
+ *
55
+ * **The modality and FORMAT of inputs and outputs (Annex XI §1(6), Annex XII
56
+ * §1(b)).** The modality half is already stored, as `inference_models`'
57
+ * `input_modalities` / `output_modalities`. The format half is a property of the
58
+ * Oxy API — one request envelope, one set of endpoints, identical for every model
59
+ * — so a per-model column would record the same value on every row and invite a
60
+ * reader to believe it could differ.
61
+ *
62
+ * **The technical means required for integration (Annex XII §1(c)).** Same
63
+ * reason: for a model served over the Oxy API that is Oxy's own API
64
+ * documentation, not a fact about the weights.
65
+ *
66
+ * **A verification finding for a release signature.** See
67
+ * `aliaModelRelease.ts`: whether a signature checked out is Oxy's finding about
68
+ * the document and not a claim the document makes, and no verifier exists yet
69
+ * because what signs is undecided. The ingestion path stores the signatures and
70
+ * the manifest as received so a verifier that lands later can check them; it
71
+ * records no finding, because there is none.
72
+ *
73
+ * Decided in: docs/adr/0008-catalogue-concept-separation.md, issue #972 §12.
74
+ */
75
+ Object.defineProperty(exports, "__esModule", { value: true });
76
+ exports.modelDocumentationSchema = exports.modelReleaseIngestionResultSchema = exports.modelReleaseIngestionRequestSchema = exports.modelLineDeclarationSchema = exports.modelGpaiDocumentationSchema = exports.modelDownstreamDocumentationSchema = exports.SYSTEMIC_RISK_COMPUTE_THRESHOLD_FLOPS = exports.trainingComputeFlopsSchema = exports.modelSystemicRiskTierSchema = exports.modelDistributionMethodSchema = void 0;
77
+ const zod_1 = require("zod");
78
+ const aliaModelRelease_1 = require("./aliaModelRelease");
79
+ const catalogue_1 = require("./catalogue");
80
+ const identifiers_1 = require("./identifiers");
81
+ /* -------------------------------------------------------------------------- */
82
+ /* Vocabulary */
83
+ /* -------------------------------------------------------------------------- */
84
+ /**
85
+ * How a release reaches the people who use it — Annex XI §1(4) and Annex XII
86
+ * §1(a), "methods of distribution".
87
+ *
88
+ * TWO members, and both exist today: a release is served through the Oxy API, or
89
+ * its weights are published for download, or both. A third channel is a
90
+ * distribution decision somebody would have to make, and a closed enum gaining a
91
+ * member is a MINOR contract-set change the handshake surfaces (`version.ts`),
92
+ * which is the right amount of ceremony for it.
93
+ *
94
+ * `downloadable_weights` is also what the Article 53(2) free-and-open-source
95
+ * exemption is assessed against — that exemption requires the model to be
96
+ * "released under a free and open-source licence that allows for the access,
97
+ * usage, modification and distribution of the model" — so it is required even
98
+ * where the Annex XI set it belongs to is exempt.
99
+ */
100
+ exports.modelDistributionMethodSchema = zod_1.z.enum(['oxy_api', 'downloadable_weights']);
101
+ /**
102
+ * Whether this is a model with systemic risk, and on what basis — Article 51.
103
+ *
104
+ * Three states, because the two ways a model acquires the classification have
105
+ * different evidence and a record that flattened them could not be checked:
106
+ *
107
+ * - `not_designated` — neither presumed nor designated.
108
+ * - `presumed_by_training_compute` — Article 51(2): the cumulative compute used
109
+ * for training exceeds 10^25 floating point operations, which the Act makes a
110
+ * presumption of high-impact capabilities. The FIGURE is what creates it, so
111
+ * {@link modelGpaiDocumentationSchema} requires the figure alongside this
112
+ * value.
113
+ * - `designated_by_commission` — Article 51(1)(b): a Commission decision, ex
114
+ * officio or following a qualified alert, that the model has capabilities
115
+ * equivalent to the presumption. Not derivable from anything Oxy holds, which
116
+ * is exactly why it is a declared value.
117
+ */
118
+ exports.modelSystemicRiskTierSchema = zod_1.z.enum([
119
+ 'not_designated',
120
+ 'presumed_by_training_compute',
121
+ 'designated_by_commission',
122
+ ]);
123
+ /**
124
+ * Cumulative training compute in floating point operations — Annex XI §2(b).
125
+ *
126
+ * TEXT, in the same spirit as `modelEvaluationResultSchema.score` and for a
127
+ * sharper reason: this is a PUBLISHED figure (`4.2e25`, `2.5e26`), the numbers
128
+ * involved are far outside the exactly-representable integer range, and the
129
+ * value is never arithmetic Oxy performs on a customer's behalf. A JSON number
130
+ * would round it silently and make two records of one published figure compare
131
+ * unequal.
132
+ *
133
+ * The one comparison that IS made — against Article 51(2)'s 10^25 threshold — is
134
+ * a magnitude test, and `Number()` on a string this regex admits is exact enough
135
+ * for a magnitude test by a factor of about 10^9. The refinement that performs
136
+ * it is on {@link modelGpaiDocumentationSchema}.
137
+ */
138
+ exports.trainingComputeFlopsSchema = zod_1.z
139
+ .string()
140
+ .max(40)
141
+ .regex(/^(?:0|[1-9][0-9]*)(?:\.[0-9]+)?(?:e\+?(?:0|[1-9][0-9]?))?$/, 'training compute must be a decimal or scientific figure, e.g. 4.2e25');
142
+ /**
143
+ * Article 51(2)'s presumption threshold, as a number.
144
+ *
145
+ * Named rather than inlined so the refinement that applies it and the enum
146
+ * member that describes it (`presumed_by_training_compute`) cannot come to mean
147
+ * different things.
148
+ */
149
+ exports.SYSTEMIC_RISK_COMPUTE_THRESHOLD_FLOPS = 1e25;
150
+ /* -------------------------------------------------------------------------- */
151
+ /* The record */
152
+ /* -------------------------------------------------------------------------- */
153
+ /**
154
+ * The subset of the documentation set that is served to downstream developers —
155
+ * Annex XII, plus the two Article 53(1) items that are public by their own terms.
156
+ *
157
+ * Rides inside {@link modelDocumentationSchema} and inherits its version.
158
+ *
159
+ * Every field here is one a developer integrating the model needs in order to
160
+ * decide whether they may use it and what they must say about it: what it is for,
161
+ * how it is distributed, what it is built out of, where the training-content
162
+ * summary and the copyright policy are, and whether it carries the systemic-risk
163
+ * classification that puts obligations on them too.
164
+ *
165
+ * The optional members are optional for a REASON stated in the parent record's
166
+ * refinement — Article 53(2) — and not because a value may be skipped.
167
+ */
168
+ exports.modelDownstreamDocumentationSchema = zod_1.z
169
+ .object({
170
+ /** Annex XI §1(2), Annex XII §1(a): the tasks the model is intended for. */
171
+ intendedTasks: zod_1.z.string().min(1).max(2000).optional(),
172
+ /** Annex XI §1(4), Annex XII §1(a). */
173
+ distributionMethods: zod_1.z.array(exports.modelDistributionMethodSchema).min(1),
174
+ /** Annex XI §1(5), reachable through Annex XII §1(a) ("points 1 to 5"). */
175
+ architecture: zod_1.z.string().min(1).max(500).optional(),
176
+ /** Annex XI §1(5): the number of parameters. */
177
+ parameterCount: zod_1.z.number().int().positive().safe().optional(),
178
+ /** Article 53(1)(d): the publicly available summary of training content. */
179
+ trainingDataSummaryUrl: identifiers_1.inferenceHttpsUrlSchema,
180
+ /**
181
+ * Article 53(1)(c): the policy for complying with Union copyright law,
182
+ * including the reservation of rights under Article 4(3) of Directive
183
+ * (EU) 2019/790. Required of every release — Article 53(2) does not exempt it.
184
+ */
185
+ copyrightPolicyUrl: identifiers_1.inferenceHttpsUrlSchema,
186
+ /** Article 51. */
187
+ systemicRisk: exports.modelSystemicRiskTierSchema,
188
+ /**
189
+ * Whether the release is under a free and open-source licence in the sense
190
+ * of Article 53(2). Distinct from `modelLicenseSchema.commercialUseAllowed`,
191
+ * which answers whether OXY may serve the model — a licence can permit
192
+ * commercial use and still not permit access, modification and
193
+ * redistribution of the weights, and it is the second question the exemption
194
+ * turns on.
195
+ */
196
+ freeAndOpenSourceRelease: zod_1.z.boolean(),
197
+ })
198
+ .strict();
199
+ /**
200
+ * The whole documentation record for one revision, as ingested.
201
+ *
202
+ * `.strict()`, because this is a compliance record arriving over the wire: a
203
+ * field silently dropped at the parse is a field the record does not contain,
204
+ * and "we accepted your documentation" would then be true of less than was sent.
205
+ *
206
+ * Not versioned on its own — it rides inside
207
+ * {@link modelReleaseIngestionRequestSchema} on the way in and inside
208
+ * {@link modelDocumentationSchema} on the way out, and inherits whichever
209
+ * message carries it.
210
+ */
211
+ exports.modelGpaiDocumentationSchema = exports.modelDownstreamDocumentationSchema
212
+ .extend({
213
+ /** Annex XI §2(b): the computational resources used for training. */
214
+ trainingComputeFlops: exports.trainingComputeFlopsSchema.optional(),
215
+ /** Annex XI §2(b): the training time. */
216
+ trainingTimeHours: zod_1.z.number().positive().safe().optional(),
217
+ /**
218
+ * Annex XI §2(c): the known or ESTIMATED energy consumption. The Act asks
219
+ * for an estimate where the figure is not known, so absence here means the
220
+ * Annex XI set is exempt rather than that the number was hard to obtain.
221
+ */
222
+ energyConsumptionMwh: zod_1.z.number().nonnegative().safe().optional(),
223
+ /**
224
+ * Article 55(1)(a): the model evaluation, including adversarial testing,
225
+ * performed for a model with systemic risk. A pointer, like every other
226
+ * document reference here — the catalogue holds no report.
227
+ */
228
+ adversarialTestingReportUrl: identifiers_1.inferenceHttpsUrlSchema.optional(),
229
+ })
230
+ .strict()
231
+ .superRefine((documentation, ctx) => {
232
+ // Article 53(2): the free-and-open-source exemption from 53(1)(a) and (b)
233
+ // does not apply to a model with systemic risk. So the Annex XI/XII set is
234
+ // required of everything else, and the ONE state that may omit it is a
235
+ // free-and-open-source release that is not designated.
236
+ const exempt = documentation.freeAndOpenSourceRelease && documentation.systemicRisk === 'not_designated';
237
+ if (!exempt) {
238
+ const required = [
239
+ 'intendedTasks',
240
+ 'architecture',
241
+ 'parameterCount',
242
+ 'trainingTimeHours',
243
+ 'energyConsumptionMwh',
244
+ ];
245
+ for (const field of required) {
246
+ if (documentation[field] === undefined) {
247
+ ctx.addIssue({
248
+ code: zod_1.z.ZodIssueCode.custom,
249
+ path: [field],
250
+ message: 'required by Annex XI unless the Article 53(2) free-and-open-source exemption applies, which it does not for this release',
251
+ });
252
+ }
253
+ }
254
+ }
255
+ // The presumption IS the compute figure (Article 51(2)). Declaring the tier
256
+ // without the figure asserts a threshold was crossed while withholding the
257
+ // only thing that says so.
258
+ if (documentation.systemicRisk === 'presumed_by_training_compute' &&
259
+ documentation.trainingComputeFlops === undefined) {
260
+ ctx.addIssue({
261
+ code: zod_1.z.ZodIssueCode.custom,
262
+ path: ['trainingComputeFlops'],
263
+ message: 'a systemic-risk presumption under Article 51(2) is the training-compute figure; declare it',
264
+ });
265
+ }
266
+ // The other direction, which is the one that matters: a release whose own
267
+ // declared compute is past the threshold cannot also declare that no
268
+ // classification applies. Without this the field pair would let the record
269
+ // contradict itself and still parse.
270
+ if (documentation.trainingComputeFlops !== undefined &&
271
+ documentation.systemicRisk === 'not_designated' &&
272
+ Number(documentation.trainingComputeFlops) >= exports.SYSTEMIC_RISK_COMPUTE_THRESHOLD_FLOPS) {
273
+ ctx.addIssue({
274
+ code: zod_1.z.ZodIssueCode.custom,
275
+ path: ['systemicRisk'],
276
+ message: 'training compute at or above 10^25 FLOP is presumed to be a model with systemic risk under Article 51(2)',
277
+ });
278
+ }
279
+ // Article 55(1)(a) applies to every model with systemic risk, however it
280
+ // acquired the classification.
281
+ if (documentation.systemicRisk !== 'not_designated' &&
282
+ documentation.adversarialTestingReportUrl === undefined) {
283
+ ctx.addIssue({
284
+ code: zod_1.z.ZodIssueCode.custom,
285
+ path: ['adversarialTestingReportUrl'],
286
+ message: 'a model with systemic risk documents its evaluation including adversarial testing (Article 55(1)(a))',
287
+ });
288
+ }
289
+ });
290
+ /* -------------------------------------------------------------------------- */
291
+ /* Ingestion */
292
+ /* -------------------------------------------------------------------------- */
293
+ /**
294
+ * What OXY states about the model line a release belongs to.
295
+ *
296
+ * A signed release manifest carries a revision, a licence, a provenance block,
297
+ * evaluations, safety metadata and an artifact inventory. It carries no
298
+ * CAPABILITY SHEET — no modalities, no `maxContextTokens`, none of the
299
+ * tool/streaming flags — and every one of those is required to create a model
300
+ * line at all.
301
+ *
302
+ * That is not a gap in the manifest. A capability sheet is a statement about what
303
+ * the Oxy API will serve, which is Oxy's to make and not the signer's: the same
304
+ * weights behind a different gateway answer a different set of these questions.
305
+ * So it travels beside the manifest, like the documentation record, and the
306
+ * signature keeps covering exactly the document its signer wrote.
307
+ *
308
+ * Ignored when the model line already exists — a release does not edit a model.
309
+ * The licence and provenance in the MANIFEST are checked against the stored ones
310
+ * instead, because those are claims about somebody's rights rather than Oxy's own
311
+ * editorial choices.
312
+ */
313
+ exports.modelLineDeclarationSchema = zod_1.z
314
+ .object({
315
+ displayName: zod_1.z.string().min(1).max(200),
316
+ description: zod_1.z.string().max(4000).optional(),
317
+ capabilities: catalogue_1.modelCapabilitiesSchema,
318
+ knowledgeCutoff: identifiers_1.inferenceDateSchema.optional(),
319
+ releasedOn: identifiers_1.inferenceDateSchema.optional(),
320
+ })
321
+ .strict();
322
+ /**
323
+ * The body of the release-ingestion request.
324
+ *
325
+ * The documentation and the capability sheet travel BESIDE the manifest rather
326
+ * than inside it, and that is the whole reason this wrapper exists.
327
+ * `aliaModelReleaseManifestSchema` is a SIGNED document: adding a field to it
328
+ * would change the bytes a signer covers and the version the data plane and Alia
329
+ * compile against, for records that are Oxy's own rather than the signer's.
330
+ * Keeping them separate means the signature still covers exactly what it covered.
331
+ *
332
+ * A signer that later chooses to cover the documentation too can: it would
333
+ * become a second signed document with its own manifest, which is a contract
334
+ * addition rather than a change to this one.
335
+ */
336
+ exports.modelReleaseIngestionRequestSchema = zod_1.z
337
+ .object({
338
+ /** See `version.ts`: an ingestion payload is a whole message on the wire. */
339
+ schemaVersion: zod_1.z.literal(1),
340
+ manifest: aliaModelRelease_1.aliaModelReleaseManifestSchema,
341
+ gpaiDocumentation: exports.modelGpaiDocumentationSchema,
342
+ model: exports.modelLineDeclarationSchema,
343
+ })
344
+ .strict();
345
+ /**
346
+ * What ingestion reports back.
347
+ *
348
+ * COUNTS for the artifacts and signatures rather than echoing them: the caller
349
+ * sent them and the interesting fact is that all of them landed. Echoing a
350
+ * signature would also make this response a place a credential-shaped value gets
351
+ * logged, for no gain.
352
+ *
353
+ * No verification field — see this module's header, and `aliaModelRelease.ts`.
354
+ */
355
+ exports.modelReleaseIngestionResultSchema = zod_1.z
356
+ .object({
357
+ /** See `version.ts`: served on its own, so it is versioned. */
358
+ schemaVersion: zod_1.z.literal(1),
359
+ releaseId: zod_1.z.string().min(1).max(128),
360
+ modelId: identifiers_1.modelIdSchema,
361
+ revision: identifiers_1.modelRevisionLabelSchema,
362
+ reference: identifiers_1.modelReferenceSchema,
363
+ /** Whether this request created the release, or found it already ingested. */
364
+ outcome: zod_1.z.enum(['ingested', 'already_ingested']),
365
+ artifactCount: zod_1.z.number().int().positive().safe(),
366
+ signatureCount: zod_1.z.number().int().positive().safe(),
367
+ evaluationCount: zod_1.z.number().int().nonnegative().safe(),
368
+ ingestedAt: identifiers_1.inferenceTimestampSchema,
369
+ })
370
+ .strict();
371
+ /* -------------------------------------------------------------------------- */
372
+ /* The customer-safe documentation view */
373
+ /* -------------------------------------------------------------------------- */
374
+ /**
375
+ * The documentation for ONE revision, as a downstream developer reads it.
376
+ *
377
+ * Revision-scoped, and that is the point of it existing beside
378
+ * `modelCatalogueEntrySchema`. The catalogue entry carries the documentation of
379
+ * whichever revision is CURRENT, so a customer who pinned
380
+ * `<publisher>/<model>@<revision>` — which the catalogue invites, and which the
381
+ * immutability trigger on `inference_model_revisions` exists to make meaningful —
382
+ * had no way to read the model card, evaluations or safety metadata of the
383
+ * revision they are actually calling. A model card that only describes the
384
+ * newest weights is the exact conflation ADR 0008 separates revisions to prevent.
385
+ *
386
+ * `license` and `provenance` are the MODEL's, repeated here rather than linked,
387
+ * for the same reason `modelCatalogueEntrySchema` repeats its fields: a
388
+ * projection that nests the operational descriptors is one accident of nesting
389
+ * away from serving an internal identifier.
390
+ */
391
+ exports.modelDocumentationSchema = zod_1.z
392
+ .object({
393
+ /** See `version.ts`: this is a public response shape. */
394
+ schemaVersion: zod_1.z.literal(1),
395
+ modelId: identifiers_1.modelIdSchema,
396
+ revision: identifiers_1.modelRevisionLabelSchema,
397
+ /** The exact string a customer pins. */
398
+ reference: identifiers_1.modelReferenceSchema,
399
+ /** Whether a bare `<publisher>/<model>` resolves to this revision today. */
400
+ isCurrentRevision: zod_1.z.boolean(),
401
+ releasedAt: identifiers_1.inferenceTimestampSchema,
402
+ retiredAt: identifiers_1.inferenceTimestampSchema.optional(),
403
+ modelCardUrl: identifiers_1.inferenceHttpsUrlSchema.optional(),
404
+ /**
405
+ * The digest of the served artifact, where Oxy hosts the weights.
406
+ *
407
+ * Customer-safe, deliberately: it is the one field on this view that lets a
408
+ * developer check that the weights they were handed are the weights the
409
+ * documentation describes, and a digest discloses nothing but the identity of
410
+ * bytes Oxy is already serving them.
411
+ */
412
+ artifactDigest: identifiers_1.sha256DigestSchema.optional(),
413
+ license: catalogue_1.modelLicenseSchema,
414
+ provenance: catalogue_1.modelProvenanceSchema,
415
+ evaluations: zod_1.z.array(catalogue_1.modelEvaluationResultSchema).default([]),
416
+ safety: catalogue_1.modelSafetyMetadataSchema.optional(),
417
+ /** Absent for a revision with no documentation record — i.e. every one Oxy did not release. */
418
+ gpai: exports.modelDownstreamDocumentationSchema.optional(),
419
+ })
420
+ .strict()
421
+ .superRefine((documentation, ctx) => {
422
+ // The same check `modelRevisionSchema` makes, and it is load-bearing for a
423
+ // different reason here: this view exists so a customer can read the
424
+ // documentation of the revision they PINNED, so a reference that resolves
425
+ // elsewhere would attach a model card to weights nobody is calling.
426
+ if (documentation.reference !== `${documentation.modelId}@${documentation.revision}`) {
427
+ ctx.addIssue({
428
+ code: zod_1.z.ZodIssueCode.custom,
429
+ path: ['reference'],
430
+ message: 'reference must be exactly <modelId>@<revision>',
431
+ });
432
+ }
433
+ });
@@ -5,7 +5,7 @@
5
5
  *
6
6
  * The credential itself is NOT here and cannot be put here. This shape carries
7
7
  * a locator (`secretRef`) into Vault/KMS/managed secret storage, a prefix short
8
- * enough to be useless, a fingerprint, and validation state. Two mechanisms
8
+ * enough to be useless, a fingerprint, and validation state. Three mechanisms
9
9
  * make that structural rather than a convention somebody must remember:
10
10
  *
11
11
  * - The object is `.strict()`. A producer that attaches `apiKey`, `secret`,
@@ -15,6 +15,10 @@
15
15
  * - `keyPrefix` is capped at 12 characters — shorter than any provider's
16
16
  * usable credential — so the one field designed to show part of a key cannot
17
17
  * be widened into showing all of it without changing the contract.
18
+ * - `secretRef` is DERIVED, not free text: the grammar is closed and the
19
+ * refinement below requires it to be this connection's own environment,
20
+ * owner account and id under one namespace. A field with no free span is a
21
+ * field a credential cannot be smuggled through.
18
22
  *
19
23
  * BYOK does not move the billing relationship: the upstream provider bills the
20
24
  * customer's own account directly, and Oxy charges only its platform fee. The
@@ -24,7 +28,7 @@
24
28
  * Decided in: issue #972 workstream 10.
25
29
  */
26
30
  Object.defineProperty(exports, "__esModule", { value: true });
27
- exports.providerConnectionSchema = exports.providerConnectionStatusSchema = exports.providerConnectionValidationSchema = exports.providerSecretReferenceSchema = exports.providerConnectionScopeSchema = void 0;
31
+ exports.providerConnectionSchema = exports.providerConnectionStatusSchema = exports.providerConnectionValidationSchema = exports.providerSecretReferenceSchema = exports.PROVIDER_SECRET_REFERENCE_NAMESPACE = exports.providerConnectionScopeSchema = void 0;
28
32
  const zod_1 = require("zod");
29
33
  const identifiers_1 = require("./identifiers");
30
34
  /**
@@ -48,17 +52,61 @@ exports.providerConnectionScopeSchema = zod_1.z.discriminatedUnion('kind', [
48
52
  })
49
53
  .strict(),
50
54
  ]);
55
+ /**
56
+ * The managed secret stores a reference may point into.
57
+ *
58
+ * A closed set, because the scheme is the half of a locator that says who can
59
+ * resolve it: a scheme nothing in this system can dereference is not a
60
+ * reference. Restated as a SQL alternation in
61
+ * `packages/api/src/db/schema/inferenceProviderConnections.ts`, and that file's
62
+ * schema test holds the two equal.
63
+ */
64
+ const SECRET_STORE_NAMES = ['vault', 'kms', 'ssm', 'secretsmanager'];
65
+ /**
66
+ * The namespace every Oxy BYOK locator lives under, whichever store holds it.
67
+ *
68
+ * Part of the grammar rather than an implementation detail of the writer: it is
69
+ * the prefix a store-side IAM or Vault policy is scoped to, so a locator outside
70
+ * it is one Oxy's own credentials could not resolve anyway.
71
+ */
72
+ exports.PROVIDER_SECRET_REFERENCE_NAMESPACE = 'oxy/inference/byok';
73
+ /**
74
+ * The two id segments, bounded exactly as the fields they must equal are:
75
+ * `oxyAccountIdSchema` caps an account id at 64 characters and
76
+ * `providerConnectionSchema.connectionId` caps a connection id at 128. A tighter
77
+ * bound here would refuse a reference to a connection the same contract accepts.
78
+ */
79
+ const ACCOUNT_SEGMENT = '[A-Za-z0-9_-]{1,64}';
80
+ const CONNECTION_SEGMENT = '[A-Za-z0-9_-]{1,128}';
51
81
  /**
52
82
  * A locator for the credential in managed secret storage — never the credential.
53
83
  *
54
- * The scheme prefix is constrained to the stores Oxy actually uses, so a
55
- * producer cannot pass a raw key through this field and have it look like a
56
- * reference; whitespace is excluded for the same reason.
84
+ * The grammar is CLOSED, and that is the whole of its value: a store from a
85
+ * four-name set, one fixed namespace, an environment from a three-name set, and
86
+ * two bounded id segments. Nothing may precede, follow or be interpolated
87
+ * between them, so there is no free-form span for credential material to occupy:
88
+ * the only places anything a producer chooses can sit are the two ids, and
89
+ * `providerConnectionSchema` below pins those to THIS connection's own owner
90
+ * account and id.
91
+ *
92
+ * ## It was not always closed, and the difference was measured
93
+ *
94
+ * The previous grammar was `<store>:<anything from a wide charset>`, under a
95
+ * comment claiming that meant "a producer cannot pass a raw key through this
96
+ * field and have it look like a reference". It did not. Splicing a credential in
97
+ * after the store name —
98
+ * `vault:sk-ant-api03-…/oxy/inference/byok/production/<account>/<id>` — satisfied
99
+ * that regex, satisfied the storage partition CHECK (which pins the END of the
100
+ * string and said nothing about its start), and parsed cleanly. Both mechanisms
101
+ * constrained the SHAPE of the locator; neither constrained what could be put in
102
+ * front of it. `packages/api`'s `providerSecretLeak.test.ts` plants exactly that
103
+ * value, and it is now refused here, by the CHECK, and by the refinement below.
57
104
  */
58
105
  exports.providerSecretReferenceSchema = zod_1.z
59
106
  .string()
60
- .max(512)
61
- .regex(/^(?:vault|kms|ssm|secretsmanager):[A-Za-z0-9/_.:@-]{1,480}$/, 'a secret reference is a <store>:<locator> pointer, never credential material');
107
+ .regex(new RegExp(`^(?:${SECRET_STORE_NAMES.join('|')}):${exports.PROVIDER_SECRET_REFERENCE_NAMESPACE}/` +
108
+ `(?:${identifiers_1.inferenceEnvironmentSchema.options.join('|')})/${ACCOUNT_SEGMENT}/${CONNECTION_SEGMENT}$`), 'a secret reference is <store>:oxy/inference/byok/<environment>/<accountId>/<connectionId>, ' +
109
+ 'never credential material');
62
110
  /** Why a credential check failed, as a closed set the Console can render. */
63
111
  exports.providerConnectionValidationSchema = zod_1.z
64
112
  .object({
@@ -139,4 +187,26 @@ exports.providerConnectionSchema = zod_1.z
139
187
  message: 'a connection whose credential failed validation cannot be active',
140
188
  });
141
189
  }
190
+ // The reference is a FUNCTION of this record, not a value a producer chooses:
191
+ // the store, then the namespace, then this connection's own environment,
192
+ // owner account and id. `providerSecretReferenceSchema` already refuses
193
+ // anything outside the grammar; this is what closes the two id segments, the
194
+ // only spans left that a producer picks the contents of.
195
+ //
196
+ // The same rule the `inference_provider_connections_secret_ref_partition`
197
+ // CHECK enforces on the row. Both exist because they cover different
198
+ // producers: the CHECK protects the TABLE from a backfill or a service that
199
+ // skipped the parse, and this protects the WIRE from a producer that never
200
+ // touches the table — the data plane echoing a connection back, or a future
201
+ // service building a DTO by hand.
202
+ const expected = SECRET_STORE_NAMES.map((store) => `${store}:${exports.PROVIDER_SECRET_REFERENCE_NAMESPACE}/${connection.environment}/` +
203
+ `${connection.ownerAccountId}/${connection.connectionId}`);
204
+ if (!expected.includes(connection.secretRef)) {
205
+ ctx.addIssue({
206
+ code: zod_1.z.ZodIssueCode.custom,
207
+ path: ['secretRef'],
208
+ message: 'a secret reference must name this connection: ' +
209
+ '<store>:oxy/inference/byok/<environment>/<ownerAccountId>/<connectionId>',
210
+ });
211
+ }
142
212
  });