> ## Documentation Index
> Fetch the complete documentation index at: https://0g.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

# Introduction

Welcome to the Nebula SDK - a powerful TypeScript SDK for building AI applications with decentralized storage and compute capabilities.

## What is Nebula SDK?

The Nebula SDK provides a comprehensive toolkit for developers to build AI-powered applications that leverage:

* **Chat Interface**: Create conversational AI experiences with streaming support
* **Memory System**: Persistent memory storage for AI agents and conversations
* **Agent Framework**: Build autonomous AI agents with tool integration
* **Decentralized Storage**: Store data on the 0G network for permanence and availability
* **Compute Broker**: Access distributed compute resources for AI workloads

## Supported Models

The Nebula SDK supports state-of-the-art AI models running on the 0G decentralized compute network:

| Model                      | Provider Address                             | Description                                                    | Verification |
| -------------------------- | -------------------------------------------- | -------------------------------------------------------------- | ------------ |
| **llama-3.3-70b-instruct** | `0xf07240Efa67755B5311bc75784a061eDB47165Dd` | State-of-the-art 70B parameter model for general AI tasks      | TEE (TeeML)  |
| **deepseek-r1-70b**        | `0x3feE5a4dd5FDb8a32dDA97Bed899830605dBD9D3` | Advanced reasoning model optimized for complex problem solving | TEE (TeeML)  |

## Key Features

<CardGroup cols={2}>
  <Card title="Easy Integration" icon="plug" href="/quickstart">
    Get started with just a few lines of code
  </Card>

  <Card title="TypeScript Support" icon="code" href="/development">
    Full TypeScript support with comprehensive type definitions
  </Card>

  <Card title="Streaming Chat" icon="comments" href="/essentials/chat">
    Real-time streaming chat capabilities
  </Card>

  <Card title="Persistent Memory" icon="brain" href="/essentials/memory">
    Store and retrieve conversation context and agent memory
  </Card>
</CardGroup>

## Getting Started

Ready to build your first AI application? Check out our [Quickstart Guide](/quickstart) to get up and running in minutes.

## Need Help?

* Join our [Discord Community](https://discord.gg/0g)
* Check out the [API Reference](/api-reference/introduction)
* Browse [Example Projects](https://github.com/0glabs/nebula-sdk/tree/main/examples)
