Skip to content

Text Playground ​

Document Information

Version: v1.0 Updated: 2026-08-31

Feature Overview ​

ItemContent
Applicable RolesModel Provider, Model Consumer
Navigation PathModel Services > Playground > Text
Page Route/modelone/exploration/chat
Managed ObjectsText models, prompts, generation parameters, and responses

Beginner Explanation ​

The Text playground is a place to try a text model. Select a text model and provider from the selector, enter the input, adjust parameters, and review the result or error message before integration.

Terminology ​

TermDescription
Model InstanceThe model and provider combination used by the playground.
PromptInstructions that describe the task, input, and expected output.
Generation ParametersSettings that control length, randomness, size, or other generation behavior.
Personal KeyA personal credential used for calls. Documentation uses <PERSONAL_KEY>.

For a first trial, select a text model, verify the provider and Personal Key, configure the input and parameters, and then submit and review the result. Change only a few parameters at a time so that results remain comparable.

Beginner Checklist ​

ScenarioDo FirstDo Not Do Directly
Unsure which text model to useCompare status and capabilities in the selectorSubmit with the default model immediately
Preparing inputRemove credentials, customer data, and production dataPaste raw sensitive content
Preparing parameter changesChange only a few parameters at a timeChange every parameter together
Generation failsReview the page error and call logs firstSubmit repeatedly

Prerequisites ​

  1. The current account has access to the text Playground page.
  2. The target model is authorized for the current account to try.
  3. The Prompt does not contain real keys, customer privacy, or production business data.

Call and Billing Risk

Clicking Send creates a real model call and may consume credits, generate call logs, or create billing records. Before submission, verify the model, Personal Key, prompt, parameters, and expected usage.

Page Description ​

This page is used to try text models. The current page exposes a model selector, Copy Model ID, Model Compare, More settings, a Personal Key selector, and the Prompt input. Focus on selecting the model and provider, entering a Prompt, adjusting Protocol, Temperature, Top-P, N, Stream, and other parameters, and observing the input area, response area, history, and error messages.

Page screenshots:

Text page

Focus on the model, input area, parameter entry, and submit button. Verify the input again before submission.

Main Operations ​

Select Text Model ​

  1. Go to Model Services > Playground > Text.
  2. In the model selector at the top of the page, choose the text model and provider to try.
  3. Fill in the Prompt input box with a question, context, or other input content.
  4. Select More settings and view or adjust Protocol, Temperature, Top-P, N, Stream, and other parameters as needed.
  5. Before clicking the send button, verify the input content, model, provider, key, and parameters.
  6. Before clicking "Send", verify the model, Personal Key, input, parameters, and expected usage. The request creates a call record and can consume credits.

Select text model

The image shows the model selector. Compare provider capability, price, performance, and status.

text model selection reference

This image provides an additional view of model selection and instance information.

Configure and Generate Text Content ​

  1. Confirm that the current model, provider, and Personal Key are correct.
  2. Enter a prompt and adjust Protocol, Temperature, Top-P, N, and Stream as needed. Confirm that the input contains no credentials, customer data, or production data, and then click "Send".
  3. After submission, review the result, latency, usage, and error message. For a failure, check model status, quota, parameters, and rate limits first.
  4. When recording an issue, retain only a redacted request identifier, model name, and time. Do not copy real credentials or complete sensitive input.

Configure text generation

The image shows the input and parameter area. Verify the model, input, Personal Key, and generation settings before submission.

Parameter Reference ​

Field NameRequiredField TypeExampleDescription
ModelYesDropdownExample Text ModelText model currently being tried. The initial selection can vary by account.
ProviderYesDropdownExample ProviderProvider instance of the current model.
PromptYesMultiline textSummarize this textPrompt, question, or context input to the model.
ProtocolNoDropdownopenai/chat_completionsProtocol used by the current call.
TemperatureNoNumber / Slider0.7Controls output randomness. Higher values are more divergent.
Top-PNoNumber / Slider0.8Controls candidate token sampling range.
NNoNumber / Stepper1Controls the number of candidate responses returned by one request.
StreamNoToggleOnControls whether output is returned as a stream.
ResponseNoText areaModel response contentDisplays generated content, error messages, or status information.

Pitfalls ​

  • Do not set both Temperature and Top-P too high.
  • If Max Tokens is too small, answers may be truncated. If it is too large, costs may increase.
  • Do not enter real keys or customer privacy in Prompts.
  • Sending a prompt creates call records and may consume credits or generate billing records. Verify expected usage and billing scope before submission.

Result Validation ​

Check ItemSuccess SignalIf Abnormal
Page is accessibleThe Text page opens, and the left Playground menu, top model selector, Model Compare, and More settings controls are visible.Check account permissions, navigation path, and page loading status.
Model selector loadsThe model selector can be opened and shows model list, provider instances, and status information.Refresh the page and retry, or confirm whether the target model is visible to the current account.
Input and parameter areas are visiblePrompt input box, More settings, Protocol, Temperature, Top-P, N, Stream, and other fields are visible.Check whether the page has fully loaded. If needed, switch models and view again.
History or response area is visibleThe page shows conversation history, response content, an error message, or an empty state.If there is no history, confirm that the input area remains visible.
Real call returns a responseWhen a call is explicitly allowed, the page returns a text response related to the Prompt.Shorten the Prompt, lower parameters, and check error messages or call logs.

FAQ ​

Target Model Is Missing ​

Symptom:

The target model does not appear in the selector.

Possible Causes:

  • The model is not authorized for the account.
  • Its status or modality does not match the page.

Resolution:

  1. Verify visibility and model status.
  2. Confirm input and output capabilities in Models.

Submit Is Unavailable ​

Symptom:

The request cannot be submitted after input is entered.

Possible Causes:

  • No model or Personal Key is selected.
  • Required input or parameters are incomplete.

Resolution:

  1. Select the model and Personal Key again.
  2. Complete the required fields marked on the page.

Generation Fails or Times Out ​

Symptom:

The request fails or remains pending.

Possible Causes:

  • The model service is busy or rate-limited.
  • Input or parameters exceed model limits.

Resolution:

  1. Review the page error and call logs.
  2. Shorten input or restore default parameters and retry.

Result Does Not Meet Expectations ​

Symptom:

The result does not meet content, format, or quality requirements.

Possible Causes:

  • The prompt lacks constraints.
  • Too many parameters changed together.

Resolution:

  1. Add goals, format, and prohibited content.
  2. Restore baseline settings and compare one change at a time.

Usage or Cost Is Unexpected ​

Symptom:

One trial creates more usage than expected.

Possible Causes:

  • Output size or generation count is too large.
  • The same task was submitted repeatedly.

Resolution:

  1. Check generation settings and call logs.
  2. Stop repeated submissions and confirm billing scope.

Notes ​

  • Do not enter keys, access Tokens, or customer privacy in Prompts.
  • Redact request IDs and sensitive output content before screenshots.
  • When comparing parameters, adjust only a small number of variables at a time.

Next Steps ​

  1. Save effective Prompt and parameter combinations.
  2. When troubleshooting is needed, use request ID to view call logs.
  3. Before production integration, organize API parameters and output format requirements.