nickyni's picture
Upload README.md with huggingface_hub
96c47af verified
metadata
license: mit
tags:
  - nexaapi
  - tutorial
  - ai
  - python

dotai-cli + NexaAPI Integration Tutorial

Tutorial and code examples for using NexaAPI — the cheapest AI API with 56+ models.

Links

Quick Start

pip install nexaapi
from nexaapi import NexaAPI

client = NexaAPI(api_key='YOUR_API_KEY')
# Get your API key at https://nexa-api.com
# RapidAPI: https://rapidapi.com/user/nexaquency

See the GitHub repository for full code examples and tutorials.