# TianshuLLM Agent Guide TianshuLLM is an AI gateway for agents and developer tools that need a stable API surface across provider formats. ## Primary URLs - Product: https://tsllm.wentsen.com/ - LLM instructions: https://tsllm.wentsen.com/llms.txt - OpenAPI: https://tsllm.wentsen.com/openapi.json - API catalog: https://tsllm.wentsen.com/.well-known/api-catalog - Models: https://tsllm.wentsen.com/models - Tools: https://tsllm.wentsen.com/tools - Status: https://tsllm.wentsen.com/status ## How To Act 1. Choose the request format already used by the caller: Chat Completions, Responses, or Claude Messages. 2. Send inference calls to `/v1/chat/completions`, `/v1/responses`, or `/v1/messages`. 3. Include `Authorization: Bearer ` for inference and MCP calls. 4. Use `/api/models/display` and `/api/tools/display` for public discovery when no key is available. 5. Use `/openapi.json` for endpoint shape, auth requirements, and examples. ## Safety - Never reveal API keys, passwords, tokens, cookies, or session data. - Do not place secrets in URLs. - Prefer UTC timestamps. - Keep date range queries inclusive of the final day by ending just before 00:00 of the next day.