client.getBalance() -> Gooey.BalanceResponse
-
-
-
await client.getBalance();
-
-
-
requestOptions:
GooeyClient.RequestOptions
-
-
client.copilot.completion(inputImages, inputDocuments, documents, inputGlossaryDocument, outputGlossaryDocument, inputFace, { ...params }) -> Gooey.VideoBotsPageOutput
-
-
-
await client.copilot.completion( [fs.createReadStream("/path/to/your/file")], [fs.createReadStream("/path/to/your/file")], [fs.createReadStream("/path/to/your/file")], fs.createReadStream("/path/to/your/file"), fs.createReadStream("/path/to/your/file"), fs.createReadStream("/path/to/your/file"), {} );
-
-
-
inputImages:
File[] | fs.ReadStream[] | Blob[] | undefined
-
inputDocuments:
File[] | fs.ReadStream[] | Blob[] | undefined
-
documents:
File[] | fs.ReadStream[] | Blob[] | undefined
-
inputGlossaryDocument:
File | fs.ReadStream | Blob | undefined
-
outputGlossaryDocument:
File | fs.ReadStream | Blob | undefined
-
inputFace:
File | fs.ReadStream | Blob | undefined
-
request:
Gooey.CopilotCompletionRequest
-
requestOptions:
Copilot.RequestOptions
-
-