🌿 GaiaNet Node Dashboard 🌿

Manage and interact gracefully with your GaiaNet node.

Chat with Node Learn about GaiaNet


API Request Example

The node supports the OpenAI-compatible JSON format. Replace placeholders to integrate clearly into your application.


curl -X POST <public_url>/v1/chat/completions \
  -H 'Accept: application/json' \
  -H 'Content-Type: application/json' \
  -d '{
        "messages": [
            {"role": "system", "content": "You are a helpful assistant."},
            {"role": "user", "content": "Hello, Gaia!"}
        ]
      }'
    

OpenAI Configuration

Config Option Value

Node Information

Attribute Value
🌿 Gaia's reflection will gently appear here.
GaiaScript’s emotional response will appear here.