Tianrang Xiaobai
Free value-added services
Comprehensive List of AI Tools AI training models

Tianrang Xiaobai

One-stop AI application development platform

Tags:

What is Tianrang Xiaobai?

Tianrang Xiaobai is a full-stack development platform for large-model applications, launched by Shanghai Tianrang Intelligent Technology Co., Ltd.

Users can publish web applications or integrate them via APIs by using visual configuration models, prompts, knowledge bases, and workflows.

Main functions

  • Create a text-generation AI application.
  • Build a multi-turn dialogue robot.
  • Create knowledge retrieval applications.
  • Orchestrate multi-node AI workflows.
  • Configure models, parameters, and prompts.
  • Upload documents to create a RAG knowledge base.
  • Integration of external languages and Embedding models.
  • Set context and sensitive word rules.
  • Publish a accessible Web App with one click.
  • Automatically generate application API documentation.
  • Check usage statistics and user feedback.
  • Supports privatization and enterprise customization.

Four types of applications

Application typePrimary usesTypical scenarios
Text generation typeGenerate fixed-structure content based on the form.Copywriting, reports, and summaries
Dialogue-basedConduct multiple rounds of sequential interactionCustomer service, assistant, and training FAQs
Search-basedRetrieve answers from documents or data.Enterprise knowledge search
WorkflowConnect multiple models to processing nodesAutomation of complex business processes

Text generation applications

Text-generation applications are suitable for mapping user input into standardized templates, such as product descriptions, emails, reports, and summary messages.

  1. Define the content that needs to be generated in the end.
  2. Split the variables that must be filled in by the user.
  3. Create role, task, and formatting prompt words.
  4. Limits on word count, tone, and prohibited content.
  5. Select the appropriate model and generation parameters.
  6. Tests are conducted using multiple sets of real examples.
  7. Record failed inputs and keep optimizing.

Dialog-based applications

Dialogue applications support multi-turn context, making them suitable for customer service, internal assistance, answering questions related to courses, and providing business consultations.

  • Establish clear boundaries for identities and services.
  • Controls the length of retained historical conversations.
  • Provide fallback solutions for questions that cannot be answered.
  • Mark high-risk issues that require manual handling.
  • Add authentication for sensitive operations.
  • Do not allow the model to carry out unauthorized actions directly.

Search-based applications

Search-based applications first locate relevant document fragments and then organize the responses based on those fragments; they are suitable for knowledge-intensive scenarios.

StageConfiguration detailsKey points of inspection
Data preparationDocuments, tables, and structured fieldsVersion and permissions
SplittingFragment length and overlap rangeSemantic integrity
VectorizationEmbedding modelLanguage and domain adaptation
RecallSimilarity and number of results returnedRelevance and coverage
GenerateContext and response prompt wordsAnswer only based on the information provided.
DisplaySource snippets and search resultsTraceability and permission isolation

Workflow applications

A workflow can combine input, models, document retrieval, Embedding, other application calls, and output nodes.

  1. Draw the business inputs and final outputs.
  2. Split the processing steps that can be verified independently.
  3. Declare input variables for each node.
  4. Configure model or external service parameters.
  5. Set the paths for success, failure, and timeout.
  6. Check the inputs and outputs node by node.
  7. Use abnormal data for stress testing.
  8. Add logs and alerts before deployment.

Model and parameter configuration

The platform includes various versions of the Tianrang Xiaobai language model and Embedding models; it also allows the integration of external models that meet the specified standards.

ParametersImpactSuggestions
Maximum output lengthLength of response and costSet limits based on business needs
TemperatureOutput randomnessLower values are used for knowledge quizzes.
ContextInformation that can be used as a reference for the modelOnly transmit necessary content.
PromptRoles, tasks, and formatSpecify the boundaries and failure handling.
Sensitive wordsInput/Output Security ControlUpdated with manual review.

Prompt development

Prompt words support the insertion of text and dropdown variables, allowing generic applications to be configured as tools tailored for specific business needs.

  • Define the roles, objectives, and audience.
  • Provide field descriptions for the input variables.
  • Specify the output format and required fields.
  • Specify the range of facts that cannot be guessed.
  • Provide examples of correct and incorrect answers.
  • Design a fixed response for insufficient data.
  • Use version numbers to record each modification.

Document sets and RAG

