Snorkel AI

Snorkel AI is a data-development / AI data platform built on the open-source Snorkel weak-supervision library. The enterprise Snorkel Flow platform supports programmatic labeling, data curation, model training, and evaluation, and is driven programmatically through a Python SDK that targets a per-instance REST API rather than a single public hosted endpoint. Snorkel also delivers Expert Data-as-a-Service for frontier-model training and evaluation data.

4 APIs 0 Features
AIData DevelopmentProgrammatic LabelingWeak SupervisionEvaluationSDK

APIs

Snorkel Flow SDK / Platform

The Snorkel Flow Python SDK (snorkelflow) drives the platform programmatically, connecting to a customer's Snorkel Flow instance via SnorkelFlowContext and an API key. The snork...

Programmatic Labeling

SDK surface (snorkelflow.studio, snorkelflow.lfs, snorkelflow.operators, snorkelflow.templates) for authoring code-based and template-based labeling functions, transformation an...

Evaluation

Platform and SDK capabilities for assessing model performance across data splits, running error and slice analysis, and building expert-curated benchmarks. Largely delivered in-...

Open-Source Snorkel Library

The free, open-source snorkel Python library (Apache-2.0) for programmatically building and managing training data with weak supervision - labeling functions, the LabelModel, tr...

Collections

Pricing Plans

Snorkel Ai Plans Pricing

3 plans

PLANS

Rate Limits

Snorkel Ai Rate Limits

3 limits

RATE LIMITS

FinOps

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation
🔗
Plans
Plans
🔗
RateLimits
RateLimits
🔗
FinOps
FinOps

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Snorkel Flow Platform API
  version: '25.3'
  description: Snorkel Flow is driven by the snorkelflow Python SDK against a customer's per-instance REST API (https://<your-snorkel-hostname>),
    authenticated with a per-user API key via SnorkelFlowContext. Snorkel does not publish a public hosted base URL or an
    endpoint-level REST reference, so no public HTTP operations are enumerated here to avoid fabrication. Use the Python SDK
    for datasets, applications, labeling functions, model training, and evaluation. The open-source snorkel library is a local
    Python dependency, not a network API.
request:
  auth:
    type: apikey
    apikey:
      key: Authorization
      value: '{{snorkelApiKey}}'
      in: header
items: []
bundled: true