Introduction
What Your Model is and how to start using it safely.
Your Model is an independent AI API gateway for developers who want one account, one prepaid balance and one OpenAI-compatible endpoint for supported AI models.
Your Model does not own, train or operate the underlying foundation models. Depending on availability and routing, model responses may come from OpenAI, Anthropic, xAI or other upstream suppliers.
Core URLs
| Purpose | URL |
|---|---|
| Main site | https://y-models.com |
| Documentation | https://docs.y-models.com |
| API Base URL | https://y-models.com/v1 |
| Pricing | https://y-models.com/pricing |
| API keys | https://y-models.com/console/token |
| Usage logs | https://y-models.com/console/log |
| Support | kaixuan1701@gmail.com |
What you can do
- Create an account and add prepaid balance.
- Create API keys from the console.
- List available models from
/v1/models. - Call OpenAI-compatible Chat Completions.
- Use Responses API only with routes that have been verified for that interface.
- Review usage and billing records in the console.
Start with Quick Start.