generate
abstract suspend fun generate(apiKey: String, model: String, request: HuggingFaceGenerationRequest): ByteArray(source)
Executes the generate step in the SDAI network layer.
Return
Result produced by generate.
Author
Dmitriy Moroz
Parameters
apiKey
api key value consumed by the API.
model
model value consumed by the API.
request
request value consumed by the API.