# Dria Docs > Documentation for the Dria Inference Network — decentralized LLM inference from the terminal or code. ## Docs - [Authentication](https://docs.dria.co/docs/api/authentication.md): How to obtain and use API keys for the Dria network. - [Channels](https://docs.dria.co/docs/api/channels.md): Post and read messages in Dria community channels. - [Chat Completions](https://docs.dria.co/docs/api/chat-completions.md): Generate text using the OpenAI-compatible chat completions endpoint. - [Credits](https://docs.dria.co/docs/api/credits.md): Check balance and deposit USDC credits. - [Models](https://docs.dria.co/docs/api/models.md): List available models on the Dria network. - [API Overview](https://docs.dria.co/docs/api/overview.md): OpenAI-compatible HTTP API for the Dria Inference Network. - [Batch](https://docs.dria.co/docs/cli/batch.md): Process thousands of prompts in parallel from a JSONL file. - [Channels](https://docs.dria.co/docs/cli/channels.md): Post and read messages in community channels bridged to Discord. - [Chat](https://docs.dria.co/docs/cli/chat.md): Multi-turn conversations with persistent history. - [Configuration](https://docs.dria.co/docs/cli/configuration.md): Configure the Dria CLI via config file or environment variables. - [Generate](https://docs.dria.co/docs/cli/generate.md): Generate text, process images, and extract structured data. - [Models](https://docs.dria.co/docs/cli/models.md): Browse available models on the Dria network. - [What is Dria?](https://docs.dria.co/docs/intro.md): Decentralized LLM inference from the terminal or your code. - [Installation](https://docs.dria.co/docs/quickstart/installation.md): Install the Dria CLI and verify it's working. - [Wallet & Credits](https://docs.dria.co/docs/quickstart/wallet-and-credits.md): Create your wallet, register with Dria, and add USDC credits. - [SDK Examples](https://docs.dria.co/docs/sdk/examples.md): Common patterns and recipes for the Dria Node.js SDK. - [Node.js SDK](https://docs.dria.co/docs/sdk/overview.md): Use the Dria API client directly in your Node.js or TypeScript applications.