🛠️ DevLog: Experimenting with Multi-Session Support for Router Nodes
We're currently testing multi-session support per Router Node as part of ongoing development and session UI prototyping.
🔹 The Concept:
• A single Router Node could expose multiple endpoints like /completions/1, /completions/2
• Each endpoint corresponds to a different Session ID, enabling unique configurations:
▫️ /completions/1 → cheaper, faster inference
▫️ /completions/2 → higher validation, stricter accuracy
🔧 The current implementation only supports one session per Router. We're experimenting with refactoring the logic to allow multiple parallel sessions per node.
Still early, but this could enable more flexible and scalable AI service offerings.
#Cortensor #AI #DePIN #Web3 #RouterNode #SessionModule #DevLog #DecentralizedAI