DeepInfra raises $107M Series B to scale the inference cloud — read the announcement

Agents live or die on retrieval. Miss the right passage, code block, or document, and the agent reasons from the wrong context — wasting tokens and reducing answer quality. And agents retrieve constantly: decomposing tasks, rewriting queries, searching memory, inspecting code. For retrieval to be the default for every agent decision, the embedding model has to be accurate, fast, and cost-effective, all at once.
That's exactly what NVIDIA Nemotron 3 Embed delivers — and it's now available on DeepInfra.
Enterprise retrieval usually forces tradeoffs: better accuracy means paying more per query, larger models are harder to serve, and fast answers can mean missing the right content. Nemotron 3 Embed comes in two sizes so you don't have to pick one corner of that triangle:
Whether you're optimizing for maximum retrieval quality or production-scale throughput, NVIDIA Nemotron 3 Embed provides the right model.
Multi-turn agents retrieve repeatedly — for planning, long-term memory, code understanding, tool use, and multi-step reasoning. Weak retrieval means more turns, more tokens, and more hallucination risk. Strong retrieval reduces irrelevant context and keeps agents grounded. Nemotron 3 Embed is a stronger retrieval layer for agentic retrieval, query decomposition, query rewriting, code retrieval, enterprise search, and RAG applications.
Nemotron 3 Embed ships with open weights, datasets, and recipes, so you can inspect it, tune it, and fine-tune it for your domain. No black box, no lock-in. On DeepInfra, both sizes are available now through our standard OpenAI-compatible API, so you can move from experimentation to production without changing infrastructure.
Generating embeddings requires only a single OpenAI-compatible API call:
from openai import OpenAI
client = OpenAI(
base_url="https://api.deepinfra.com/v1/openai",
api_key="$DEEPINFRA_TOKEN",
)
resp = client.embeddings.create(
model="nvidia/Nemotron-3-Embed-8B",
input=["How do I reset my password?"],
)
print(resp.data[0].embedding[:8])
For high-throughput workloads, simply swap in nvidia/Nemotron-3-Embed-1B-BF16, or nvidia/Nemotron-3-Embed-1B-NVFP4 for maximum throughput on NVIDIA Blackwell GPUs. All three models are available on DeepInfra today.
Have questions or need help? Reach out at feedback@deepinfra.com, join our Discord, or connect with us on X (@DeepInfra) — we're happy to help.
Best SaaS Tools and API Providers for MiMo-V2.5<p>As LLM architectures grow increasingly complex, the introduction of the MiMo-V2.5 series represents a significant step forward in multimodal capabilities and massive context handling. Integrating a model with a 1M-token context window and native multimodal support (image, video, audio, text) introduces substantial infrastructure considerations. For developers and enterprise architects, the priorities are clear: managing inference […]</p>
NVIDIA Nemotron 3 Super 120B API Benchmarks: Latency & Cost<p>About NVIDIA Nemotron 3 Super 120B A12B NVIDIA’s Nemotron 3 Super 120B A12B is an open-weight large language model released on March 11, 2026. It features 120B total parameters with only 12B active per forward pass, delivering exceptional compute efficiency for complex multi-agent applications such as software development and cybersecurity triaging. The model uses a […]</p>
Kimi K2 0905 API Benchmarks: Latency, Throughput & Cost<p>About Kimi K2 0905 Kimi K2 0905 is a state-of-the-art large language model developed by Moonshot AI, representing a significant advancement in open-weight AI capabilities. This Mixture-of-Experts (MoE) model features 1 trillion total parameters with 32 billion activated parameters per forward pass, making it highly efficient while maintaining frontier-level performance. The model supports a 256k […]</p>
© 2026 DeepInfra. All rights reserved.