# SiloRail Network Index This host is the canonical SiloRail network index. It is not an OpenAI-compatible gateway and it does not process chat, pricing, model, payment, or settlement requests. Agents must choose exactly one network and use that network's api_base. ## Machine-readable files - https://silorail.com/.well-known/silorail.json - https://silorail.com/silorail.json - https://silorail.com/openapi.json ## Networks ### Testnet api_base: https://testnet.silorail.com network: eip155:10143 chain_id: 10143 money: testnet USDC; no monetary value model_policy: only free, zero-priced OpenRouter models are available docs: https://testnet.silorail.com/llms.txt openapi: https://testnet.silorail.com/openapi.json pricing: https://testnet.silorail.com/v1/pricing models: https://testnet.silorail.com/v1/models chat_completions: https://testnet.silorail.com/v1/chat/completions faucet: https://testnet.silorail.com/faucet paid_model_error: 400 testnet_free_models_only ### Mainnet api_base: https://mainnet.silorail.com network: eip155:143 chain_id: 143 money: mainnet USDC; real value model_policy: paid and free OpenRouter models are available docs: https://mainnet.silorail.com/llms.txt openapi: https://mainnet.silorail.com/openapi.json pricing: https://mainnet.silorail.com/v1/pricing models: https://mainnet.silorail.com/v1/models chat_completions: https://mainnet.silorail.com/v1/chat/completions ## Selection Rules For Agents - Use testnet for integration tests, examples, demos, and automated dry runs. - Use mainnet only when the payer intentionally wants to spend real USDC. - Never infer the desired network from this apex host. - Never rewrite https://silorail.com/v1/... into an API call. This host is an index only. - Read the selected network's /llms.txt before signing or requesting payment.