File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ export default {
2+ data : {
3+ desc : `The list of generated images.` ,
4+ b64_json : {
5+ desc : `The base64-encoded JSON of the generated image.` ,
6+ } ,
7+ url : {
8+ desc : `The URL where the file can be downloaded from.` ,
9+ } ,
10+ } ,
11+ meta : {
12+ desc : `Additional details about the generation.` ,
13+ } ,
14+ tokens_used : {
15+ desc : `The number of tokens consumed during generation.` ,
16+ } ,
17+ } ;
Original file line number Diff line number Diff line change @@ -14,3 +14,4 @@ export { default as vision } from './descriptions/vision.js';
1414export { default as responseApi } from './descriptions/response-api.js' ;
1515export { default as videoResponse } from './descriptions/video.response.js' ;
1616export { default as chatCompletionResponse } from './descriptions/chat-completion.response.js' ;
17+ export { default as imageResponse } from './descriptions/image.response.js' ;
You can’t perform that action at this time.
0 commit comments