Fundraising Fox

Valohai

Founded 2016 · 18 employees on LinkedIn · 4 known investors

Valohai is an MLOps platform for training, evaluating, deploying, and monitoring machine learning models, including specialized models and LLM/RAG workflows. It provides pipelines, dataset versioning, experiment tracking, a model registry, and an operations dashboard, running on any cloud, on-prem, or self-hosted infrastructure for ML and engineering teams.

Also known as Valohai Oy

Investors · 4

Also in the syndicate · 1

Business Finland

Company profile

researched Aug 2026

Valohai is a machine learning operations (MLOps) platform-as-a-service that automates the infrastructure around training, evaluating, deploying and managing machine learning models. Core product areas include pipelines that cover both experimentation and production with per-step caching, conditional logic and quality gates, parallel task execution (from four to over 100 parallel executions), and human-in-the-loop approval steps; versioned, immutable datasets that are cached across executions and versioned incrementally by added and removed files, with aliases used to promote a version to production; automatic lineage and traceability linking models to the executions, code versions, parameters, dataset versions and deployments involved; and an operations dashboard that combines compute spend, quality metrics and infrastructure utilization in one view.

The platform also targets LLM and RAG workloads, offering systematic sweeps across chunk sizes, embedding models, retrieval strategies and prompts, multi-model comparison reporting quality, latency and cost per token, a `valohai-llm` Python package that can post results from any environment, and tracing integration with Langfuse. Additional capabilities listed by the company include experiment tracking, hyperparameter optimization, data versioning and tagging, CI/CD pipelines and triggers for ML, a Model Hub for model versioning, distributed training, cost and usage tracking with underutilization alerts, access control integrated with SSO, encryption at rest and in transit, and an audit log for governance. Valohai positions itself as framework- and language-agnostic (Python, R, TensorFlow, PyTorch, scikit-learn and others) and orchestrates workloads on virtual machines, Kubernetes, Slurm or other available technologies.

Valohai emphasizes low code intrusion: user code reads and writes files in a local directory, takes parameters via argparse and prints metrics as JSON, while the platform syncs files with cloud storage and versions each run. The company publishes "Agent Skills" for coding assistants such as Claude Code, Cursor, Copilot, Codex, Gemini and Zencoder to automate migration of existing ML projects to this convention.

Founding story

Valohai was founded in 2016 by a team of engineers whose backgrounds included various software development companies, among them San Francisco-based Leap Motion. The founding team comprises CEO Eero Laaksonen, CTO Aarni Koskela and Ruksi Korpisara (machine learning). The founding premise was that companies beginning large-scale machine learning had to build extensive overhead infrastructure — a setup period the company said could take as long as two years — before applying deep learning to their actual problem, and that a standardized infrastructure and workflow would let teams focus on models instead.

Business model

Valohai sells subscriptions to its MLOps platform on a per-user license model: a fixed fee per user per month regardless of usage volume, with unlimited projects, experiments, pipelines and deployments included. Subscriptions bundle advanced security and access control, technical support from a customer engineering team, and training and onboarding resources including the Valohai Training academy. Prices are not published; customers obtain custom quotes through the sales team.

Recurring per-user subscription licensing, with pricing decoupled from the amount of compute or number of workloads run on the platform; quotes are tailored by the sales team rather than listed publicly.

Traction

Valohai reports customers across Europe, Asia and the USA and states it has helped data science teams build, test and deploy deep learning models 10x faster. Customer voices published by the company include co-founder/CTO testimonials citing avoided months of in-house infrastructure work and hybrid-cloud portability, Reaktor's use of the platform on an autonomous model ferry project, and use by AI consultancy Silo.AI. The company team page lists roughly 20 named employees plus four advisors.

Latest developments

Recent company updates include the launch of a productivity/operations dashboard giving combined visibility into ML operations (August 2025) and availability of the MLOps platform on the Oracle Cloud Marketplace (September 2025). Product messaging has shifted toward supporting AI products that pair LLMs with specialized models, including RAG and LLM evaluation sweeps, multi-model cost/quality comparison, a pip-installable `valohai-llm` package, Langfuse tracing, and Valohai Agent Skills for coding assistants such as Claude Code, Cursor and Copilot to migrate existing ML projects onto the platform. Earlier 2025 content covered managing massive datasets and integrations with NVIDIA MONAI and NVIDIA NeMo.

Full profile — market position, technology, go-to-market, geography, history

Market position

Valohai presents itself as a technology-agnostic MLOps platform built on open standards that does not require deep coupling to a customer's codebase and does not move data out of the customer's environment. Company materials contrast the platform with self-managed or DIY stacks assembled from open-source components such as MLflow, Airflow and Kubernetes, and with cloud-vendor tooling such as Amazon SageMaker, arguing for included, maintained capabilities and avoidance of single-cloud commitment.

