- Discover and compare models on the Models page.
- Test the selected model interactively in the Playground.
1. Review and choose a model
Browse the Models page to explore the catalog. You can narrow the catalog by organization, model type, context window, and input price, search by name, or sort by release time or price. If you are not sure where to start, describe your task in Find Model. The recommendation assistant suggests suitable models and asks follow-up questions when needed. Open View Details on any model card to confirm the information you need for integration, including model name, context window, pricing, and copy-ready curl and Python examples.When calling the API, use the model name exactly as shown in the detail panel.
2. Test in Playground
Click Try Now to open Playground with the selected model. You can run prompts, compare responses, and confirm that the model fits your task before writing any code.
- Pick a preset, such as Balanced, Creative, or Precise.
- Tune individual parameters, such as temperature, top-p, top-k, max tokens, and frequency penalty.
- Use a system prompt to set the assistant’s role, tone, or constraints.
- Stream responses in real time for faster prompt iteration.

