# Waystone Docs ## Docs - [Create chat completion](https://docs.waystone.run/api-reference/gateway/audio/post-transcriptions.md): Send a chat completion request - [Create transcription](https://docs.waystone.run/api-reference/gateway/chat/post-completions.md): Transcribes audio into the input language. - [Create a model response](https://docs.waystone.run/api-reference/gateway/post-responses.md): Creates a model response. Provide text or image inputs to generate text or JSON outputs. Have the model call your own custom code or use built-in tools like web search or file search to use your own data as input for the model's response. - [Health check](https://docs.waystone.run/api-reference/misc/health-check.md): Check that we're up and running. We should be! - [Identify a user or group](https://docs.waystone.run/api-reference/user-management/post-identify.md): Identify a user, group, or both. - [Limit model access for free users](https://docs.waystone.run/cookbooks/free-user-routing.md): Use metadata-based rules to route to cheaper models for users on a free plan. - [Setup a global fallback for model requests](https://docs.waystone.run/cookbooks/model-fallback.md): Ensure all requests to a model provider fallback to different models in case of errors or provider limits. - [Security](https://docs.waystone.run/general/security.md) - [Intro to Waystone](https://docs.waystone.run/introduction.md): The unified LLM gateway making developing AI apps easy. - [Quickstart](https://docs.waystone.run/quickstart.md): Reduce your LLM application infrastructure burden in under 5 minutes - [Rules](https://docs.waystone.run/rules/rules.md): Rules get applied to requests to configure things like retries, fallbacks, model whitelists, and more. - [Rulesets](https://docs.waystone.run/rules/rulesets.md): Rulesets are collections or rules that are automatically assigned to requests from users and groups based on a given condition. - [Users and groups](https://docs.waystone.run/user-management/users-and-groups.md): Waystone comes with built-in user management and tracking for your LLM application. ## OpenAPI Specs - [openapi](https://docs.waystone.run/openapi.json)