Auriko - Trading desk for LLM calls

Auriko treats LLM providers as trading venues and arbitrages the spread. Built by ex-quant traders, Auriko’s cost-arbitrage engine calibrates to each user’s request patterns and selects optimized inference paths based on token price, cache behavior, latency, reliability, and request quality. Auriko benchmarks show average 30% cost reduction against industry peers and direct providers. See the source:

Add a comment

Replies

Best

I like that the focus is not just more models, but using the right route for each request.

 Thank you for the support!

Congrats on the launch! I'm curious,does Auriko make routing decisions before each request based on cost, latency, and quality, or is it mainly focused on optimizing spend after the fact?

  Thanks and great question! It's both.

The routing engine decides where the llm request should go before it is sent. For each request, Auriko builds the eligible provider set, applies hard constraints like capabilities, data policy, budget rules, parameter support, and availability, then scores the viable routes accounting for expected cost, latency, throughput, capacity headroom, and cache economics. The cost model accounts for provider-specific prompt caching mechanics and the workload’s reuse patterns, so routing is based on expected request-level economics, not just static model prices.

We then feed the request metadata back into our signal generation engine for future routing decisions. This helps us maintain a dynamic and effective awareness of the routing candidates.

How do you measure quality when routing across models? Do you use developer feedback, user behavior, retries, or some kind of evaluation layer?

 We measure metadata such as latency, throughput, error rate, fallback, cache-hit and use that to inform our routing engine. And user can check all information in detailed request logs

Congrats on the PH launch! Modeling request patterns sounds helpful.

 Thank you for the support! give it a try!

Congrats on the launch!
For teams running agents that have really strict latency requirements, can you set a hard ceiling on response time and let Auriko optimize cost within that constraint, or is it more of a balance between the two?

 Definitely. There are two ways to control this in Auriko.

1. you can set hard constraints, such as a TTFT ceiling. 2. you can use softer control by increasing the weight of response time (TTFT) in the composite routing score. Both affect the routing decision!

Michael... this is jaw-dropping. I am beyond impressed by such a novel yet robust approach to token-spend reduction. My budget loves this!

(my brain, however...? it immediately wants to set about reverse-engineering this mf to tune it towards revenue generation... 😈)

Great work!!

 Glad you like it!

This looks super useful for teams watching their AI bill climb every month. Congrats!

 Thanks!

Big congrats 🙌 Auriko feels practical and fresh, excited to test how it streamlines collaboration.

 Thanks!

This is a smart wedge most teams are eating unnecessary inference cost simply because provider selection is usually a one time decision baked into the code rather than something dynamic. A 30% reduction is meaningful at scale. Would love to know how request quality is scored in your benchmarks, and whether the savings hold up for latency sensitive production workloads or mainly batch use cases. Excited to see this evolve bookmarking for our team's eval.

A trading-desk framing for LLM calls makes sense. Once teams have more than one model and more than one workload, the real work becomes routing, cost control, and knowing why a call behaved the way it did. The audit trail matters as much as the cheaper token path.

 Definitely - audit trail just assures you everything is transparent!