Back to Models

Dreamshaper

lykon/dreamshaper
Lykon Image Generation

Description

Dreamshaper by Lykon. This model supports image capabilities. Main use: Image Generation.

Specifications

Input Modalities:
Text
Output Modalities:
Image
Main Use:
Image Generation

Pricing

Per Image (1MP) Cost:
0.00120000 Credits
Images (1MP) per credit:
833.33

Usage Example

const { Client } = require('ai-proxy-sdk');

const client = new Client({
  consumerKey: process.env.BITMESH_CONSUMER_KEY,
  consumerSecret: process.env.BITMESH_CONSUMER_SECRET
});

const response = await client.images.generate({
  prompt: 'Flying car',
  model: 'lykon/dreamshaper',
  width: 1024,
  height: 1024,
  seed: 22,
  n: 1,
  steps: 20
});