@mynthio/sdk 0.0.4 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/constants.d.ts +8 -2
- package/dist/constants.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/types.d.ts +2 -14
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/constants.d.ts
CHANGED
|
@@ -8,11 +8,17 @@ export declare const TASK_DETAILS_PATH: (id: string) => string;
|
|
|
8
8
|
export declare const TASK_STATUS_PATH: (id: string) => string;
|
|
9
9
|
/**
|
|
10
10
|
* Model capabilities that affect available generation options.
|
|
11
|
-
* - `
|
|
11
|
+
* - `mynth_magic_prompt`: Supports Mynth-side prompt enhancement
|
|
12
|
+
* - `enhance_prompt`: Supports provider-native prompt enhancement
|
|
13
|
+
* - `inputs`: Supports reference/input images
|
|
14
|
+
* - `custom_resolution`: Supports custom width/height requests
|
|
12
15
|
* - `negative_prompt`: Supports negative prompts to exclude elements
|
|
16
|
+
* - `cfg_scale`: Supports custom CFG scale
|
|
17
|
+
* - `scheduler`: Supports custom scheduler selection
|
|
18
|
+
* - `auto_size`: Supports provider-driven auto sizing
|
|
13
19
|
* - `steps`: Supports custom inference step count
|
|
14
20
|
*/
|
|
15
|
-
export type ModelCapability = "
|
|
21
|
+
export type ModelCapability = "steps" | "inputs" | "custom_resolution" | "mynth_magic_prompt" | "enhance_prompt" | "negative_prompt" | "cfg_scale" | "scheduler" | "auto_size";
|
|
16
22
|
/**
|
|
17
23
|
* Information about an available image generation model.
|
|
18
24
|
*/
|
package/dist/constants.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAAA,iCAAiC;AACjC,eAAO,MAAM,OAAO,yBAAyB,CAAC;AAE9C,gDAAgD;AAChD,eAAO,MAAM,eAAe,kBAAkB,CAAC;AAE/C,eAAO,MAAM,mBAAmB,oBAAoB,CAAC;AACrD,eAAO,MAAM,SAAS,WAAW,CAAC;AAClC,eAAO,MAAM,iBAAiB,GAAI,IAAI,MAAM,WAAyB,CAAC;AACtE,eAAO,MAAM,gBAAgB,GAAI,IAAI,MAAM,WAAgC,CAAC;AAE5E
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAAA,iCAAiC;AACjC,eAAO,MAAM,OAAO,yBAAyB,CAAC;AAE9C,gDAAgD;AAChD,eAAO,MAAM,eAAe,kBAAkB,CAAC;AAE/C,eAAO,MAAM,mBAAmB,oBAAoB,CAAC;AACrD,eAAO,MAAM,SAAS,WAAW,CAAC;AAClC,eAAO,MAAM,iBAAiB,GAAI,IAAI,MAAM,WAAyB,CAAC;AACtE,eAAO,MAAM,gBAAgB,GAAI,IAAI,MAAM,WAAgC,CAAC;AAE5E;;;;;;;;;;;GAWG;AACH,MAAM,MAAM,eAAe,GACvB,OAAO,GACP,QAAQ,GACR,mBAAmB,GACnB,oBAAoB,GACpB,gBAAgB,GAChB,iBAAiB,GACjB,WAAW,GACX,WAAW,GACX,WAAW,CAAC;AAEhB;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG;IAC3B,mDAAmD;IACnD,EAAE,EAAE,MAAM,CAAC;IACX,kCAAkC;IAClC,KAAK,EAAE,MAAM,CAAC;IACd,qCAAqC;IACrC,YAAY,EAAE,SAAS,eAAe,EAAE,CAAC;CAC1C,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,gBAAgB,EAAE,SAAS,cAAc,EAuErD,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// @bun
|
|
2
|
-
var V="https://api.mynth.io",X="MYNTH_API_KEY",b="/image/generate";var v=(J)=>`/tasks/${J}`,G=(J)=>`/tasks/${J}/status`,P=[{id:"auto",label:"Auto",capabilities:[]},{id:"bytedance/seedream-5.0-lite",label:"Seedream 5.0 Lite",capabilities:[]},{id:"black-forest-labs/flux.1-dev",label:"FLUX.1 Dev",capabilities:["
|
|
2
|
+
var V="https://api.mynth.io",X="MYNTH_API_KEY",b="/image/generate";var v=(J)=>`/tasks/${J}`,G=(J)=>`/tasks/${J}/status`,P=[{id:"auto",label:"Auto",capabilities:[]},{id:"alibaba/qwen-image-2.0",label:"Qwen Image 2.0",capabilities:["inputs","enhance_prompt","custom_resolution"]},{id:"alibaba/qwen-image-2.0-pro",label:"Qwen Image 2.0 Pro",capabilities:["inputs","enhance_prompt","custom_resolution"]},{id:"bytedance/seedream-5.0-lite",label:"Seedream 5.0 Lite",capabilities:["inputs"]},{id:"black-forest-labs/flux.1-dev",label:"FLUX.1 Dev",capabilities:["steps","mynth_magic_prompt"]},{id:"black-forest-labs/flux-1-schnell",label:"FLUX.1 Schnell",capabilities:["steps","mynth_magic_prompt"]},{id:"tongyi-mai/z-image-turbo",label:"Z Image Turbo",capabilities:["steps","mynth_magic_prompt"]},{id:"black-forest-labs/flux.2-dev",label:"FLUX.2 Dev",capabilities:["mynth_magic_prompt"]},{id:"black-forest-labs/flux.2-klein-4b",label:"FLUX.2 Klein 4B",capabilities:["inputs"]},{id:"john6666/bismuth-illustrious-mix",label:"Bismuth Illustrious Mix",capabilities:["steps","negative_prompt","cfg_scale","scheduler","mynth_magic_prompt"]},{id:"google/gemini-3.1-flash-image",label:"Nano Banana 2",capabilities:["inputs","enhance_prompt","auto_size"]},{id:"google/gemini-3-pro-image-preview",label:"Nano Banana Pro",capabilities:["enhance_prompt"]},{id:"wan/wan2.6-image",label:"Wan 2.6 Image",capabilities:[]},{id:"xai/grok-imagine-image",label:"Grok Imagine Image",capabilities:["auto_size"]}];class Y extends Error{status;code;constructor(J,Q,Z){super(J);this.name="MynthAPIError",this.status=Q,this.code=Z}}class H{apiKey;baseUrl;constructor(J){this.apiKey=J.apiKey,this.baseUrl=J.baseUrl?J.baseUrl.endsWith("/")?J.baseUrl.slice(0,-1):J.baseUrl:V}getAuthHeaders(J){return{Authorization:`Bearer ${J?.accessToken??this.apiKey}`}}getUrl(J){return`${this.baseUrl}${J}`}async post(J,Q){let Z=await fetch(this.getUrl(J),{method:"POST",headers:{"Content-Type":"application/json",...this.getAuthHeaders()},body:JSON.stringify(Q)}),$=await Z.json();if(!Z.ok){let x=$,B=x.error||x.message||`Request failed with status ${Z.status}`;throw new Y(B,Z.status,x.code)}return $}async get(J,{headers:Q,accessToken:Z}={}){let $=await fetch(this.getUrl(J),{headers:{...this.getAuthHeaders({accessToken:Z}),...Q}});return{data:await $.json(),status:$.status,ok:$.ok}}}class j{data;constructor(J){this.data=J}get id(){return this.data.id}get status(){return this.data.status}get result(){return this.data.result}get isCompleted(){return this.data.status==="completed"}get isFailed(){return this.data.status==="failed"}get urls(){return this.data.result?.images.filter((J)=>J.status==="succeeded").map((J)=>J.url)??[]}getImages(J={}){if(J.includeFailed)return this.data.result?.images??[];return this.data.result?.images.filter((Q)=>Q.status==="succeeded")??[]}getMetadata(){return this.data.request?.metadata}}var D=300000,g=12000,L=2500,M=5000,_=7;class f extends Error{constructor(J){super(`Task ${J} polling timed out after ${D}ms`);this.name="TaskAsyncTimeoutError"}}class W extends Error{constructor(J){super(`Unauthorized access to task ${J}`);this.name="TaskAsyncUnauthorizedError"}}class q extends Error{constructor(J,Q){super(`Failed to fetch status for task ${J} after multiple retries`);this.name="TaskAsyncFetchError",this.cause=Q}}class w extends Error{constructor(J,Q){let Z=Q?` (status ${Q})`:"";super(`Failed to fetch task ${J}${Z}`);this.name="TaskAsyncTaskFetchError"}}class z extends Error{constructor(J){super(`Task ${J} failed during generation`);this.name="TaskAsyncTaskFailedError"}}class C{id;client;_access;_completionPromise=null;constructor(J,Q){this.id=J,this.client=Q.client,this._access={publicAccessToken:Q.pat}}get access(){return this._access}toString(){return this.id}async toTask(){if(!this._completionPromise)this._completionPromise=this.pollUntilCompleted();return this._completionPromise}async pollUntilCompleted(){let J=Date.now(),Q=0,Z=!1,$;while(!0){let x=Date.now()-J;if(x>=D)throw new f(this.id);let B=await this.fetchStatus(Z);if(B.ok){if(Q=0,B.status==="completed"){let U=await this.fetchTask();return new j(U)}if(B.status==="failed")throw new z(this.id)}else{if(B.unauthorized){if(this._access.publicAccessToken&&!Z){Z=!0;continue}throw new W(this.id)}if(B.retryable){if(Q++,$=B.error,Q>=_)throw new q(this.id,$)}}let R=x<g?L:M,N=Math.random()*500,O=R+N,F=D-x,S=Math.min(O,F);await this.sleep(S)}}async fetchStatus(J){let Q=J||!this._access.publicAccessToken?void 0:this._access.publicAccessToken;try{let Z=await this.client.get(G(this.id),{accessToken:Q});if(Z.ok)return{ok:!0,status:Z.data.status};if(Z.status===401||Z.status===403)return{ok:!1,unauthorized:!0,retryable:!1};if(Z.status===404)return{ok:!1,unauthorized:!0,retryable:!1};if(Z.status>=500)return{ok:!1,unauthorized:!1,retryable:!0};return{ok:!1,unauthorized:!1,retryable:!1}}catch(Z){return{ok:!1,unauthorized:!1,retryable:!0,error:Z instanceof Error?Z:Error(String(Z))}}}async fetchTask(){let J=await this.client.get(v(this.id));if(J.ok)return J.data;if(J.status===401||J.status===403)throw new W(this.id);if(J.status===404)throw new W(this.id);throw new w(this.id,J.status)}sleep(J){return new Promise((Q)=>setTimeout(Q,J))}}function m(){if(typeof process<"u"&&process.env)return process.env[X];return}class K{client;constructor(J={}){let Q=J.apiKey??m();if(!Q)throw Error(`Mynth API key is required. Either pass it as an option or set the ${X} environment variable.`);this.client=new H({apiKey:Q,baseUrl:J.baseUrl})}async generate(J,Q={}){let Z=Q.mode??"sync",$=await this.client.post(b,J),x=new C($.taskId,{client:this.client,pat:$.access?.publicAccessToken});if(Z==="async")return x;return x.toTask()}}var i=K;export{i as default,W as TaskAsyncUnauthorizedError,f as TaskAsyncTimeoutError,w as TaskAsyncTaskFetchError,z as TaskAsyncTaskFailedError,q as TaskAsyncFetchError,Y as MynthAPIError,K as Mynth,P as AVAILABLE_MODELS};
|
package/dist/types.d.ts
CHANGED
|
@@ -31,7 +31,7 @@ export declare namespace MynthSDKTypes {
|
|
|
31
31
|
updatedAt: string;
|
|
32
32
|
};
|
|
33
33
|
/** Available model identifiers */
|
|
34
|
-
type ImageGenerationModelId = "bytedance/seedream-5.0-lite" | "black-forest-labs/flux.1-dev" | "black-forest-labs/flux-1-schnell" | "black-forest-labs/flux.2-dev" | "black-forest-labs/flux.2-klein-4b" | "google/gemini-3.1-flash-image" | "google/gemini-3-pro-image-preview" | "tongyi-mai/z-image-turbo" | "john6666/bismuth-illustrious-mix" | "wan/wan2.6-image" | "xai/grok-imagine-image";
|
|
34
|
+
type ImageGenerationModelId = "alibaba/qwen-image-2.0" | "alibaba/qwen-image-2.0-pro" | "bytedance/seedream-5.0-lite" | "black-forest-labs/flux.1-dev" | "black-forest-labs/flux-1-schnell" | "black-forest-labs/flux.2-dev" | "black-forest-labs/flux.2-klein-4b" | "google/gemini-3.1-flash-image" | "google/gemini-3-pro-image-preview" | "tongyi-mai/z-image-turbo" | "john6666/bismuth-illustrious-mix" | "wan/wan2.6-image" | "xai/grok-imagine-image";
|
|
35
35
|
/** Model to use for generation ("auto" lets the system choose) */
|
|
36
36
|
type ImageGenerationModel = ImageGenerationModelId | "auto";
|
|
37
37
|
/** Prompt enhancement mode for structured prompts */
|
|
@@ -56,14 +56,6 @@ export declare namespace MynthSDKTypes {
|
|
|
56
56
|
* Can be a simple string or structured with positive/negative prompts.
|
|
57
57
|
*/
|
|
58
58
|
type ImageGenerationRequestPrompt = GenerateImageOptionsIn["prompt"];
|
|
59
|
-
/** Access configuration for the generated task */
|
|
60
|
-
type ImageGenerationRequestAccess = {
|
|
61
|
-
/** Public access token configuration */
|
|
62
|
-
pat: {
|
|
63
|
-
/** Generate a public access token for client-side polling */
|
|
64
|
-
enabled?: boolean;
|
|
65
|
-
};
|
|
66
|
-
};
|
|
67
59
|
/** Output image format */
|
|
68
60
|
type ImageGenerationRequestOutputFormat = "png" | "jpg" | "webp";
|
|
69
61
|
/** Output configuration for generated images */
|
|
@@ -155,8 +147,6 @@ export declare namespace MynthSDKTypes {
|
|
|
155
147
|
count?: number;
|
|
156
148
|
/** Output format and quality settings */
|
|
157
149
|
output?: ImageGenerationRequestOutput;
|
|
158
|
-
/** Public access token configuration */
|
|
159
|
-
access?: ImageGenerationRequestAccess;
|
|
160
150
|
/** Webhook notification settings */
|
|
161
151
|
webhook?: ImageGenerationRequestWebhook;
|
|
162
152
|
/** Content rating classification settings */
|
|
@@ -184,9 +174,7 @@ export declare namespace MynthSDKTypes {
|
|
|
184
174
|
/** CDN URL of the generated image */
|
|
185
175
|
url: string;
|
|
186
176
|
/** Resolved output image size (for example: "1024x1024") */
|
|
187
|
-
size?:
|
|
188
|
-
/** Provider that generated the image */
|
|
189
|
-
provider: string;
|
|
177
|
+
size?: string;
|
|
190
178
|
/** Cost for this image in string format */
|
|
191
179
|
cost: string;
|
|
192
180
|
/** Content rating if classification was enabled */
|
package/dist/types.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,yBAAiB,aAAa,CAAC;IAC7B,kCAAkC;IAClC,KAAY,UAAU,GAAG,SAAS,GAAG,WAAW,GAAG,QAAQ,CAAC;IAE5D,yDAAyD;IACzD,KAAY,QAAQ,GAAG,OAAO,CAAC;IAE/B,2CAA2C;IAC3C,KAAY,QAAQ,GAAG;QACrB,6BAA6B;QAC7B,EAAE,EAAE,MAAM,CAAC;QACX,iCAAiC;QACjC,MAAM,EAAE,UAAU,CAAC;QACnB,mBAAmB;QACnB,IAAI,EAAE,QAAQ,CAAC;QACf,sDAAsD;QACtD,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;QACxB,0CAA0C;QAC1C,MAAM,EAAE,MAAM,CAAC;QACf,+DAA+D;QAC/D,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;QACpB,gDAAgD;QAChD,MAAM,EAAE,WAAW,GAAG,IAAI,CAAC;QAC3B,0DAA0D;QAC1D,OAAO,EAAE,sBAAsB,CAAC;QAChC,qCAAqC;QACrC,SAAS,EAAE,MAAM,CAAC;QAClB,wCAAwC;QACxC,SAAS,EAAE,MAAM,CAAC;KACnB,CAAC;IAEF,kCAAkC;IAClC,KAAY,sBAAsB,GAC9B,6BAA6B,GAC7B,8BAA8B,GAC9B,kCAAkC,GAClC,8BAA8B,GAC9B,mCAAmC,GACnC,+BAA+B,GAC/B,mCAAmC,GACnC,0BAA0B,GAC1B,kCAAkC,GAClC,kBAAkB,GAClB,wBAAwB,CAAC;IAE7B,kEAAkE;IAClE,KAAY,oBAAoB,GAAG,sBAAsB,GAAG,MAAM,CAAC;IAEnE,qDAAqD;IACrD,KAAY,6BAA6B,GAAG,KAAK,GAAG,cAAc,GAAG,eAAe,CAAC;IAErF,iEAAiE;IACjE,KAAY,gBAAgB,GAAG;QAC7B,8CAA8C;QAC9C,QAAQ,EAAE,MAAM,CAAC;QACjB,8CAA8C;QAC9C,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,8BAA8B;QAC9B,OAAO,EAAE,6BAA6B,CAAC;KACxC,CAAC;IAEF,KAAY,sBAAsB,GAAG;QACnC,MAAM,EAAE,MAAM,GAAG,gBAAgB,CAAC;KACnC,CAAC;IAEF,KAAY,oBAAoB,GAAG;QACjC,MAAM,EAAE,gBAAgB,CAAC;KAC1B,CAAC;IAEF;;;OAGG;IACH,KAAY,4BAA4B,GAAG,sBAAsB,CAAC,QAAQ,CAAC,CAAC;IAE5E,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"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"}
|