Pricing
- Input Tokens: $0.110 /M tokens
- Output Tokens: $0.440 /M tokens
Input Modalities
Try this model
import os
from openai import OpenAI
client = OpenAI(
api_key=os.environ["AIHUBMIX_API_KEY"],
base_url="https://aihubmix.com/v1",
)
response = client.chat.completions.create(
model="nvidia-llama-3.3-nemotron-super-49b-v1.5",
messages=[
{
"role": "user",
"content": "Hello, how are you?"
}
],
max_tokens=1024,
stream=False,
)
print(response.choices[0].message.content)Frequently asked questions
How much does nvidia-llama-3.3-nemotron-super-49b-v1.5 cost?
How do I call nvidia-llama-3.3-nemotron-super-49b-v1.5 via API?
Who created nvidia-llama-3.3-nemotron-super-49b-v1.5?
More models from Nvidia
NVIDIA Nemotron 3.5 Lightning is an open mixture-of-experts model from NVIDIA, featuring 3 billion active parameters out of 30 billion total. It supports an extensive context window of up to 1,000,000 tokens. This model is designed to deliver efficient performance for high-throughput agentic workloads and specialized tasks. Compared with Nemotron 3 Super and Ultra, Lightning is smaller and optimized for fast, high-volume execution, while the larger models focus on complex planning and advanced reasoning.
NVIDIA Nemotron 3.5 Lightning is an open mixture-of-experts model from NVIDIA, featuring 3 billion active parameters out of 30 billion total. It supports an extensive context window of up to 1,000,000 tokens. This model is designed to deliver efficient performance for high-throughput agentic workloads and specialized tasks. Compared with Nemotron 3 Super and Ultra, Lightning is smaller and optimized for fast, high-volume execution, while the larger models focus on complex planning and advanced reasoning.
NVIDIA-Nemotron-Nano-9B-v2-free is a large language model trained from scratch by NVIDIA. Designed as a unified model, it efficiently handles both reasoning and non-reasoning tasks to respond to a wide range of user queries. With a generous context length of 128,000 tokens, it is highly capable of processing long and complex documents.
Developed by Nvidia, Nemotron-Nano-12B-V2-VL-Free is a 12-billion-parameter open multimodal reasoning model designed for video understanding and document intelligence. It features a powerful 128,000-token context length to handle extensive visual and textual inputs. The model utilizes a hybrid Transformer-Mamba architecture, successfully combining transformer-level accuracy with Mamba's structural advantages.
NVIDIA Nemotron 3 Super is a 120B-parameter open hybrid MoE model built on a hybrid Mamba-Transformer architecture. Activating just 12B parameters, it delivers maximum compute efficiency and accuracy for complex multi-agent applications. Additionally, it features an expansive context length of 262,144 tokens to handle large-scale inputs seamlessly.
Developed by Nvidia, NVIDIA Nemotron™ 3 Nano Omni is a 30B-A3B open multimodal model designed to function as a perception and context sub-agent in enterprise agent systems. Supporting a massive context length of 256,000 tokens, it accepts and processes inputs across text, images, and video. This model provides powerful multimodal comprehension tailored for complex enterprise workflows.
AIHubMix© 2023 - 2026 AIHubMix, LLC