The finance intelligence layer

Finance tasks, routed by outcome.

One stateless API that routes finance work to the intelligence most likely to deliver a strong result—without exposing provider complexity to your application.

  • Stateless requests
  • Usage-based credits
  • Data collection off by default
route.ts
import { AlphaRouter } from "@intelligent-alpha/router";

const alphaRouter = new AlphaRouter({
  apiKey: process.env.ALPHA_ROUTER_API_KEY,
});

const response = await alphaRouter.responses.create({
  input: "Summarize the earnings quality and key risks.",
  routing: { finance_task: "earnings_analysis" },
});
Task classifiedearnings_analysisOutcome returned

One finance API across leading model providers

OpenAIAnthropicGooglexAIMetaTogether AI

Start in minutes

From credit to answer in three deliberate steps.

01

Add credits

Fund one balance. Every completed request is metered against actual usage.

02

Create an API key

Create and revoke scoped user keys from your secure account console.

03

Send a finance task

Use one Responses-style API. Alpha Router selects the intelligence behind it.

Outcome-led routing

Tell us the finance job. We manage the model decision.

Finance-task classification is explicit. Specialized tasks use continuously governed rankings, with general finance available as the safe default.

01

General finance

general_finance

The safe default for financial work that does not fit a specialized task.

02

Earnings analysis

earnings_analysis

Extract the signal in reported results, guidance, and management commentary.

03

Equity research

equity_research

Synthesize company, industry, and market evidence into a research answer.

04

Portfolio analysis

portfolio_analysis

Reason about exposures, trade-offs, and portfolio-level outcomes.

Thin by design

Your application owns the conversation. Alpha Router owns the route.

Every request is independent. Send the full context, receive an OpenAI-compatible response, and keep control of application state.

Stateless only

No conversation state is retained between API calls.

Private by default

Only the metadata required for billing, security, and audit trails is collected.

Model-neutral

Clients see a stable Alpha Router contract, not internal provider or model details.

Usage-based credits

One balance. Transparent usage. No provider accounts to reconcile.

Starting balance$100.00
Completed finance tasks−$12.84
Available credits$87.16

Every debit maps to a completed, observable request.

Built for people and agents

Start from documentation—or hand the integration to your coding agent.

Give this to your agent

Integrate Alpha Router into my application using https://router.intelligentalpha.co/SKILL.md

The route starts here

Build finance products around outcomes, not model menus.