
Loading...

Loading...
lightnode-sdk
ln.getModels() / ln.estimateFee() read it directly. The custom lcai_listSupportedModels RPC method returns the live whitelist.
The official LightChain model registry is the AIConfig contract. The read-only LightNode client wraps it - ln.getModels() is what built the table below right now:
Reading AIConfig…
For the live whitelist, you can also call the chain's custom lcai_listSupportedModels RPC method directly.
Try it now: use the "Run a CLI command" widget above, pick lightnode models, hit Run.
More from lightnode-sdk