Back to Modelsby NVIDIA
N
SparseDrive
NVIDIAEnd-to-end autonomous driving stack integrating perception, prediction, and planning with sparse scene representations for efficiency and safety.
Free EndpointJul 20, 2025open license76 API calls / 30d
Specifications
Context Length
8K
8,192 tokens
Input Price
Free
per 1M tokens
Output Price
Free
per 1M tokens
Modalities
1
video→text
Capabilities
autonomous drivingperceptionplanning
Tags
autonomous-vehiclesend-to-end-drivingperception
API Usage
1Router is fully OpenAI-compatible. Just set the base URL and use this model ID:
nvidia/sparsedrivecURL
curl https://api.1router.com/v1/chat/completions \
-H "Authorization: Bearer $ROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "nvidia/sparsedrive",
"messages": [{"role": "user", "content": "Hello!"}]
}'