Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions swagger/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -2446,10 +2446,6 @@ const docTemplate = `{
"type": "string"
}
},
"mode": {
"description": "Image (not supported by OpenAI)",
"type": "integer"
},
"model": {
"type": "string"
},
Expand All @@ -2476,6 +2472,7 @@ const docTemplate = `{
"description": "Prompt is read only by completion/image API calls"
},
"quality": {
"description": "Image (not supported by OpenAI)",
"type": "string"
},
"reasoning_effort": {
Expand Down
5 changes: 1 addition & 4 deletions swagger/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -2439,10 +2439,6 @@
"type": "string"
}
},
"mode": {
"description": "Image (not supported by OpenAI)",
"type": "integer"
},
"model": {
"type": "string"
},
Expand All @@ -2469,6 +2465,7 @@
"description": "Prompt is read only by completion/image API calls"
},
"quality": {
"description": "Image (not supported by OpenAI)",
"type": "string"
},
"reasoning_effort": {
Expand Down
4 changes: 1 addition & 3 deletions swagger/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -705,9 +705,6 @@ definitions:
additionalProperties:
type: string
type: object
mode:
description: Image (not supported by OpenAI)
type: integer
model:
type: string
model_base_name:
Expand All @@ -727,6 +724,7 @@ definitions:
prompt:
description: Prompt is read only by completion/image API calls
quality:
description: Image (not supported by OpenAI)
type: string
reasoning_effort:
type: string
Expand Down
Loading