muse-image-1.0
everyais/muse-image-1-0
muse-image-1.0 (everyais/muse-image-1-0) availability, capabilities, context limits, and public reference pricing on everyais.
Model family museInput Text · ImageOutput Image
Available nowUnstable in the last 24h
Method
The page starts with current public catalog metadata and reference costs; operational metrics are added only when measured samples are available.
Source and update
GET /models/catalogUpdated
- Model type
- Image
- Released
- Not published
- Context window
- -
- Price unit
- Per image
- Maximum output
- -
- Model reference price (USD)
- $0.01 /image
Capabilities
- ✓ Image generation
- ✓ Image editing
Supported endpoints
- /v1/images/generations
- /v1/images/edits
Usage and availability trend
Daily tokensInputOutput
Last 6 days · 2026-09-02 Input 0 · Output 0 tokens.
Daily availability (success rate %)
Insufficient sample — not enough requests to publish a success rate.
Code example
Use the OpenAI SDK by changing only base_url.
from openai import OpenAI
client = OpenAI(
api_key="everyais_...",
base_url="https://api.everyais.com/v1",
)
image = client.images.generate(
model="everyais/muse-image-1-0",
prompt="a quiet reading room at dawn",
n=1,
)
print(image.data[0].url)Full API docsOther models in this family
Estimate this model's monthly cost
For token-priced models, estimate USD catalog reference cost from monthly requests and average input/output tokens. Your actual billed rate can differ by account.