Fast
Live
valley-fast-1
// model 01

Valley
Fast.

When you need an answer now, not in 10 seconds. Valley Fast is our speed-first model — low latency, surprisingly capable, doesn't overthink it. Perfect for apps where every millisecond counts.

🧠
Pro
Live
valley-pro-1
// model 02

Valley
Pro.

Our heavy hitter. When you actually need to think — complex reasoning, multi-step agentic tasks, long context. Valley Pro doesn't rush. It just gets it right.

Fast vs Pro.
Pick your fighter.

Feature Valley Fast Valley Pro
Response speed🟢 Sub-second🟡 2–5s avg
Context window32K tokens200K tokens
Complex reasoningBasicAdvanced
Agentic tool use✓ Full
Unfiltered outputs
Best forChat, autocomplete, real-time appsResearch, complex agents, coding
// install the MeTal SDK (coming soon — use REST for now)

const response = await fetch('https://api.metalapis.com/v1/chat', {
  method: 'POST',
  headers: { 'Authorization': `Bearer ${process.env.METAL_API_KEY}` },
  body: JSON.stringify({
    model: 'valley-fast-1', // or valley-pro-1
    messages: [{ role: 'user', content: 'hey' }]
  })
});

MeTal Account.
One login. Everything.

Identity

Single sign-on for the MeTal ecosystem

One account, all of MeTal. API access, Mythic games, everything we ship going forward.

Developer

OAuth 2.0 + API key management

Integrate MeTal Account into your own apps. It's just standard OAuth. We didn't reinvent the wheel, we just made it not suck.

Get MeTal Account →

Mythic.
The experiment.

We acquired Mythic — a freshly-founded game studio — and handed it entirely to AI. No human designers, no human writers, no human coders working on the actual game. Six months. Let's see what comes out.

It's not a gimmick. It's the point. We genuinely want to know: can AI build something people actually want to play?

// status
Month 1 of 6 — Development in progress
Following along on the blog →
Read the Mythic updates