Seedance 2.0 %15 İNDİRİM | Video Generator ile oluşturun →
N
nvidia/llama-3.3-nemotron-super-49b-v1.5

nvidia/llama-3.3-nemotron-super-49b-v1.5

Yayın tarihi: 2025-10-10

131,072 context · $0.10/M input tokens · $0.40/M output tokens

Llama-3.3-Nemotron-Super-49B-v1.5 is a 49B-parameter, English-centric reasoning/chat model derived from Meta’s Llama-3.3-70B-Instruct with a 128K context. It’s post-trained for agentic workflows (RAG, tool calling) via SFT across math, code, science, and...

Fiyatlandırma

Kullandıkça öde

Ön ödeme yok, yalnızca kullandığınız kadar ödeyin

Giriş$0.10 / M Tokens
Çıkış$0.40 / M Tokens

Modeli dene

nvidia/llama-3.3-nemotron-super-49b-v1.5
Çevrimiçi
N
Merhaba! Yardımcı bir yapay zeka asistanıyım. Size nasıl yardımcı olabilirim?

API Kullanımı

API'mizle entegre etmek için aşağıdaki kod örneklerini kullanın:

from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://llm.wavespeed.ai/v1"
)

response = client.chat.completions.create(
    model="nvidia/llama-3.3-nemotron-super-49b-v1.5",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)

print(response.choices[0].message.content)

Model Tanıtımı

Nvidia llama-3.3-nemotron-super-49b-v1.5

nvidia llama-3.3-nemotron-super-49b-v1.5


Why It Looks Great

  • Large Language Model architecture for efficient processing
  • 131072 context window for long document handling
  • Competitive pricing at $0.1/$0.4 per million tokens

Key Features

  • Context Window: 131072 tokens
  • Max Output: 4096 tokens
  • Vision: Supported
  • Function Calling: Supported

Specifications

SpecificationValue
ProviderNvidia
Model TypeLarge Language Model (LLM)
ArchitectureN/A
Context Window131072 tokens
Max Output4096 tokens
InputText
OutputText
VisionSupported
Function CallingSupported

Pricing

Token TypeCost per Million Tokens
Input$0.1
Output$0.4

How to Use

  1. Write your prompt — describe the task, provide context, and specify desired output format.
  2. Submit — the model processes your request and returns the response.

API Integration

Base URL: https://llm.wavespeed.ai/v1 API Endpoint: chat/completions Model ID: nvidia/llama-3.3-nemotron-super-49b-v1.5


API Usage

Python SDK

from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://llm.wavespeed.ai/v1"
)

response = client.chat.completions.create(
    model="nvidia/llama-3.3-nemotron-super-49b-v1.5",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)

print(response.choices[0].message.content)

cURL

curl https://llm.wavespeed.ai/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "model": "nvidia/llama-3.3-nemotron-super-49b-v1.5",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Notes

  • Model: nvidia/llama-3.3-nemotron-super-49b-v1.5
  • Provider: Nvidia

Bilgi

Sağlayıcınvidia
Türllm

Desteklenen İşlevsellik

Giriş
Metin
Çıkış
Metin
Bağlam131,072
Maks. Çıkış4,096
Vision-
Function Calling✓ Destekleniyor

API Erişim Kılavuzu

Base URLhttps://llm.wavespeed.ai/v1
API Endpointchat/completions
Model IDnvidia/llama-3.3-nemotron-super-49b-v1.5

Llama 3.3 Nemotron Super 49b V1.5 API

nvidia/llama-3.3-nemotron-super-49b-v1.5

Llama-3.3-Nemotron-Super-49B-v1.5 is a 49B-parameter, English-centric reasoning/chat model derived from Meta’s Llama-3.3-70B-Instruct with a 128K context. It’s post-trained for agentic workflows (RAG, tool calling) via SFT across math, code, science, and...

Giriş

$0.1 /M

Çıkış

$0.4 /M

Bağlam

131K

Maks. Çıkış

4K

Araç Kullanımı

Destekleniyor

Llama 3.3 Nemotron Super 49b V1.5'i WaveSpeedAI'da deneyin

Birleşik API'miz aracılığıyla Llama 3.3 Nemotron Super 49b V1.5'e erişin — OpenAI uyumlu, soğuk başlatma yok, şeffaf fiyatlandırma.

Llama 3.3 Nemotron Super 49b V1.5 hakkında sık sorulan sorular

Llama 3.3 Nemotron Super 49b V1.5 API ücreti ne kadar?+

WaveSpeedAI fiyatlandırması: milyon giriş tokenı başına $0.10 ve milyon çıkış tokenı başına $0.40. Prompt caching ve toplu işleme ayrı faturalanır ve uzun, tekrar eden yüklerde etkin maliyeti düşürür.

Llama 3.3 Nemotron Super 49b V1.5'in bağlam penceresi nedir?+

Llama 3.3 Nemotron Super 49b V1.5 istek başına 131K bağlam tokenını ve 4K çıkış tokenını destekler.

Llama 3.3 Nemotron Super 49b V1.5 OpenAI uyumlu mu?+

Evet. WaveSpeedAI, Llama 3.3 Nemotron Super 49b V1.5 modelini https://llm.wavespeed.ai/v1 adresindeki OpenAI uyumlu endpoint üzerinden sunar. Resmi OpenAI SDK'sını WaveSpeedAI API anahtarınızla bu base URL'ye yöneltin — başka kod değişikliği gerekmez.

Llama 3.3 Nemotron Super 49b V1.5'e nasıl başlarım?+

WaveSpeedAI'a giriş yapın, Access Keys'te bir API anahtarı oluşturun, ardından yukarıda gösterilen model id ile https://llm.wavespeed.ai/v1/chat/completions adresine bir istek gönderin. Yeni hesaplar Llama 3.3 Nemotron Super 49b V1.5'i değerlendirmek için ücretsiz krediler alır.

İlgili LLM API'leri