R

River AI

by River AI

AI Models & APIsInfrastructure & CloudDeveloper Tools

Token-metered LoRA fine-tuning and reinforcement learning on open-weight models you keep

Usage-based·Added Aug 17, 2026·Updated Aug 17, 2026
Share:
THE DAILY BRIEF
River AI

by River AI

AI Models & APIsInfrastructure & CloudDeveloper Tools

Token-metered LoRA fine-tuning and reinforcement learning on open-weight models you keep

Usage-based

River AI is a training-and-inference API that lets engineering teams fine-tune open-weight language models with LoRA and reinforcement learning, then serve the result, billed per million tokens instead of per GPU hour. It is aimed at enterprises that want a customised model they own rather than a rented closed-source endpoint, and it removes the need to stand up and babysit a distributed training cluster.

At a Glance

Category
AI Models & APIs
Pricing
Usage-based
Target Market
CTOs, VPs of Engineering, ML Engineers, AI Platform Teams, Data Scientists
Deployment
Cloud-only, API-based
Founded
2026
Headquarters
Palo Alto, California, United States

Key Features

  • LoRA fine-tuning on 35B-1T open-weight models
  • Reinforcement learning with five loss objectives
  • Token-metered billing for training and inference
  • Low-level Python client, not a black-box trainer
  • Managed distributed training backend
  • Instant deployment of trained checkpoints

Capabilities

text generation
image generation
video generation
code generation
workflow automation
api access
audio generation
fine tuning
agent orchestration

Use Cases

  • Domain-specialised assistant on proprietary corpora
  • RL on verifiable tasks such as maths or code
  • Cost reduction versus a closed frontier API
  • Agent tool-calling reliability tuning
  • Rapid experimentation without cluster procurement

Ideal For

Best For

  • Post-training an open-weight model on proprietary domain data while retaining the resulting weights
  • Reinforcement-learning fine-tuning with verifiable rewards, using PPO, CISPO or DRO loss objectives
  • Teams that want low-level control of the training loop without operating a GPU cluster
  • Cost-sensitive workloads where per-GPU-hour reservations leave capacity idle between runs
  • Serving a fine-tuned adapter for inference on the same platform that trained it

Not Ideal For

  • Regulated buyers in finance, healthcare or government — River publishes no SOC 2, ISO 27001 or trust-centre evidence, and the API is still labelled preview v0.1
  • Teams that need full-parameter fine-tuning or continued pre-training; River is LoRA-adapter-based, which bounds how far a base model can be moved
  • Organisations requiring on-premises or in-VPC training for data-residency reasons — River is a hosted API with no self-hosted option announced
  • Buyers who simply want the strongest closed frontier model behind an API; River deliberately offers only open-weight bases

Market Analysis

Developer-firstOpen-weightUsage-priced

Pros

  • Token-metered pricing removes the idle-GPU waste that dominates the cost of occasional fine-tuning work
  • Public per-model price list makes budgeting possible without a procurement cycle
  • Low-level primitives and five loss functions give research teams genuine control of the training loop
  • Open-weight-only catalogue means the customised model is not locked to a single vendor's endpoint
  • Founding team has direct large-scale training experience from DeepMind, OpenAI, xAI and Tesla

Cons

  • The company is roughly four months old — incorporated April 2026, out of stealth June 2026 — with no referenceable production customers and no track record under load
  • No public SOC 2, ISO 27001, DPA or trust-centre documentation, which rules it out of most regulated procurement processes today
  • The API is explicitly labelled preview v0.1, and the docs list no SDK beyond Python, no published rate limits and no SLA
  • Adaptation is LoRA-only; teams needing full-parameter fine-tuning or continued pre-training must look elsewhere
  • Headline claims — complex RL runs in 15-20 minutes and 2-4x cost savings versus closed alternatives — are vendor-stated with no independent benchmark published
  • TechCrunch characterised the $1.1B raise into a two-month-old company as eye-popping and possibly a symptom of an overheated AI funding market, and Unite.AI notes the personal-hardware roadmap has no timeline or specifications

Pricing

Usage-based (Qwen3.6 35B FP8)

From $1.00 per 1M training tokens

  • $0.33 per 1M prompt tokens
  • $0.82 per 1M completion tokens
  • Cached prompt tokens at 20% of prompt rate
  • LoRA fine-tuning and reinforcement learning

Usage-based (Nemotron 3.5 Lightning 30B)

From $1.00 per 1M training tokens

  • $0.30 per 1M prompt tokens
  • $0.80 per 1M completion tokens
  • 32k and 262k context options

Usage-based (Qwen3.5 397B FP8)

From $10.00 per 1M training tokens

  • $3.32 per 1M prompt tokens
  • $8.30 per 1M completion tokens
  • Large mixture-of-experts base model

Checkpoint storage

$0.10 per GB per month

  • Persisted training and inference checkpoints
  • Resume across sessions

