New! Track & optimize Claude Code spend across your engineering team. Learn More→

Comet logo
  • Comet logo
  • Opik Platform
    • Observability & Evals
    • Cost Intelligence
    • Agent Optimizer
    • Opik User Stories
    • Compare Platforms
  • Docs
  • Pricing
  • Customers
  • Learn
    • Blog
    • Deep Learning Weekly
  • Company
    • About Us
    • News
    • Events
    • Partners
    • Careers
    • Contact Us
  • Login
Get Demo
Try Comet Free
Get Demo
Try Opik Free
  1. Home
  2. Products
  3. Opik
  4. Compare
  5. Galileo vs. Opik

Galileo vs. Opik: Compare AI Observability and LLM Evaluation Platform Options for Teams Building LLM-Powered Agents

Last updated: 2026-08-19

✨ The short answer: Choose Opik if you want evaluation and observability running on your own infrastructure without an enterprise contract, if you want autonomous prompt optimization built into the product, or if you are instrumenting agents across many frameworks. Choose Galileo if low-latency guardrails scoring 100% of production traffic are your core requirement and you are already in an enterprise procurement process.

Both tools trace, evaluate, and monitor LLM and agent applications in production. Opik is an open-source LLM observability and agent evaluation platform built by Comet. Galileo is a proprietary evaluation and agent-reliability platform, acquired by Cisco in May 2026. The practical difference is where your data lives and what it costs to grow: Opik is Apache-2.0 with a free, full-feature self-host, while Galileo reserves VPC and on-premises deployment for its Enterprise tier. Galileo’s Luna-2 small language models are an advantage for scoring every production request cheaply. Opik covers the same lifecycle under a licence you can read, run, and modify yourself.

What are the best alternatives to Galileo in 2026?

The platforms teams evaluate most often against Galileo are Opik, Langfuse, Arize Phoenix, and Weights & Biases Weave. Listed with public GitHub footprint as of 2026-08-19, which is a reasonable proxy for how many teams have inspected and run the code themselves:

  • Opik, 21,487 stars. Apache-2.0, free full-feature self-host, framework-neutral, 75 documented integrations.
  • Langfuse, 33,396 stars. Strong tracing and prompt management, open source.
  • Arize Phoenix, 11,114 stars. Open source, with roots in model and drift monitoring.
  • Weights & Biases Weave, 1,119 stars. The Weave library is Apache-2.0; running the platform yourself goes through W&B Server as a self-managed or Dedicated Cloud deployment, with an enterprise licence for the security and enterprise capabilities.

Galileo itself has no open-source distribution, so it does not appear on that list. If your requirement is running entirely inside your own infrastructure without an enterprise agreement, the shortlist starts with Opik and Langfuse. If you need real-time guardrails backed by purpose-built evaluation models and have the enterprise budget for it, Galileo is a reasonable choice. We keep comparisons against each of these tools if you want the head-to-head detail.

What is the difference between Galileo and Opik?

The divergence is ownership and optimization. Opik’s full feature set runs on your own hardware under a licence you can read, and it ships autonomous prompt optimization as part of the product. Opik’s Test Suites simplify evaluation workflows, allowing the user to define plain-text assertions and view pass-fail results, rather than creating datasets and choosing individual LLM-as-a-judge evaluation metrics. Opik’s Diagnostics feature actively surfaces recurring issues across many traces, recommending fixes. Diagnostics is available in the free cloud version of Opik but not in the OSS version. Galileo’s most differentiated capabilities — Luna-2 evaluation models, Luna Studio for fine-tuning your own, real-time protection, SSO, and VPC or on-premises deployment — are gated behind the Enterprise tier and a sales conversation.

How do Galileo and Opik compare, feature by feature?

They match on more than the category noise suggests. Both trace, evaluate offline and online, annotate with human reviewers, evaluate multimodal content, and enforce runtime guardrails. Opik is Apache-2.0 with free full-feature self-hosting, integrates with 75 documented frameworks and providers, and ships autonomous prompt optimization. Galileo is proprietary, gates deployment and real-time protection behind Enterprise, and ships purpose-built evaluation models that Opik does not have an equivalent for.

