nickyni/backstep-observability-nexaapi-tutorial
AI Agent Observability with Backstep and NexaAPI Tutorial and code examples for using NexaAPI β the cheapest AI API with 56+ models. Links π NexaAPI: https://nexa-api.com π RapidAPI: https://rapidapi.com/user/nexaquency π¦ Python SDK: pip install nexaapi | https://pypi.org/project/nexaapi/ π¦ Node.js SDK: npm install nexaapi | https://www.npmjs.com/package/nexaapi π» GitHub Tutorial: https://github.com/diwushennian4955/backstep-observability-nexaapi-tutorialβ¦ See the full description on the dataset page: https://huggingface.co/datasets/nickyni/backstep-observability-nexaapi-tutorial.
AI Agent Observability with Backstep and NexaAPI
Tutorial and code examples for using NexaAPI β the cheapest AI API with 56+ models.
Links
- π NexaAPI: https://nexa-api.com
- π RapidAPI: https://rapidapi.com/user/nexaquency
- π¦ Python SDK:
pip install nexaapi| https://pypi.org/project/nexaapi/ - π¦ Node.js SDK:
npm install nexaapi| https://www.npmjs.com/package/nexaapi - π» GitHub Tutorial: https://github.com/diwushennian4955/backstep-observability-nexaapi-tutorial
Quick Start
pip install nexaapifrom nexaapi import NexaAPI
client = NexaAPI(api_key='YOUR_API_KEY')
# Get your API key at https://nexa-api.com
# RapidAPI: https://rapidapi.com/user/nexaquencySee the GitHub repository for full code examples and tutorials.
