Back to marketbilled per output token
Live market
Start buyingmuse-image
Meta: Muse Image
- Of list price
- 100%
- Output / 1M
- 2.395 USDT
- Sellers online
- 50
- Calls / min
- 0
Calling this model
POST /images — the same request OpenAI's SDKs already send. Point the base URL at asale and change nothing else.
Run it to see the answer here.
Or call it from your own code
curl https://gw.asale.ai/v1/images \
-H "Authorization: Bearer $ASALE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "muse-image",
"prompt": "a red panda astronaut, studio lighting",
"n": 1,
"aspect_ratio": "16:9"
}'import os, requests
r = requests.post(
"https://gw.asale.ai/v1/images",
headers={"Authorization": f"Bearer {os.environ['ASALE_API_KEY']}"},
json={
"model": "muse-image",
"prompt": "a red panda astronaut, studio lighting",
"n": 1,
"aspect_ratio": "16:9"
},
)
r.raise_for_status()
print(r.json())const r = await fetch("https://gw.asale.ai/v1/images", {
method: "POST",
headers: {
Authorization: `Bearer ${process.env.ASALE_API_KEY}`,
"Content-Type": "application/json",
},
body: JSON.stringify({
"model": "muse-image",
"prompt": "a red panda astronaut, studio lighting",
"n": 1,
"aspect_ratio": "16:9"
}),
});
if (!r.ok) throw new Error(await r.text());
console.log(await r.json());Request fields
| Field | Type | Accepts | Meaning |
|---|---|---|---|
| modelrequired | string | — | Which model serves the request. |
| promptrequired | text | — | What to generate, in words. |
| input_references | images | 0 … 16 | Reference pictures to guide the result, image-to-image. |
| n | int | 1 … 10 | How many to return in one call. |
| aspect_ratio | enum | 1:1 · 16:9 · 9:16 · 4:3 · 3:4 · auto | Shape of the output. |
| resolution | enum | 512 · 1K · 2K · 4K | Output resolution. |
| quality | enum | auto · low · medium · high | Rendering quality; higher costs more tokens. |
| background | enum | auto · transparent · opaque | Background treatment; transparent needs png or webp. |
| output_format | enum | png · jpeg · webp · svg | Encoding of the returned file. |
| output_compression | int | 0 … 100 | Compression 0–100 for jpeg and webp. |
| seed | int | — | Repeat a previous result exactly. |
Response
{
"created": 1788356612,
"data": [
{
"b64_json": "iVBORw0KGgo…",
"media_type": "image/png"
}
],
"usage": {
"prompt_tokens": 14,
"completion_tokens": 4096,
"total_tokens": 4110
}
}| Token type | List / 1M | Market / 1M | Of list price |
|---|---|---|---|
| Input | — | — | — |
| Output | 2.395 | 2.395 | 100% |
| Cache read | — | — | — |
| Cache write | — | — | — |
Channel quality
What has been measured about the supply behind this price. Readings, not promises — and aggregate, because which seller failed is nobody's business but theirs and ours.
- Online lanes
- 50
- Verified lanes
- 1/1
- Proved they serve this model
- First byte (p50)
- —
- Success rate
- —
- No turns settled in the window
- Sellable capacity
- 100.0M
- Tokens offered right now
Latency and verification are measured over the last day; the success rate comes from settled traffic. See the status page
Price trend
Currently selling at 100% of the vendor's list price. More sellers online push it down; more buyers push it back up to list.
- 08:44 AM
- Of list price
- 100%
- Sellers online
- 50
- Calls / min
- 0
Market depth
Price / 1MSellers
2.3951