AiCon V3 Custom
DeprecatedPOST
/api/ai/content/v3/{modelId}AiCon V3 (Fine Tuned)
Advanced Generation AI focused for more creative and understanding capabilities.
AiCon V3, the most powerful content generation AI, and our largest ever model, has captured the attention of developers worldwide with its groundbreaking capabilities. With data upto Dec 2023, it is one of our largest and best models till date. Previously, access to this remarkable AI model was limited to a few companies like Bloomberg, Walmart, Canva via the WorqHat Workspaces and APIs. The capabilities of AiCon V3 have been demonstrated in a variety of domains, including writing assistance, marketing and advertising, language translation, chatbots and virtual
assistants, and more. What's more, it's our one step further to achieving capabilities of creating content that is far more creative, engaging and understanding. It also adds up on the capability of understanding complex context and generating content that is more human like.
However, a recent development has revolutionized the landscape, as developers now have the opportunity to build upon AiCon V3 using APIs, unleashing a new era of innovation. With its seamless integration via API, AiCon V3 empowers developers to effortlessly generate high-quality and engaging content across various domains, revolutionizing the way developers approach content creation. This AI model, equipped with cutting-edge algorithms and a deep understanding of human language, produces contextually relevant and coherent content that resonates with audiences.
The availability of AiCon V3 through APIs provides developers with a streamlined workflow and unrivaled flexibility. By building on top of this powerful AI, developers can tailor its capabilities to their specific needs, amplifying their creative output. Whether it's crafting compelling articles, generating imaginative stories, or composing catchy marketing slogans, AiCon V3's versatility knows no bounds. Its integration with APIs enables developers to seamlessly incorporate its advanced content generation features into their applications, platforms, or systems.
The transition from exclusive access through WorqHat workspaces to API integration marks a significant turning point in the accessibility and usability of AiCon V3. Developers can now unlock the immense potential of this AI model, leveraging its advanced capabilities to create dynamic and tailored user experiences. The fusion of AiCon V3's powerful content generation capabilities with the
Training Data
To begin training your data with the Search V3 AI, you must access the WorqHat AI Console. This platform provides the necessary tools and interfaces to upload and manage your datasets. Training your data is crucial as it allows the AI to learn and adapt to your specific content, enhancing its ability to understand and process user queries effectively.
Here are the steps to start training your data:
Access the WorqHat AI Console: Navigate to the console through the provided link or by logging into your WorqHat account.
Upload Your Data: Use the console's user-friendly interface to upload the datasets you want the AI to learn from. Ensure that your data is well-organized and relevant to the contexts in which the AI will operate.
Manage Your Datasets: The console allows you to view, update, or delete your previously uploaded datasets. Proper management of your datasets ensures that the AI always has the most accurate and up-to-date information.
Initiate Training: Once your data is uploaded, you can initiate the training process. The AI will analyze and learn from your data, optimizing its algorithms to better understand and interpret future queries.
By following these steps and providing high-quality, relevant training data, you empower the Search V3 AI to deliver more precise and contextually appropriate search results, tailored to the specific needs and nuances of your application.
Use Cases
Writing Assistance: Content Generation APIs can help writers and authors by providing suggestions, generating outlines, or even drafting entire paragraphs or articles based on given prompts. This can save time and enhance the writing process.
Marketing and Advertising: AI-powered APIs can generate engaging and persuasive marketing copy, including ad slogans, social media posts, email campaigns, and product descriptions. This enables businesses to create compelling content that resonates with their target audience.
Personalized Content: Content Generation APIs can assist in creating personalized content experiences by dynamically generating content tailored to individual users. This could include personalized product recommendations, news articles, or even customized emails.
Language Translation: APIs can be used to automate language translation tasks, converting text from one language to another. This is particularly useful for websites, apps, or platforms that need to support multiple languages, enabling effective communication with a global audience.
Chatbots and Virtual Assistants: AI-powered chatbots and virtual assistants leverage Content Generation APIs to provide human-like responses to user queries. These APIs enable the generation of natural language responses, enhancing the user experience and improving customer service.
Content Summarization: APIs can automatically generate concise summaries of lengthy documents, articles, or reports. This is valuable for news aggregators, research platforms, or any application where users need quick access to the main points of a large body of text.
Data Visualization: APIs can assist in generating visual representations of data, such as charts, graphs, or infographics, based on input datasets. This helps businesses and individuals present complex information in a more digestible and visually appealing manner.
Virtual Storytelling: Content Generation APIs can be used in video game development or virtual reality experiences to dynamically generate storylines, dialogues, and narratives. This allows for immersive and interactive storytelling experiences that adapt to user actions and choices.
Content Curation: APIs can automate the process of collecting and curating content from various sources, such as news articles, blog posts, or social media feeds. This helps content platforms deliver relevant and up-to-date information to their users.
E-commerce Product Descriptions: AI-powered APIs can generate compelling and accurate product descriptions by analyzing product features, specifications, and customer reviews. This assists e-commerce platforms in creating engaging content that drives conversions.
:::warning
Please note that the AiCon V3 Model has a word capacity limit of 200,000 words
in a single request including maintaining history and adding training data. If you exceed this limit, you will get an error.
:::
Request
The Custom Trained Model ID. You can get this Model ID from your Model Training Dashboard.
The question that you want to ask the model
enable or disable streaming content
This is a key value pair of the question and the related answer
You can add in any other contextual information that you want the model to maintain while answering
JSON or Text
{
"question": "string",
"preserve_history": true,
"randomness": 0,
"stream_data": true,
"conversation_history": [
{
"What is the capital of India?": "string",
"What is the capital of USA?": "string"
}
],
"training_data": "string",
"response_type": "text"
}
Request samples
Responses
{
"content": "Reiciendis accusamus totam non hic aliquam minima officia. Voluptas beatae suscipit non labore. Cum totam itaque.",
"processingTime": 530.47218579,
"processingId": "sit anim minim ipsum enim",
"processingCount": 104
}