Manage and interact gracefully with your GaiaNet node.
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!"}
]
}'
Config Option | Value |
---|
Attribute | Value |
---|