Model API

Llama 3.1 Nemotron 70b Instruct API

Llama 3.1 Nemotron 70b Instruct routed by the Aiduct API gateway.

Model ID

llama-3.1-nemotron-70b-instruct

Provider

zenmux

Capability

chat

Status

Available

Pricing and limits

Pricing is not published for this model yet. Use the model catalog and dashboard usage records for current availability.

Use this model

import OpenAI from "openai";

const client = new OpenAI({
  apiKey: process.env.AIDUCT_API_KEY,
  baseURL: "https://api.aiduct.ai/v1",
});

const response = await client.chat.completions.create({
  model: "llama-3.1-nemotron-70b-instruct",
  messages: [{ role: "user", content: "Say hello in one sentence." }],
});

Supported parameters

messagestemperaturetop_pmax_tokensstreamstoptoolstool_choiceresponse_formatuser
This model page is backed by the live Aiduct model catalog. Long-form generated notes are not available for this slug yet, but the model ID, provider, pricing rows, and supported parameters above are still crawlable.