Nim model Details

I am integrating NIM models into my product and need detailed information on each model, including the request and response parameters, the API being used, and the response structure. Is there an API or another method to obtain these details?

How we can access each model complete details ?

Hi @sumansourav2121 NVIDIA NIM conform to the Open AI API - so you can take a look at the spec in their documentation.

The OpenAPI spec is listed here openai-openapi/openapi.yaml at master · openai/openai-openapi · GitHub and defines that spec.

We also have examples of API Calls to the models on build.nvidia.com, if you click on the model you’re interested in.