Rows are marked from each vendor’s own public documentation as of August 2026. Where a capability is not documented, the table says so rather than claiming it does not exist.

FeatureOpik (by Comet)Galileo (now part of Cisco)
LicenseOpen source, Apache-2.0Proprietary
Self-hostingFree, full observability & evals feature setEnterprise tier only (Hosted, VPC, or on-prem)
Tracing (traces and spans)checkmarkYescheckmarkYes
Framework coverageFramework-neutral, 75 documented integrations including LangChain, LangGraph, CrewAI, OpenAI Agents, ADK, DSPy, Haystack, LlamaIndex, Pydantic AI, Vercel AI SDKLangChain and LangGraph, CrewAI, Google ADK, OpenAI and OpenAI Agents, A2A, NVIDIA NIM, plus OpenTelemetry and OpenInference
Offline evaluation on datasetscheckmarkYescheckmarkYes
Online / production evaluatorscheckmarkYescheckmarkYes
Agent-specific evaluationcheckmarkYes: Metrics include trajectory accuracy, agent task completion, agent tool correctness, task span metrics, conversation-level GEval, and morecheckmarkYes: 10 documented agentic metrics, including Action Advancement, Action Completion, Agent Efficiency, Agent Flow, Reasoning Coherence, Tool Selection Quality, and Tool Error
Human review and annotationcheckmarkYes, Annotation Queues with claim-and-lockcheckmarkAnnotation Queues with role-based permissions and five annotation types
Purpose-built evaluation SLMsNo. LLM-as-a-Judge and heuristic metricscheckmarkYes: Luna-2, plus Luna Studio to fine-tune custom Luna metrics (Enterprise)
Runtime guardrailscheckmarkYes, on self-hosted installs today; managed support documented as comingcheckmarkYes, via Agent Control. Real-time metric checks require Luna-2 on Enterprise, or custom code-based metrics
Automated prompt optimizationcheckmarkYes: six algorithms under one API via the Agent Optimizer (GEPA, Evolutionary, Few-Shot Bayesian, MetaPrompt, HRPO, Parameter Optimization)Prompt experimentation and comparison are documented via Playgrounds and Experiments. Autonomous search against a fitness function is not documented
Heuristic metricscheckmarkYes, 21 metrics including Equals, Contains, RegexMatch, IsJson, LevenshteincheckmarkYes, via the open-source openevals package: exact match, Levenshtein, JSON match, embedding similarity, plus code type-checking and sandboxed execution evaluators
Multimodal evaluationcheckmarkYescheckmarkYes: image, audio, and document logging, with Visual Quality, Visual Fidelity, and Interruption Detection metrics
MCP servercheckmarkYescheckmarkYes
SSO / SAMLEnterpriseEnterprise
Free tier$0, 25k spans per month, up to 10 team members$0, 5,000 traces per month, unlimited users
Entry paid tier$19 per month$100 per month, billed annually

Guardrails are available on both, on different terms. Opik’s guardrails documentation states the feature is currently available in the self-hosted installation, with managed deployment support coming. Galileo’s Protect module was deprecated in June 2026 and replaced by Agent Control; running metric checks in real time there requires Luna-2 on the Enterprise tier, or writing custom code-based metrics.

Prompt optimization is the row most often reported wrong. Galileo does document prompt work: Playgrounds, Experiments, and Autotune, which turns human feedback into prompt improvements for LLM-as-a-Judge metrics. What its documentation does not describe is autonomously searching prompt variants against a fitness function, which is what Opik’s Agent Optimizer does across six algorithms. The difference is autonomy, and it is about the agent’s prompts rather than the evaluator’s.

Opik has no answer to Luna-2. Galileo distils its evaluator suite into compact models that score production traffic without a frontier-model call. Opik runs LLM-as-a-Judge and heuristic metrics instead. For teams scoring every request at high volume, that is a genuine architectural difference.

