NVIDIA
communityGPU computing and AI platform company. Offers AI inference APIs, GPU cloud, and developer tools.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
POST
https://integrate.api.nvidia.com/v1/chat/completionsRun AI model inference via NVIDIA NIM API
Parameters
modelmodel name e.g. meta/llama-3.1-405b-instruct (stringrequiredmessagesconversation messages array (arrayrequiredmax_tokensmax response tokens (integeroptionaltemperature0-1 (numberoptionalReturns
choices[] with message.content, usage with prompt_tokens, completion_tokensGET
https://integrate.api.nvidia.com/v1/modelsList available NIM models
Returns
data[] with id, object, owned_byPOST
https://integrate.api.nvidia.com/v1/embeddingsGenerate text embeddings via NIM
Parameters
inputtext or text array (string|string[]requiredmodelembedding model name (stringrequiredReturns
data[] with embedding, index, usage