Differentiators cited by the company include per-user rather than usage-based pricing; deployment flexibility across any cloud, private cloud, on-premises and air-gapped environments with data remaining in the customer's environment; minimal code intrusion and portability of user scripts; automatic versioning and end-to-end lineage from data through executions to deployments; incremental dataset versioning with caching at multi-terabyte scale; and combined cost and quality visibility in a single operations dashboard.

Technology

The platform orchestrates ML workloads across clouds, on-premises hardware, Kubernetes, Slurm and virtual machines, with auto-scaling compute and dynamic GPU allocation for on-premises hardware. It uses a convention-based execution model (inputs and outputs under /valohai/ directories, argparse parameters, JSON-printed metrics) plus a valohai.yaml configuration and a `vh` command-line client. Datasets are virtual rather than physical: versions reference existing files plus additions, avoiding duplication, and are cached locally or on shared storage so large corpora (cited example: 18TB) download once. Git-based workflows version code and configuration, Docker images cover dependencies, and the company frames dataset:version as the data equivalent of repository:commit and image:tag. Distributed training supports model and data parallelism across nodes.

Go-to-market

Valohai combines self-serve entry points with enterprise sales: a free start option and a 14-day full-feature trial, book-a-demo requests, and a sales team that produces custom quotes and guides purchasing. Content marketing supports the funnel through a blog, eBooks (Practical MLOps, Engineering Practices), platform factsheets, a newsletter and a free "LLMs Applied" certification course of six modules. The company also distributes through cloud marketplaces, including the Oracle Cloud Marketplace, and publishes open agent skills installable via npx. Its team includes a VP of Sales & GTM, a regional sales manager for EMEA, growth marketing, customer success and customer engineering roles.

Machine learning and data science teams, and the software engineers, IT and SecOps organizations supporting them, at companies building AI products. Valohai highlights deep learning and computer vision users handling large unstructured datasets from labeling vendors and public sources, teams working with tools such as Labelbox, Sama, Superb AI, V7Labs and SuperAnnotate, and organizations with strict security or regulatory needs that require on-premises, private-cloud or air-gapped deployments. Named users referenced in company materials include Reaktor and AI consultancy Silo.AI.

Geography

Headquartered in Turku, Finland, with customers in Europe, Asia and the USA. Team contact details list Finnish and US phone numbers, and the sales organization includes an EMEA regional role.

History

Founded in 2016 in Turku, Finland, Valohai raised $1.8 million in seed funding announced in March 2018, led by Superhero Capital with Reaktor Ventures and Business Finland participating, and stated plans to scale the team and accelerate product development. The product expanded from ML training and deployment automation into datasets and versioning for computer vision workloads, pipelines, a Model Hub, governance features such as audit logs, and more recently LLM and RAG evaluation tooling. In 2025 the company shipped a productivity/operations dashboard (August 2025) and made the platform available on the Oracle Cloud Marketplace (September 2025), alongside integrations supporting NVIDIA MONAI for medical imaging and NVIDIA NeMo for speech AI.

Compiled by commissioned research from 8 cited public sources — announcements, filings, and press listed under research sources below.

Key figures

latest reported
Claimed speed-up in building, testing and deploying deep learning modelsJan 202510x faster
Free trial lengthJan 202514 days
Named team members listed on company pageJan 202520 people
Parallel executions spawned by a single task nodeJan 20254 to 100+

Company-reported or press-reported figures, each dated to when it was claimed — not independently audited.

Timeline · 3

launches, deals, and filings
Sep 2025
Valohai MLOps platform available on Oracle Cloud Marketplace

Company blog post announcing that Valohai's MLOps platform is now available on the Oracle Cloud Marketplace.

source ↗

Aug 2025
Valohai launches Productivity Dashboard for ML operations visibility

Company blog post announcing a productivity dashboard providing complete visibility into ML operations.

source ↗

Mar 2018
Valohai raises $1.8M seed round led by Superhero Capital

Valohai announced $1.8 million in funding led by Nordic seed investor Superhero Capital, with participation from Reaktor Ventures and Business Finland, to accelerate machine learning development for international companies and scale model deployment.

$1.8M source ↗

Dated company events from announcements, filings, and press; legal rows summarize public dockets and regulator releases.

In the news

Research sources · 8

primary sources listed

8 public sources were cited for this profile; the first-party ones are listed here.

Frequently asked questions

What does Valohai do?
Finnish MLOps platform, founded 2016, for building, versioning, evaluating and deploying ML models and LLM/RAG workflows.
Who are Valohai's investors?
Valohai's investors include Angular Ventures, Superhero Capital, Microsoft ScaleUp.