Skip to content

Commit 9b67bce

Browse files
docs: add archived version v1.2.1
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 67e1bfd commit 9b67bce

886 files changed

Lines changed: 204018 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/v1.2.1/404.html

Lines changed: 32 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 358 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,358 @@
1+
{
2+
"anthropic_spec": "docs/static/anthropic-spec.json",
3+
"llama_spec": "docs/static/ogx-spec.yaml",
4+
"summary": {
5+
"endpoints": {
6+
"implemented": 6,
7+
"total": 6,
8+
"missing": []
9+
},
10+
"conformance": {
11+
"score": 96.1,
12+
"issues": 30,
13+
"missing_properties": 28,
14+
"total_problems": 58,
15+
"total_properties": 1502
16+
}
17+
},
18+
"categories": {
19+
"Message Batches": {
20+
"score": 95.6,
21+
"issues": 11,
22+
"missing_properties": 14,
23+
"total_properties": 572,
24+
"endpoints": [
25+
{
26+
"path": "/v1/messages/batches",
27+
"operations": [
28+
{
29+
"method": "GET",
30+
"missing_properties": [
31+
"GET.parameters.header.anthropic-version",
32+
"GET.parameters.header.x-api-key",
33+
"GET.responses.4XX"
34+
],
35+
"conformance_issues": [],
36+
"missing_count": 3,
37+
"issues_count": 0
38+
},
39+
{
40+
"method": "POST",
41+
"missing_properties": [
42+
"POST.parameters.header.anthropic-version",
43+
"POST.responses.4XX"
44+
],
45+
"conformance_issues": [
46+
{
47+
"property": "POST.requestBody.content.application/json.properties.requests.items.properties.params.properties.messages.items.properties.content",
48+
"details": [
49+
"Union variants added: 2",
50+
"Union variants removed: 2"
51+
]
52+
},
53+
{
54+
"property": "POST.requestBody.content.application/json.properties.requests.items.properties.params.properties.model",
55+
"details": [
56+
"Type added: ['string']",
57+
"Union variants removed: 17"
58+
]
59+
},
60+
{
61+
"property": "POST.requestBody.content.application/json.properties.requests.items.properties.params.properties.service_tier",
62+
"details": [
63+
"Enum removed: ['auto', 'standard_only']"
64+
]
65+
},
66+
{
67+
"property": "POST.requestBody.content.application/json.properties.requests.items.properties.params.properties.stream",
68+
"details": [
69+
"Default changed: None -> False"
70+
]
71+
},
72+
{
73+
"property": "POST.requestBody.content.application/json.properties.requests.items.properties.params.properties.system",
74+
"details": [
75+
"Nullable added (Anthropic non-nullable)",
76+
"Union variants added: 3",
77+
"Union variants removed: 2"
78+
]
79+
},
80+
{
81+
"property": "POST.requestBody.content.application/json.properties.requests.items.properties.params.properties.thinking",
82+
"details": [
83+
"Type added: ['object']",
84+
"Union variants removed: 3"
85+
]
86+
},
87+
{
88+
"property": "POST.requestBody.content.application/json.properties.requests.items.properties.params.properties.tool_choice",
89+
"details": [
90+
"Union variants added: 4",
91+
"Union variants removed: 4"
92+
]
93+
},
94+
{
95+
"property": "POST.requestBody.content.application/json.properties.requests.items.properties.params.properties.tools.items",
96+
"details": [
97+
"Union variants added: 4",
98+
"Union variants removed: 16"
99+
]
100+
},
101+
{
102+
"property": "POST.responses.200.content.application/json.properties.type",
103+
"details": [
104+
"Default changed: message_batch -> None"
105+
]
106+
}
107+
],
108+
"missing_count": 2,
109+
"issues_count": 9
110+
}
111+
]
112+
},
113+
{
114+
"path": "/v1/messages/batches/{message_batch_id}",
115+
"operations": [
116+
{
117+
"method": "GET",
118+
"missing_properties": [
119+
"GET.parameters.header.anthropic-version",
120+
"GET.parameters.header.x-api-key",
121+
"GET.responses.4XX"
122+
],
123+
"conformance_issues": [
124+
{
125+
"property": "GET.responses.200.content.application/json.properties.type",
126+
"details": [
127+
"Default changed: message_batch -> None"
128+
]
129+
}
130+
],
131+
"missing_count": 3,
132+
"issues_count": 1
133+
}
134+
]
135+
},
136+
{
137+
"path": "/v1/messages/batches/{message_batch_id}/cancel",
138+
"operations": [
139+
{
140+
"method": "POST",
141+
"missing_properties": [
142+
"POST.parameters.header.anthropic-version",
143+
"POST.responses.4XX"
144+
],
145+
"conformance_issues": [
146+
{
147+
"property": "POST.responses.200.content.application/json.properties.type",
148+
"details": [
149+
"Default changed: message_batch -> None"
150+
]
151+
}
152+
],
153+
"missing_count": 2,
154+
"issues_count": 1
155+
}
156+
]
157+
},
158+
{
159+
"path": "/v1/messages/batches/{message_batch_id}/results",
160+
"operations": [
161+
{
162+
"method": "GET",
163+
"missing_properties": [
164+
"GET.parameters.header.anthropic-version",
165+
"GET.parameters.header.x-api-key",
166+
"GET.responses.200",
167+
"GET.responses.4XX"
168+
],
169+
"conformance_issues": [],
170+
"missing_count": 4,
171+
"issues_count": 0
172+
}
173+
]
174+
}
175+
]
176+
},
177+
"Messages": {
178+
"score": 96.5,
179+
"issues": 19,
180+
"missing_properties": 14,
181+
"total_properties": 930,
182+
"endpoints": [
183+
{
184+
"path": "/v1/messages",
185+
"operations": [
186+
{
187+
"method": "POST",
188+
"missing_properties": [
189+
"POST.parameters.header.anthropic-version",
190+
"POST.requestBody.content.application/json.properties.cache_control",
191+
"POST.requestBody.content.application/json.properties.container",
192+
"POST.requestBody.content.application/json.properties.inference_geo",
193+
"POST.requestBody.content.application/json.properties.output_config",
194+
"POST.responses.200.content.application/json.properties.container",
195+
"POST.responses.200.content.application/json.properties.stop_details",
196+
"POST.responses.4XX"
197+
],
198+
"conformance_issues": [
199+
{
200+
"property": "POST.requestBody.content.application/json.properties.messages.items.properties.content",
201+
"details": [
202+
"Union variants added: 2",
203+
"Union variants removed: 2"
204+
]
205+
},
206+
{
207+
"property": "POST.requestBody.content.application/json.properties.model",
208+
"details": [
209+
"Type added: ['string']",
210+
"Union variants removed: 17"
211+
]
212+
},
213+
{
214+
"property": "POST.requestBody.content.application/json.properties.service_tier",
215+
"details": [
216+
"Enum removed: ['auto', 'standard_only']"
217+
]
218+
},
219+
{
220+
"property": "POST.requestBody.content.application/json.properties.stream",
221+
"details": [
222+
"Default changed: None -> False"
223+
]
224+
},
225+
{
226+
"property": "POST.requestBody.content.application/json.properties.system",
227+
"details": [
228+
"Nullable added (Anthropic non-nullable)",
229+
"Union variants added: 3",
230+
"Union variants removed: 2"
231+
]
232+
},
233+
{
234+
"property": "POST.requestBody.content.application/json.properties.thinking",
235+
"details": [
236+
"Type added: ['object']",
237+
"Union variants removed: 3"
238+
]
239+
},
240+
{
241+
"property": "POST.requestBody.content.application/json.properties.tool_choice",
242+
"details": [
243+
"Union variants added: 4",
244+
"Union variants removed: 4"
245+
]
246+
},
247+
{
248+
"property": "POST.requestBody.content.application/json.properties.tools.items",
249+
"details": [
250+
"Union variants added: 4",
251+
"Union variants removed: 16"
252+
]
253+
},
254+
{
255+
"property": "POST.responses.200.content.application/json.properties.content.items",
256+
"details": [
257+
"Union variants added: 6",
258+
"Union variants removed: 12"
259+
]
260+
},
261+
{
262+
"property": "POST.responses.200.content.application/json.properties.model",
263+
"details": [
264+
"Type added: ['string']",
265+
"Union variants removed: 17"
266+
]
267+
},
268+
{
269+
"property": "POST.responses.200.content.application/json.properties.role",
270+
"details": [
271+
"Default changed: assistant -> None"
272+
]
273+
},
274+
{
275+
"property": "POST.responses.200.content.application/json.properties.stop_reason",
276+
"details": [
277+
"Union variants added: 1",
278+
"Union variants removed: 1"
279+
]
280+
},
281+
{
282+
"property": "POST.responses.200.content.application/json.properties.type",
283+
"details": [
284+
"Default changed: message -> None"
285+
]
286+
},
287+
{
288+
"property": "POST.responses.200.content.application/json.properties.usage.properties.input_tokens",
289+
"details": [
290+
"Default changed: None -> 0"
291+
]
292+
},
293+
{
294+
"property": "POST.responses.200.content.application/json.properties.usage.properties.output_tokens",
295+
"details": [
296+
"Default changed: None -> 0"
297+
]
298+
}
299+
],
300+
"missing_count": 8,
301+
"issues_count": 15
302+
}
303+
]
304+
},
305+
{
306+
"path": "/v1/messages/count_tokens",
307+
"operations": [
308+
{
309+
"method": "POST",
310+
"missing_properties": [
311+
"POST.parameters.header.anthropic-version",
312+
"POST.requestBody.content.application/json.properties.cache_control",
313+
"POST.requestBody.content.application/json.properties.output_config",
314+
"POST.requestBody.content.application/json.properties.thinking",
315+
"POST.requestBody.content.application/json.properties.tool_choice",
316+
"POST.responses.4XX"
317+
],
318+
"conformance_issues": [
319+
{
320+
"property": "POST.requestBody.content.application/json.properties.messages.items.properties.content",
321+
"details": [
322+
"Union variants added: 2",
323+
"Union variants removed: 2"
324+
]
325+
},
326+
{
327+
"property": "POST.requestBody.content.application/json.properties.model",
328+
"details": [
329+
"Type added: ['string']",
330+
"Union variants removed: 17"
331+
]
332+
},
333+
{
334+
"property": "POST.requestBody.content.application/json.properties.system",
335+
"details": [
336+
"Nullable added (Anthropic non-nullable)",
337+
"Union variants added: 2",
338+
"Union variants removed: 1"
339+
]
340+
},
341+
{
342+
"property": "POST.requestBody.content.application/json.properties.tools",
343+
"details": [
344+
"Type removed: ['array']",
345+
"Nullable added (Anthropic non-nullable)",
346+
"Union variants added: 2"
347+
]
348+
}
349+
],
350+
"missing_count": 6,
351+
"issues_count": 4
352+
}
353+
]
354+
}
355+
]
356+
}
357+
}
358+
}

0 commit comments

Comments
 (0)