























@@ -4,12 +4,7 @@
44"type": "object",
55"required": ["data"],
66"properties": {
7-"data": {
8-"type": "array",
9-"items": {
10-"$ref": "#/definitions/Model"
11- }
12- },
7+"data": { "type": "array", "items": { "$ref": "#/definitions/Model" } },
138"nextCursor": {
149"description": "Opaque cursor to pass to the next call to continue after the last item. If None, there are no more items to return.",
1510"type": ["string", "null"]
@@ -44,101 +39,46 @@
4439"supportedReasoningEfforts"
4540 ],
4641"properties": {
47-"additionalSpeedTiers": {
48-"default": [],
49-"type": "array",
50-"items": {
51-"type": "string"
52- }
53- },
42+"additionalSpeedTiers": { "default": [], "type": "array", "items": { "type": "string" } },
5443"availabilityNux": {
55-"anyOf": [
56- {
57-"$ref": "#/definitions/ModelAvailabilityNux"
58- },
59- {
60-"type": "null"
61- }
62- ]
63- },
64-"defaultReasoningEffort": {
65-"$ref": "#/definitions/ReasoningEffort"
66- },
67-"description": {
68-"type": "string"
69- },
70-"displayName": {
71-"type": "string"
72- },
73-"hidden": {
74-"type": "boolean"
75- },
76-"id": {
77-"type": "string"
44+"anyOf": [{ "$ref": "#/definitions/ModelAvailabilityNux" }, { "type": "null" }]
7845 },
46+"defaultReasoningEffort": { "$ref": "#/definitions/ReasoningEffort" },
47+"description": { "type": "string" },
48+"displayName": { "type": "string" },
49+"hidden": { "type": "boolean" },
50+"id": { "type": "string" },
7951"inputModalities": {
8052"default": ["text", "image"],
8153"type": "array",
82-"items": {
83-"$ref": "#/definitions/InputModality"
84- }
85- },
86-"isDefault": {
87-"type": "boolean"
88- },
89-"model": {
90-"type": "string"
54+"items": { "$ref": "#/definitions/InputModality" }
9155 },
56+"isDefault": { "type": "boolean" },
57+"model": { "type": "string" },
9258"supportedReasoningEfforts": {
9359"type": "array",
94-"items": {
95-"$ref": "#/definitions/ReasoningEffortOption"
96- }
97- },
98-"supportsPersonality": {
99-"default": false,
100-"type": "boolean"
101- },
102-"upgrade": {
103-"type": ["string", "null"]
60+"items": { "$ref": "#/definitions/ReasoningEffortOption" }
10461 },
62+"supportsPersonality": { "default": false, "type": "boolean" },
63+"upgrade": { "type": ["string", "null"] },
10564"upgradeInfo": {
106-"anyOf": [
107- {
108-"$ref": "#/definitions/ModelUpgradeInfo"
109- },
110- {
111-"type": "null"
112- }
113- ]
65+"anyOf": [{ "$ref": "#/definitions/ModelUpgradeInfo" }, { "type": "null" }]
11466 }
11567 }
11668 },
11769"ModelAvailabilityNux": {
11870"type": "object",
11971"required": ["message"],
120-"properties": {
121-"message": {
122-"type": "string"
123- }
124- }
72+"properties": { "message": { "type": "string" } }
12573 },
12674"ModelUpgradeInfo": {
12775"type": "object",
12876"required": ["model"],
12977"properties": {
130-"migrationMarkdown": {
131-"type": ["string", "null"]
132- },
133-"model": {
134-"type": "string"
135- },
136-"modelLink": {
137-"type": ["string", "null"]
138- },
139-"upgradeCopy": {
140-"type": ["string", "null"]
141- }
78+"migrationMarkdown": { "type": ["string", "null"] },
79+"model": { "type": "string" },
80+"modelLink": { "type": ["string", "null"] },
81+"upgradeCopy": { "type": ["string", "null"] }
14282 }
14383 },
14484"ReasoningEffort": {
@@ -150,12 +90,8 @@
15090"type": "object",
15191"required": ["description", "reasoningEffort"],
15292"properties": {
153-"description": {
154-"type": "string"
155- },
156-"reasoningEffort": {
157-"$ref": "#/definitions/ReasoningEffort"
158- }
93+"description": { "type": "string" },
94+"reasoningEffort": { "$ref": "#/definitions/ReasoningEffort" }
15995 }
16096 }
16197 }
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。