A document set can transform corporate data into a search context, ensuring that responses are based primarily on specified knowledge rather than model memories.

  1. Delete duplicate and invalid files.
  2. Add sources and effective dates to the document.
  3. Grouped by department, product, and permissions.
  4. Upload and check the parsing results.
  5. Set appropriate splitting and retrieval parameters.
  6. Test recall using questions with known answers.
  7. Check whether the answer can lead to the original text.
  8. Rebuild relevant indexes after the data is updated.

Structured document fields

For structured documents, it is possible to select which fields to include in the context, in order to reduce irrelevant information and prevent sensitive data from being exposed.

Field typeIs it recommended to enter the context?Reason
Title and AbstractIt is generally recommended toHelp in determining the topic.
Main text contentSelect by businessProvide the basis for the answer.
Update timeSuggestionsDetermine whether the information is old or new
Permission tagsParticipation in filtering is necessary.Prevent unauthorized recalls
Personal sensitive informationNot selected by defaultReduce privacy risks
Internal notesChoose carefully.It may contain confidential judgments.

Embedding model

The Embedding model converts text into vectors, which can be used for semantic retrieval, similarity matching, recommendations, and knowledge base retrieval.

  • Use a model that matches the primary language.
  • Test the performance of technical terms and abbreviations.
  • Compare semantic retrieval with keyword retrieval.
  • Create relevant and irrelevant test sets.
  • Record the model version and vector dimension.
  • Regenerate the index after changing the model.

Integration of external models

The platform allows the configuration of external language models and Embedding services that are accessible, and requires that the interfaces comply with the specifications set by the respective suppliers.

Model typeAgreed capacityDeployment requirements
Language modelsDialogue generationProvide accessible service addresses.
Embedding modelText vectorizationReturn the stable vector result
Proprietary modelsEnterprise-specific reasoningConfigure authentication and network policies.
Third-party modelsInvoke cloud capabilitiesComply with third-party data policies

The official documentation examples include dialogues and vector routing, but companies still need to protect their addresses, keys, and call logs on their own.

Web App release

Once the configuration is complete, the application can be accessed as a Web App via a link, making it suitable for quickly testing internal or external usage processes.

  1. Set the application name and description of its purpose.
  2. Configure the opening message and input prompt.
  3. Limit the scope of calls made by anonymous users.
  4. Test the display on mobile and desktop devices.
  5. Add privacy and AI content prompts.
  6. Set up feedback and live support channels.
  7. Monitor for abnormal requests after going live.

Use API

The platform can automatically generate API documentation for the applications created, and it keeps track of call data, usage levels, and user feedback.

  • Use different keys for testing and production environments.
  • Save the key on the server side.
  • Set the call frequency and budget limit.
  • Verify all input parameters.
  • Log the request ID instead of the sensitive content.
  • Handle timeouts, rate limiting, and retry on failures.
  • Regularly rotate and revoke keys.

Tutorial for Tianrang Xiaobai

  1. Register and access the Tianrang Xiaobai open platform.
  2. Create a separate workspace.
  3. Choose generation, dialogue, search, or workflow.
  4. Configure the model and the necessary generation parameters.
  5. Write prompt phrases and input variables.
  6. Upload documents as needed to build a knowledge base.
  7. Set recall fields, context, and sensitive words.
  8. Use real-world cases for testing and debugging.
  9. Check for incorrect answers and privilege escalation risks.
  10. Publish a Web App or generate an app API.
  11. Configure throttling, permissions, logging, and monitoring.
  12. Continuous iteration based on usage and feedback.

Price and service methods

The official website does not disclose a fixed price for the model; the available options include certain free privileges, payment based on usage, and customized solutions for enterprises.

Service methodPublic priceApplicable scenarios
Initial userSome features are available for free.Experience and prototype validation
Model APICharged based on usageContinuous calls from online applications
App store productsDisplay on the corresponding pageBuy ready-made AI applications
Private deploymentContact the official for a quote.High security and intranet environment
Custom developmentQuotation after needs assessmentComplex business processes

Before making a purchase, it is necessary to confirm the unit price of the model, storage capabilities, concurrency limits, data traffic volume, technical support options, deployment methods, as well as the data-related responsibilities specified in the contract.

How to choose the deployment method

