Ai Tools
NVIDIA Build logo

NVIDIA Build API

build.nvidia.com

NVIDIA AI model catalog - model details, example code, and provider pricing.

Actions
6
Category
Ai Tools
Login
Not required
Output
JSON

Call the NVIDIA Build API

Submit a task, then poll the job until it settles. This example runs act_build_nvidia_model_filter_labelsets.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_build_nvidia_model_filter_labelsets",
    "params": {
      "resource_type": "ENDPOINT"
    }
  }'

6 actions on build.nvidia.com

Read

  • Catalog Filters

    act_build_nvidia_model_filter_labelsetsread1 credit / call

    Returns the available labels and use-case facets for filtering the model catalog.

    resource_type
    string
  • Model API Spec

    act_build_nvidia_model_api_specread2 credits / call

    Returns the full OpenAPI specification for a model endpoint including schema, operations, and example code.

    org_namespace
    string · required
    model_slug
    string · required
  • Model Catalog Listing

    act_build_nvidia_model_catalog_listingread2 credits / call

    Returns models in the catalog with title, publisher, slug, namespace, and summary metadata per model.

    filter_label
    string · required
    rsc_token
    string
  • Model Details

    act_build_nvidia_model_detail_rscread2 credits / call

    Returns full details for a model by publisher and slug including metadata, capabilities, architecture, and specs.

    publisher
    string · required
    model_slug
    string · required
    rsc_token
    string
  • Model Details Fallback

    act_build_nvidia_model_detail_ssrread1 credit / call

    Returns model title, description, labels, and page metadata for a model by publisher and slug.

    publisher
    string · required
    model_slug
    string · required
  • Model Partner Pricing

    act_build_nvidia_model_partner_pricingread2 credits / call

    Returns per-provider inference pricing for a model including partner names, hardware, and token prices.

    org_namespace
    string · required
    model_slug
    string · required

NVIDIA Build API questions

Is there an API for NVIDIA Build?
NVIDIA Build does not offer a public data API for this, but Anakin Wire provides 6 maintained endpoints for build.nvidia.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape NVIDIA Build data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when build.nvidia.com changes its markup, Anakin updates the action.
Do I need a NVIDIA Build account?
No. Every NVIDIA Build action listed here runs anonymously — no account and no credentials required.
What does the NVIDIA Build API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Ai Tools APIs

All Ai Tools sites