Available models

Live list of available model and price get be found here https://oracle-rpc.jarjar.xyz/price-model

Price are dynamic and might change in the future.

DALLE-3

Take 2 arguments:

  • prompt: string

  • size : 1024x1024

// Example DALLE-3
    const prompt_data = tx.pure.string(
      JSON.stringify({
        prompt: "A cute dog",
        size: "1024x1024",
      }),
    );

Flux1 Pro

take 1 argument:

  • prompt: string

Flux1 Dev

Take 1 argument:

  • prompt: string

Last updated