Can you self-host Galileo or Opik?

Both, on very different terms, and this is the clearest difference between them. Opik is Apache-2.0 and self-hosts free with the full feature set, so your traces never leave your infrastructure and there is no licence conversation. Self-hosting is a single command against the opik.sh script, or a Helm chart for Kubernetes. The open-source tier carries unlimited spans, unlimited team members, and unlimited retention at $0.

Galileo offers Hosted, VPC, and on-premises deployment, but only on the Enterprise plan and through sales. There is no open-source distribution to inspect or run independently, and Luna Studio, the surface for training your own evaluation models, is described in Galileo’s documentation as part of the enterprise tier and deployed by Galileo into your cluster or cloud. For a team that needs data residency before it needs an enterprise contract, that is the deciding difference.

Is Opik a good open-source alternative to Galileo?

Yes, and specifically for teams whose reason for looking is data control, cost at the entry tier, or framework independence. Opik covers the same core jobs — tracing, offline and online evaluation, annotation, guardrails, and production monitoring — under an open licence you can inspect and run yourself, at $19 per month for the entry paid tier against Galileo’s $100.

The trade-off is real and worth naming. If your requirement is scoring 100% of production traffic in real time at low latency and low cost, Galileo’s Luna-2 models are purpose-built for exactly that and Opik has no equivalent. Teams whose reliability problem is a volume problem should evaluate both.

Which has better evaluation?

They are closer than either vendor’s marketing suggests, and they are strong in different places.

Galileo’s advantage is evaluation economics in production. Luna-2 is a family of small language models distilled for evaluation, and Galileo reports sub-200ms latency at roughly $0.02 per million tokens, which is what makes scoring every request affordable rather than sampling. Luna Studio lets Enterprise teams fine-tune their own metric models against labelled data. Its agentic metric set is well specified, with 10 documented metrics covering action advancement and completion, agent efficiency and flow, reasoning coherence, and tool selection and error.

Opik’s advantage is lifecycle breadth and closing the loop. It evaluates agent trajectories, multi-turn conversations, and threads, supports multimodal evaluation, and ships Annotation Queues with claim-and-lock so two reviewers do not grade the same trace. The clearest gap is Opik’s Test Suites, which greatly simplify evaluation workflows, automating the creation of datasets and metrics behind the scenes based on users’ plain-text assertions. Your agent runs and passes or fails against each assertion, rather than returning floating point numerical scores against many metrics, making this workflow easier to use and more actionable for debugging.

If your evaluation problem is cost per scored request, Galileo. If it is finding the better prompt and shipping the fix, Opik.

How do Galileo and Opik pricing compare?

Opik’s free cloud tier is $0 for 25k spans per month with up to 10 team members and 60-day retention, and Pro Cloud is $19 per month flat for 100k spans and up to 50 members. The self-hosted open-source tier is $0 with unlimited spans, members, and retention. Galileo’s Free tier is $0 for 5,000 traces per month with unlimited users and unlimited custom evals, and Pro is $100 per month billed yearly for 50,000 traces, adding standard RBAC, advanced analytics, and Slack support.

TierOpik (by Comet)Galileo (now part of Cisco)
Self-hostedFree, open source, full feature setNot available outside Enterprise
Free cloud$0, 25k spans per month, up to 10 team members, 60-day data retention$0, 5,000 traces per month, unlimited users, unlimited custom evals
Entry paidPro Cloud, $19 per month, 100k spans, up to 50 team membersPro, $100 per month billed yearly (33% saving on annual), 50,000 traces, standard RBAC
EnterpriseCustom. Unlimited spans and members, SSO, SOC 2, ISO 27001, ISO 9001, HIPAA, GDPRCustom. Unlimited traces, Hosted / VPC / on-prem, RBAC and SSO, real-time guardrails, custom rate limits, dedicated inference servers, 24/7 support

