View Model List
You can view the list of supported large language models on Myrouter.
Try Models Online
- Visit Myrouter.
- Find and click the model card you want to use.
- Enter the model details page and click “Try Model” to access the Playground.
- Set parameters in the “Model Configuration” area on the right, then enter your input to experience the model’s capabilities.
Call Model API
Online Calls
You can view code examples through the API documentation in the Model Service API Reference. Click “Try Model” to make online calls.
Local Calls
Choose your preferred language or tool, configure your local environment, and write code to call the API.
It is recommended to configure your API Key as an environment variable to avoid explicitly using the API Key in your code, reducing the risk of leakage.