River publishes real per-token rates rather than hiding behind a sales call, and meters both training and inference on tokens instead of GPU hours, so idle capacity costs nothing. Training runs from $1.00 per million tokens on Qwen3.6 35B and Nemotron 3.5 Lightning up to $10.00 on Qwen3.5 397B, with Kimi K2.6 reported at $12.84 per million at 262k context; cached prompt tokens bill at 20% of the prompt rate and checkpoints cost $0.10 per GB per month. There is no published free tier, no committed-spend or enterprise tier, and no volume-discount schedule — the API is still preview v0.1 and access starts by signing up at console.river.ai.

Security & Compliance

soc2
gdpr
hipaa
iso27001
sso
data residency

THE DAILY BRIEF

Enterprise AI insights for technology and business leaders, twice weekly.

beri.net

Subscribe at beri.net/subscribe for twice-weekly AI insights delivered to your inbox.

LinkedIn: linkedin.com/in/rberi  |  X: x.com/rajeshberi

© 2026 Rajesh Beri. All rights reserved.

River AI is a training-and-inference API that lets engineering teams fine-tune open-weight language models with LoRA and reinforcement learning, then serve the result, billed per million tokens instead of per GPU hour. It is aimed at enterprises that want a customised model they own rather than a rented closed-source endpoint, and it removes the need to stand up and babysit a distributed training cluster.

River AI is a token-metered training and inference API for open-weight large language models, built by xAI co-founder Igor Babuschkin alongside a team drawn from Google DeepMind, OpenAI, xAI and Tesla. The company was incorporated in Nevada on 20 April 2026, came out of stealth in June 2026 from Palo Alto, California, and announced $1.1 billion across combined Series Seed and Series A rounds on 11 August 2026, led by General Catalyst and AMP PBC with strategic investment from NVIDIA and AMD Ventures and participation from Y Combinator and Temasek. The shipping product is the River API, currently marked preview v0.1: a small Python client installed with pip install river-client that exposes low-level training primitives rather than a single high-level train() wrapper. Developers run supervised fine-tuning and reinforcement learning against a catalogue of open-weight base models spanning roughly 35B to 1T parameters, including Qwen3.6 35B, Qwen3.5 397B, Kimi K2.6, GLM 5.2, DeepSeek V4 Flash and NVIDIA Nemotron 3.5 Lightning 30B, using LoRA adapters with configurable rank from 1 to 32. The documented surface covers forward-backward passes, optimiser steps, sampling, checkpoint save and resume across sessions, and five loss functions: cross_entropy, importance_sampling, ppo, cispo and dro. River runs the GPU workers behind an asynchronous submit-then-poll interface and absorbs weight transfer, sampling-training consistency and elastic compute. Billing is metered per million tokens for both training and inference rather than per GPU hour, so idle capacity is never charged, and trained adapters deploy directly to production inference on the same platform.

Ideal Buyer

An applied-ML or platform engineering team that wants a task-specialised model trained on proprietary data, but has no dedicated distributed-training infrastructure group to run it.

Key Benefit

A reinforcement-learning or LoRA run on a frontier-class open-weight model without provisioning GPUs, billed only on tokens actually consumed.

At a Glance

Category
AI Models & APIs
Pricing
Usage-based
Target Market
CTOs, VPs of Engineering, ML Engineers, AI Platform Teams, Data Scientists
Deployment
Cloud-only, API-based
Founded
2026
Headquarters
Palo Alto, California, United States

Key Features

  • LoRA fine-tuning on 35B-1T open-weight models

    Adapter-based supervised fine-tuning with configurable rank 1-32 across Qwen3.6, Qwen3.5 397B, Kimi K2.6, GLM 5.2, DeepSeek V4 Flash and Nemotron 3.5 Lightning, so teams pick a base sized to the task.

  • Reinforcement learning with five loss objectives

    Policy-gradient training via importance sampling, plus cross_entropy, ppo, cispo and dro losses, letting teams optimise against custom reward functions rather than only imitating a labelled dataset.

  • Token-metered billing for training and inference

    Charges are per million tokens rather than per GPU hour, so an engineering team pays for work actually done and never for reserved capacity sitting idle between experiments.

  • Low-level Python client, not a black-box trainer

    The river-client SDK exposes forward-backward, optimiser step, sampling and checkpointing directly, so researchers keep control of the training loop while River operates the distributed backend.

  • Managed distributed training backend

    River handles fast weight transfers, sampling-training consistency and elastic compute across GPU workers behind an asynchronous submit-then-poll API, removing the cluster operations burden entirely.

  • Instant deployment of trained checkpoints

    Training and inference checkpoints are distinguished, sessions can be resumed, and a finished adapter serves production traffic on the same platform without an export or redeploy step.

Capabilities

text generation
image generation
video generation
code generation
workflow automation
api access
audio generation
fine tuning
agent orchestration

