Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SWARMRAILS_API_KEY | No | Set this environment variable for real USDC payments. Each transaction hash on the Base blockchain is used as a single-use API token. Format: myapp:0xYOUR_TX_HASH. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| bittensor_text | Conversational AI via Bittensor subnet 1 (Text Prompting). Good for general questions, summaries, and chat. Cost: $0.005 per call. |
| bittensor_translate | Multilingual translation via Bittensor subnet 3 (Machine Translation). Cost: $0.005 per call. |
| bittensor_reasoning | Advanced reasoning via Bittensor subnet 4 (Targon). Best for complex multi-step problems. Cost: $0.05 per call. |
| bittensor_image | Text-to-image synthesis via Bittensor subnet 5. Returns an image URL. Cost: $0.075 per call. |
| bittensor_llm | Fine-tuned LLM inference via Bittensor subnet 6 (Nous Research). Cost: $0.01 per call. |
| bittensor_forecast | Financial and crypto time series forecasting via Bittensor subnet 8. Cost: $0.05 per call. |
| bittensor_code | Advanced code generation via Bittensor subnet 11. Cost: $0.01 per call. |
| bittensor_data | Data analysis and synthesis via Bittensor subnet 13 (Data Universe). Cost: $0.005 per call. |
| bittensor_tts | Text-to-speech via Bittensor subnet 16. Returns audio as base64 MP3. Cost: $0.025 per call. |
| bittensor_scrape | Web scraping and URL content extraction via Bittensor subnet 21. Cost: $0.01 per call. |
| bittensor_multimodal | Image + text reasoning via Bittensor subnet 24 (Omega Multimodal). Cost: $0.02 per call. |
| bittensor_video | Text-to-video generation via Bittensor subnet 18. Async — polls until ready (up to 3 min). Returns an MP4 URL. Cost: $2.00 per call. |
| bittensor_3d | Image-to-3D asset generation via Bittensor subnet 29. Requires a source image URL. Async — polls until ready (up to 3 min). Returns a GLB file URL. Cost: $0.75 per call. |
| sharpsignal_predict | Prediction market intelligence. Submit any yes/no question and get back a structured bull case, bear case, and implied probability from live web search. Powered by Perplexity sonar-reasoning-pro. Cost: $0.25 per call. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |