Add credits
Fund one balance. Every completed request is metered against actual usage.
The finance intelligence layer
One stateless API that routes finance work to the intelligence most likely to deliver a strong result—without exposing provider complexity to your application.
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" },
});One finance API across leading model providers
Start in minutes
Fund one balance. Every completed request is metered against actual usage.
Create and revoke scoped user keys from your secure account console.
Use one Responses-style API. Alpha Router selects the intelligence behind it.
Outcome-led routing
Finance-task classification is explicit. Specialized tasks use continuously governed rankings, with general finance available as the safe default.
general_financeThe safe default for financial work that does not fit a specialized task.
earnings_analysisExtract the signal in reported results, guidance, and management commentary.
equity_researchSynthesize company, industry, and market evidence into a research answer.
portfolio_analysisReason about exposures, trade-offs, and portfolio-level outcomes.
Thin by design
Every request is independent. Send the full context, receive an OpenAI-compatible response, and keep control of application state.
No conversation state is retained between API calls.
Only the metadata required for billing, security, and audit trails is collected.
Clients see a stable Alpha Router contract, not internal provider or model details.
Usage-based credits
Every debit maps to a completed, observable request.
Built for people and agents
Give this to your agent
Integrate Alpha Router into my application using https://router.intelligentalpha.co/SKILL.mdThe route starts here