Two honest notes on comparing these tables. Units differ: Opik meters spans and Galileo meters traces, and a single trace contains multiple spans, so the free tiers are not directly comparable on volume. Seats differ in Galileo’s favour on the free tier: unlimited users against Opik’s 10. The comparisons that hold cleanly are the entry paid price, $19 per month against $100 per month, and self-hosting, which is free and unlimited on Opik and Enterprise-only on Galileo.

Galileo pricing captured from galileo.ai/pricing on 2026-08-19. Opik pricing captured from comet.com/site/pricing on 2026-08-19.

Do Galileo and Opik offer free trials or proof of concept?

Neither requires a sales conversation to start. Opik is free and open source, so there is no trial window at all: self-host the full product with no account and no credit card, or start on the $0 cloud tier with 25k spans per month. Galileo offers a free tier at 5,000 traces per month with unlimited users and unlimited custom evals.

The caveat for a Galileo proof of concept is that the capabilities most likely to drive the decision — Luna-2, real-time guardrails, SSO, and VPC or on-premises deployment — are Enterprise-gated, so the free tier cannot demonstrate them. If Luna-2 economics are why you are evaluating Galileo, ask for a scoped Enterprise trial rather than judging from the free tier.

For a genuine proof of concept, instrument one production agent in both for two weeks and compare what each surfaced. Traces are cheap to duplicate and the result is usually decisive.

How do you get started with Opik?

About five minutes and three steps. Most teams find something they can fix within their agent in the first hour.

  1. Install the SDK: pip install opik
  2. Add the @track decorator, or enable the integration for your framework.
  3. Open the trace view and read your last 100 production calls.

Self-hosting is a single command against the opik.sh script, or a Helm chart for Kubernetes. The self-host guide covers both.

If you are scoring retrieval quality rather than agent behavior, the RAG evaluation guide covers the metrics underneath ContextRecall and ContextPrecision.

Where does Galileo beat Opik?

Three places, honestly.

Luna-2 and evaluation economics at scale. Compact evaluation models that score production traffic without a frontier-model call are a genuine architectural advantage, and Opik has no equivalent. Galileo reports sub-200ms latency and roughly $0.02 per million tokens, which changes what you can afford to score. Luna Studio extends this to fine-tuning your own metric models on labelled data, which no open-source competitor currently matches.

Multimodal evaluation depth. Both platforms evaluate multimodal content, and Galileo’s documented metric set is more specific: Visual Quality, Visual Fidelity for brand-rule compliance in generated images, and Interruption Detection for turn-taking violations in voice agents. Teams building voice or image-generation agents should look at both closely.

Enterprise procurement path. Galileo is now part of Cisco, with its technology folding into Splunk Observability Cloud’s AI Agent Monitoring. For an organisation that already buys Cisco and Splunk, a single vendor, a single contract, and one support relationship is a legitimate preference rather than a compromise.

Which should you choose?

Choose Opik if you need self-hosting without an enterprise contract, want your trace data to stay in your own environment, build across more than one agent framework, want autonomous prompt optimization built into the product, want to read and modify the evaluation code you depend on, or want an entry paid tier at $19 rather than $100 per month.

Choose Galileo if you need to score 100% of production traffic in real time at low latency and low cost, want to fine-tune your own evaluation models, are building voice or image-generation agents that need specialised multimodal metrics, are already in an enterprise procurement process with a VPC or on-premises requirement, or already buy Cisco and Splunk.

One factor worth weighing on a multi-year decision. Cisco announced its intent to acquire Galileo on 2026-04-09 and completed the acquisition on 2026-05-22, stating that Galileo’s technology will extend Splunk Observability Cloud’s AI Agent Monitoring. The roadmap for Galileo as a standalone product has not been detailed publicly. That is not a reason to rule it out, and it is a question worth asking in the sales conversation.

Frequently asked questions

Is Opik really free, or is it open core?

