AI-Mocks
Toggle table of contents
0.8.1-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
AI-Mocks
ai-mocks-openai
/
dev.mokksy.aimocks.openai.model.responses
/
InputImage
/
Companion
Companion
object
Companion
(
source
)
Members
Functions
of
File
Id
Link copied to clipboard
@
JvmStatic
fun
ofFileId
(
fileId
:
String
,
detail
:
InputImage.Detail
=
Detail.AUTO
)
:
InputImage
Creates a new image input with a file ID.
of
Url
Link copied to clipboard
@
JvmStatic
fun
ofUrl
(
imageUrl
:
String
,
detail
:
InputImage.Detail
=
Detail.AUTO
)
:
InputImage
Creates a new image input with a URL.