Amazon Sagemaker
Amazon SageMaker is a fully-managed platform that enables developers and data scientists to quickly and easily build, train, and deploy machine learning models at any scale. With Amazon SageMaker, all the barriers and complexity that typically slow down developers who want to use machine learning are removed. The service includes models that can be used together or independently to build, train, and deploy your machine learning models.
Product Overview
Solar Pro Preview is a sneak peek at November’s full version of Solar Pro, a state-of-the-art model designed to deliver exceptional performance on a single GPU. This model enables businesses to harness the power of AI without having to overhaul their infrastructure or send their data to external APIs. Currently, Solar Pro Preview supports only English. The official version of Solar Pro will be released this November 2024 with expanded language support beyond English and longer context windows.
Key Data
By
Type
Model Package
Highlights
Among models that can be deployed on a single GPU, Solar Pro Preview shows superior performance in intelligence and instruction-following capabilities, as measured by MMLU-Pro and IFEval scores respectively. Additionally, Solar Pro Preview demonstrated comparable performance even against models requiring multiple GPUs, such as Llama 3.1 70B.
Our API is fully compatible with OpenAI's interface, allowing for easy integration by developers familiar with OpenAI. It maintains similar structures and methods, enabling a smooth transition with minimal code changes. This compatibility covers various AI functionalities while also offering our unique features, providing a familiar yet enhanced environment for AI-driven applications.
Instruction Following, Natural Language Understanding, Natural Language Generation, Question Answering, Text Generation and Editing, Translation, Summarization, Information Extraction, Chatbots and Conversational Interfaces, Educational and Learning Assistance, Data Analysis and Report Writing, Code Generation and Debugging, Content Recommendation Systems, Sentiment Analysis and Customer Feedback Processing
Not quite sure what you’re looking for? AWS Marketplace can help you find the right solution for your use case. Contact us
Usage Information
Model input and output details
Input
Summary
We support a request payload that is compatible with OpenAI's chat completion endpoint.
Limitations for input type
Solar Pro Preview supports a maximum context of 4k (4096) tokens for input and generated tokens.
Input MIME type
application/jsonSample input data
{
"model": "solar-pro",
"messages": [
{
"role": "system",
"content": "You are a helpful assistant."
},
{
"role": "user",
"content": "Can you provide a Python script to merge two sorted lists?"
}
],
"temperature": 0.7,
}
Output
Summary
We support the response payload compatible with OpenAI's Chat completion endpoint.
Output MIME type
application/jsonSample output data
{
"id": "cmpl-cc3f71b58086441fa6a53480b94fd0ec",
"object": "chat.completion",
"created": 3421,
"model": "solar-pro",
"choices": [
{
"index": 0,
"message": {
"role": "assistant",
"content": "What do you call a fake noodle?\n\nAn impasta!"
},
"finish_reason": "stop"
}
],
"usage": {
"prompt_tokens": 34,
"total_tokens": 334,
"completion_tokens": 300
}
}
Sample notebook
Additional Resources
End User License Agreement
By subscribing to this product you agree to terms and conditions outlined in the product End user License Agreement (EULA)
Support Information
Solar Pro Preview
Contact us for model fine-tuning request. https://www.upstage.ai/llm/custom-model-request
AWS Infrastructure
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.
Learn MoreRefund Policy
This product is offered for free. If there are any questions, please contact us for further clarifications.
Customer Reviews
There are currently no reviews for this product.
View allWrite a review
Share your thoughts about this product.
Write a customer review