Use Cases

  • Domain-specialised assistant on proprietary corpora

    Fine-tune an open-weight base on internal documentation or support transcripts so answers reflect house terminology, and keep the resulting adapter weights in-house.

  • RL on verifiable tasks such as maths or code

    Optimise a model against programmatic rewards using the documented GSM8K-style policy-gradient recipe, improving task accuracy beyond what supervised imitation of examples achieves.

  • Cost reduction versus a closed frontier API

    Replace a large general-purpose model with a smaller specialised one for a high-volume narrow workload, cutting per-token inference cost while holding task accuracy.

  • Agent tool-calling reliability tuning

    Train a base model on an organisation's specific tool schemas and failure traces so agents call the right internal APIs with correctly shaped arguments more consistently.

  • Rapid experimentation without cluster procurement

    Run and compare several reinforcement-learning configurations in a single afternoon, since no GPU reservation, scheduling or fault-recovery engineering has to be built first.

Ideal For

Best For

  • Post-training an open-weight model on proprietary domain data while retaining the resulting weights
  • Reinforcement-learning fine-tuning with verifiable rewards, using PPO, CISPO or DRO loss objectives
  • Teams that want low-level control of the training loop without operating a GPU cluster
  • Cost-sensitive workloads where per-GPU-hour reservations leave capacity idle between runs
  • Serving a fine-tuned adapter for inference on the same platform that trained it

Not Ideal For

  • Regulated buyers in finance, healthcare or government — River publishes no SOC 2, ISO 27001 or trust-centre evidence, and the API is still labelled preview v0.1
  • Teams that need full-parameter fine-tuning or continued pre-training; River is LoRA-adapter-based, which bounds how far a base model can be moved
  • Organisations requiring on-premises or in-VPC training for data-residency reasons — River is a hosted API with no self-hosted option announced
  • Buyers who simply want the strongest closed frontier model behind an API; River deliberately offers only open-weight bases

Integrations

SDK Available
SDK:Python

Deployment

On-Premise

Market Analysis

Developer-firstOpen-weightUsage-priced

Pros

  • Token-metered pricing removes the idle-GPU waste that dominates the cost of occasional fine-tuning work
  • Public per-model price list makes budgeting possible without a procurement cycle
  • Low-level primitives and five loss functions give research teams genuine control of the training loop
  • Open-weight-only catalogue means the customised model is not locked to a single vendor's endpoint
  • Founding team has direct large-scale training experience from DeepMind, OpenAI, xAI and Tesla

Cons

  • The company is roughly four months old — incorporated April 2026, out of stealth June 2026 — with no referenceable production customers and no track record under load
  • No public SOC 2, ISO 27001, DPA or trust-centre documentation, which rules it out of most regulated procurement processes today
  • The API is explicitly labelled preview v0.1, and the docs list no SDK beyond Python, no published rate limits and no SLA
  • Adaptation is LoRA-only; teams needing full-parameter fine-tuning or continued pre-training must look elsewhere
  • Headline claims — complex RL runs in 15-20 minutes and 2-4x cost savings versus closed alternatives — are vendor-stated with no independent benchmark published
  • TechCrunch characterised the $1.1B raise into a two-month-old company as eye-popping and possibly a symptom of an overheated AI funding market, and Unite.AI notes the personal-hardware roadmap has no timeline or specifications

Pricing

Usage-based (Qwen3.6 35B FP8)

From $1.00 per 1M training tokens

  • $0.33 per 1M prompt tokens
  • $0.82 per 1M completion tokens
  • Cached prompt tokens at 20% of prompt rate
  • LoRA fine-tuning and reinforcement learning

Usage-based (Nemotron 3.5 Lightning 30B)

From $1.00 per 1M training tokens

  • $0.30 per 1M prompt tokens
  • $0.80 per 1M completion tokens
  • 32k and 262k context options

Usage-based (Qwen3.5 397B FP8)

From $10.00 per 1M training tokens

  • $3.32 per 1M prompt tokens
  • $8.30 per 1M completion tokens
  • Large mixture-of-experts base model

Checkpoint storage

$0.10 per GB per month

  • Persisted training and inference checkpoints
  • Resume across sessions

River publishes real per-token rates rather than hiding behind a sales call, and meters both training and inference on tokens instead of GPU hours, so idle capacity costs nothing. Training runs from $1.00 per million tokens on Qwen3.6 35B and Nemotron 3.5 Lightning up to $10.00 on Qwen3.5 397B, with Kimi K2.6 reported at $12.84 per million at 262k context; cached prompt tokens bill at 20% of the prompt rate and checkpoints cost $0.10 per GB per month. There is no published free tier, no committed-spend or enterprise tier, and no volume-discount schedule — the API is still preview v0.1 and access starts by signing up at console.river.ai.

Security & Compliance

soc2
gdpr
hipaa
iso27001
sso
data residency

Sources

This page was written from 7 sources, 4 on domains other than river.ai.

  1. 1.river.airiver.aivendor
  2. 2.river.aiapivendor
  3. 3.river.aiseries seed series a fundingvendor
  4. 4.docs.river.aidocs.river.ai
  5. 5.techcrunch.comgeneral catalyst leads 1 1b round into 2 month old river ai
  6. 6.thenextweb.comriver ai 1 1 billion babuschkin general catalyst open weight
  7. 7.unite.airiver ai raises 1 1b out of stealth to rebuild the stack for
Newsletter

Stay Ahead of the Curve

Weekly enterprise AI insights for technology leaders. No spam, no vendor pitches—unsubscribe anytime.

Subscribe