Version: 0.1.0
NilAI
An AI model serving platform powered by secure, confidential computing.
Easy API Client Generation
Want to use our API in your project? Great news! You can automatically generate a client library in just a few simple steps.
For Python Developers
# Install the OpenAPI generator
pip install openapi-generator-cli
# Generate your Python client
openapi-generator-cli generate -i https://nilai.sandbox.nilogy.xyz/openapi.json -g python -o ./python-client
For JavaScript/TypeScript Developers
# Install the OpenAPI generator
npm install @openapitools/openapi-generator-cli -g
# Generate your TypeScript client
openapi-generator-cli generate -i https://nilai.sandbox.nilogy.xyz/openapi.json -o ./typescript-client
After generating, you'll have a fully functional client library that makes it easy to interact with our AI services. No more manual API request handling!
Authentication
- HTTP: Bearer Auth
Security Scheme Type: | http |
---|---|
HTTP Authorization Scheme: | bearer |
Contact
Nillion AI Support: jose.cabrero@nillion.com
License
Apache 2.0