Skip to content

Commit a40a264

Browse files
feat: gen zhipu/glm-ocr
1 parent a5ce88a commit a40a264

4 files changed

Lines changed: 12 additions & 21 deletions

File tree

docs/api-references/service-endpoints/keys-delete.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"name": "prefix",
1919
"in": "path",
2020
"required": true,
21-
"description": "Key prefix to delete. Passed in the URL path.",
21+
"description": "Key prefix to delete. Passed in the URL path. This is the first 8 characters of the API key you want to delete. Only these 8 characters are visible in the dashboard (the rest are masked with asterisks). You can also obtain this value via the POST method (see the `prefix` field in its response).",
2222
"schema": {
2323
"type": "string",
2424
"example": "19e32b2c"

docs/api-references/vision-models/Zhipu/glm-ocr.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.
Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
[
22
{
3-
"name": "zhipu/glm-5",
4-
"url": "https://ai.aimlapi.com/docs-json?endpoint=openai/chat-completions&model=zhipu/glm-5",
5-
"alias": "glm-5",
6-
"category": "text-models-llm",
7-
"vendor": "Zhipu",
8-
"codeSamples": "chat-completion"
3+
"name": "zhipu/glm-ocr",
4+
"url": "https://ai.aimlapi.com/docs-json?endpoint=internal/optical-character-recognition&model=zhipu/glm-ocr",
5+
"alias": "glm-ocr",
6+
"category": "vision-models",
7+
"vendor": "Zhipu"
98
}
109
]
Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,9 @@
11
[
22
{
3-
"name": "inworld/tts-1-5-mini",
4-
"alias": "tts-1-5-mini",
5-
"category": "speech-models",
6-
"vendor": "Inworld",
7-
"url": "https://ai.aimlapi.com/docs?endpoint=internal/text-to-speech&model=inworld/tts-1-5-mini",
8-
"codeSamples": ""
9-
},
10-
{
11-
"name": "inworld/tts-1-5-max",
12-
"alias": "tts-1-5-max",
13-
"category": "speech-models",
14-
"vendor": "Inworld",
15-
"url": "https://ai.aimlapi.com/docs?endpoint=internal/text-to-speech&model=inworld/tts-1-5-max",
16-
"codeSamples": ""
3+
"name": "zhipu/glm-ocr",
4+
"url": "https://ai.aimlapi.com/docs-json?endpoint=internal/optical-character-recognition&model=zhipu/glm-ocr",
5+
"alias": "glm-ocr",
6+
"category": "vision-models",
7+
"vendor": "Zhipu"
178
}
189
]

0 commit comments

Comments
 (0)