Skip to content
OPENMUSE / YOUR NEXT IDEA STARTS HEREHUMAN CURIOSITY. MACHINE POSSIBILITY.
A LITTLE MORE ROOM TO THINK

Big ideas.
Meet your Muse.

A place for your questions, your code, and your next
“what if.” Meet the AI workspace that keeps it together.

THINK IT. SHAPE IT. MAKE IT.SCROLL TO EXPLORE ↓
PROMPT TO POSSIBILITY✳ONE WORKSPACE✳YOUR IDEAS, IN MOTION✳BUILT FOR THE CURIOUS✳
A note from Muse— □

Less blank-page energy.
More “let’s make it.”

Your ideas, with a little company.
Muse / a space to thinkPREVIEW 01
Turn a product idea into a clear launch plan.YOU
MuseExample response

A little structure. A lot of possibility.

01Define who it is for and the problem it solves.

02Build the smallest complete customer journey.

03Test with five people. Keep the useful feedback.

04Ship, measure, and improve one thing at a time.

launch-plan.mdEXAMPLE
What would you like to make?
Thought process— □

Understand the request

Organize the context

Compose an answer

ILLUSTRATED WORKFLOW
Developer corner— □
› connection

OpenAI-compatible API

› your workspace

Keys. Credits. Usage.

Read the quickstart

A few examples to get you thinking. Sign in to send your own prompts through the connected model routes.

02 / A SECOND PAIR OF THOUGHTS

Less switching tabs.
More connecting dots.

An idea rarely arrives fully formed. Muse gives it somewhere to go — from the first messy question to a draft, a plan, or a piece of working code.

One workspace brings prompts, model routes, API keys, and usage together. You decide what to ask. You stay in control of what happens next.

Find your starting point
01
rough idea.txt

What if…
We made it real?

Bring the unfinished.

A thought, a brief, a difficult question. Start with what you have and refine it in the sandbox.

02
YOUR PROMPT
YOUR CHOSEN MODEL

A workspace, not a maze.

Keep available models and route costs in view. Choose the right route for the task in front of you.

03

API keysScoped

CreditsVisible

UsagePer request

Keep the controls.

Manage keys and review consumption from your dashboard. Your workspace, with the details attached.

03 / FOR THE MAKERS

A little Muse.
In your own app.

Use the OpenAI-compatible API with the tools you already know. Discover available routes, send your first request, and keep building.

Open the documentation
REST APIJAVASCRIPTPYTHON
hello-muse.tsJAVASCRIPT
import OpenAI from "openai";

const muse = new OpenAI({
  apiKey: process.env.OPENMUSE_API_KEY,
  baseURL: "https://openmuse.fun/api/v1"
});

const models = await muse.models.list();
const answer = await muse.chat.completions.create({
  model: models.data[0].id,
  messages: [{ role: "user", content: "Let's make something." }]
});
Your key stays on your server.
04 / A LITTLE FUEL FOR YOUR IDEAS

Start small.
Make something good.

Token credit packs for your workspace.
Model multipliers determine consumption.
Review available payment methods after sign-in.

Starter

$5 / pack

10M token credits

A first idea. A first request.

Choose Starter
Pro

$99 / pack

500M token credits

Room for bigger projects.

Choose Pro
Max

$179 / pack

1B token credits

For your most ambitious builds.

Choose Max
A friendly assistant, blue headphones, a camera and creative objects surrounding a clear workspace
YOUR NEXT CHAPTER

What will you make
with Muse?

Let’s find out
A FEW GOOD QUESTIONS

Curious?
Good.

What is OpenMuse?+

OpenMuse is an AI workspace and API gateway. Muse is the workspace’s agent identity; responses are powered by the model routes available in your account.

Is Muse a newly trained foundation model?+

No. Muse is the OpenMuse experience built around connected model providers. Available route names and pricing are shown in the workspace. It is not affiliated with OpenJEV or another Muse-branded service.

Can I use my existing tools?+

Yes. The gateway uses an OpenAI-compatible API. Set your base URL, add a workspace API key, and choose a route returned by the models endpoint. See the docs for examples.

How do credits work?+

Requests consume token credits according to their usage and the selected route multiplier. Check the current balance, route cost, and request history in your dashboard.

Does Muse take actions in my accounts?+

The current workspace handles prompts and API requests. The homepage examples do not connect to your calendar, inbox, or files, and do not execute external actions.