Apache-2.0, and the self-hosted build is the full product rather than a feature-limited community edition. Comet describes it as “True OSS: same codebase as the hosted versions,” with the full observability and agent-testing feature set included. Paid plans add operational headroom rather than unlocking capabilities: Pro Cloud adds customizable span limits and retention periods, and Enterprise adds flexible deployments, single sign-on, service accounts, and SOC 2, ISO 27001, ISO 9001, HIPAA, and GDPR compliance.

Is Galileo open source?

No. Galileo is a proprietary platform with no open-source distribution. Self-hosting is available as Hosted, VPC, or on-premises deployment, but only on the Enterprise tier and through a sales conversation.

Can Galileo’s Luna-2 models run in my own infrastructure?

Yes, on the Enterprise tier. Galileo’s VPC and on-premises deployment options are built for teams that need evaluation and guardrail scoring to stay inside their own environment, and Luna Studio is documented as deployed by Galileo into your own cluster or cloud. Both require an Enterprise agreement.

What happened to Galileo’s Protect module?

Galileo deprecated Protect in June 2026 and now points teams to Agent Control, which evaluates LLM and tool inputs and outputs during agent execution without changes to agent code. Real-time metric checks under either surface require Luna-2 on the Enterprise tier, or custom code-based metrics.

What does the Cisco acquisition mean for Galileo customers?

Cisco announced its intent to acquire Galileo on 2026-04-09 and closed on 2026-05-22, stating that Galileo’s technology will extend Splunk Observability Cloud’s AI Agent Monitoring. Galileo continues to be sold, and the long-term roadmap for it as a standalone product has not been publicly detailed. Teams making a multi-year commitment should ask directly about standalone product commitments and pricing.

Can I move from Galileo to Opik?

There is no automated importer. Both platforms instrument at the SDK level, so migration means swapping the decorator and the environment variables, which is usually an afternoon of work. Historical Galileo traces do not transfer, so most teams run both in parallel for a week against the same production traffic and cut over once the new traces look right. Opik’s opik import and opik export commands move traces, datasets, experiments, and prompts between Opik projects, not from other platforms.

Try Opik

Free and open source, self-hosted or managed, whether you are debugging your first agent or running hundreds in production.

  • Free cloud signup
  • Self-host: github.com/comet-ml/opik
  • Docs: comet.com/docs/opik

Its annotation and human-feedback tooling is mature and well documented, and it has been in production use longer.

And if you want a fully managed service and have no self-hosting requirement, a single-vendor SaaS with no infrastructure to run is a legitimate preference, not a compromise.

Teams with compliance or deployment requirements can talk to us about Enterprise, but you do not need to in order to run the whole thing.

pattern company logo

“Opik being open-source was one of the reasons we chose it. Beyond the peace of mind of knowing we can self-host if we want, the ability to debug and submit product requests when we notice things has been really helpful in making sure the product meets our needs.”

Jeremy Mumford

Jeremy Mumford

Lead AI Engineer, Pattern

Ready to Upgrade Your AI Development Workflows?

Join the growing number of developers who’ve turned to Opik for superior performance, flexibility, and advanced features when building AI applications.

Create Free Account
Contact Sales
Comet logo
  • LinkedIn
  • X
  • YouTube

Subscribe to Comet

Thank you for subscribing to Comet’s newsletter!

Products

  • Opik AI Observability
  • ML Experiment Management
  • ML Artifacts
  • ML Model Registry
  • ML Model Production Monitoring

Learn

  • Documentation
  • Opik University
  • Comet Blog
  • Deep Learning Weekly

Company

  • About Us
  • News
  • Events
  • Partners
  • Careers
  • Security & Compliance
  • Contact Us

Pricing

  • Pricing
  • Create a Free Account
  • Contact Sales
Capterra badge
AICPA badge

©2026 Comet ML, Inc. – All Rights Reserved

Terms of Service

Privacy Policy

CCPA Privacy Notice

Cookie Settings

We use cookies to collect statistical usage information about our website and its visitors and ensure we give you the best experience on our website. Please refer to our Privacy Policy to learn more.