DemandSuggested approachKey points for judgment
Rapid prototypingOnline platforms and Web AppsUpload speed and free quota
Product integrationUse APIConcurrency, cost, and stability
Proprietary modelsIntegration of external modelsNetwork, authentication, and compatibility
Internal knowledge baseRAG search applicationPermission and data updates
Sensitive industriesConsultation on private deploymentData location and audit requirements

Data security

Enterprise knowledge bases, prompts, and invocation content may contain sensitive information, which should be controlled from the perspectives of permissions, network security, and logging.

  • Delete irrelevant personal information before uploading.
  • Isolate different customer data by workspace.
  • Enforce permission tags during retrieval.
  • The keys are stored only in the server-side key system.
  • Logs should avoid recording the full sensitive content.
  • Establish processes for file updates and deletion.
  • Assess privatization options for high-risk businesses.

Content security and reliability

Sensitive words and contextual restrictions can help reduce risks, but they cannot guarantee that the model’s responses will always be correct or fully compliant.

  1. Define the scope of responses allowed for the business.
  2. Prepare a set of test questions with accurate facts.
  3. Add induction, privilege escalation, and prompt injection tests.
  4. Check whether to refuse to respond when there is insufficient information.
  5. Conclusions indicating high risk require manual verification.
  6. Monitor user feedback and abnormal outputs.
  7. Run the regression tests again after updating the policy.

API and open-source status

Tianrang Xiaobai provides application APIs and specifications for integrating external models, but the platform itself is not open source.

ProjectOpen statusExplanation
Use APISupportAutomatically generate documentation for created applications.
External language modelsSupports connectionThe supplier’s interface specifications must be met.
Embedding modelSupports connection and invocation.Can be used in workflows
Platform source codeNot open sourceNo open-source license for the product was found.
Official GitHubNot confirmed yetResearch code is not the same as the platform’s source code.

Which users are it suitable for

  • Product teams that need to quickly validate AI applications.
  • An operations and IT team for building an enterprise knowledge base.
  • Developers who integrate AI capabilities through APIs.
  • Automation teams that require workflow orchestration.
  • Enterprise users that possess their own models.
  • Sensitive industry organizations that require private deployment.

Product advantages

  • Four types of applications are also provided.
  • It supports two deployment methods: Web App and API.
  • Integrates RAG, Embedding, and workflows.
  • It is possible to connect to external language models.
  • Provides sensitive word and context control.
  • Supports usage tracking and user feedback records.
  • You can inquire about privatization and customization services.

Usage restrictions

  • The official website does not disclose a unified price for the model.
  • The model’s output may still produce hallucinations.
  • The quality of the knowledge base determines the upper limit of responses.
  • Complex workflows require testing of abnormal paths.
  • External models are affected by the stability of third parties.
  • Privatization and customization need to be evaluated separately.
  • The platform itself has not confirmed that it is open source.

Frequently Asked Questions

What can Tianrang Xiaobai mainly do?

It can be used to create text generation, dialogue, search, and workflow applications, and it supports RAG knowledge bases, Web App deployment, and API integration.

Can one use Tianrang Xiaobai without knowing how to program?

Yes, the platform allows applications to be built using models, prompts, document sets, and node configurations; it is not necessary to write complete code for the basic prototype.

Which models is Tianrang Xiaobai compatible with?

The platform incorporates the Tianrang Xiaobai language and Embedding models; it also supports the integration of external language models and vector models that comply with relevant standards.

Can Tianrang Xiaobai create an enterprise knowledge base?

Yes, users can upload document sets; by using embedding and retrieval techniques, it is possible to create Q&A applications based on corporate data.

How much does Tianrang Xiaobai charge?

Initial users can use certain features for free; the API is charged based on usage, while private and customized services require contacting the authorities to obtain a quote.

Does Tianrang Xiaobai provide APIs?

It offers the ability to automatically generate API documentation once an application is created; it also allows one to monitor usage levels and receive feedback, as well as to publish the application as a Web App.

Is Tianrang Xiaobai an open-source platform?

No, although there are API and model integration specifications, no verifiable open-source repository or open-source license specific to this platform has been found yet.

©️Copyright notice: Unless otherwise specified, all articles on this site are copyrighted bySharing of AI toolsAll content on this site is original; without permission, no individual, media outlet, website, or organization may reproduce, copy, or otherwise distribute it, nor may they create mirrors of it on servers that are not owned by this site. Otherwise, we reserve the right to take legal action against such parties in accordance with the law.

Tools similar to those designed for complete beginners