Listing Thumbnail

    Syn

     Info
    Sold by: Upstage 
    Deployed on AWS
    Enterprise-grade 10B Japanese LLM, powered by AWS Trainium, delivering high accuracy, cost-efficient deployment, and seamless fine-tuning.

    Overview

    Syn is a high-performance, lightweight 10B-class Japanese LLM co-developed by Upstage and Karakuri for enterprise AI applications. Combining Upstage's global AI expertise with Karakuri's advanced Japanese NLP, Syn offers enterprise-grade quality, reliability, and adaptability.

    Powered by AWS Trainium, Syn ensures exceptional accuracy, seamless fine-tuning, and cost efficiency, making it a future-ready AI solution. Designed for industry- and domain-specific tasks, it excels in Finance, Law, Healthcare, and other key verticals while optimizing structured text processing. With its lightweight architecture, Syn reduces infrastructure costs while maintaining top-tier performance, enabling businesses to deploy AI efficiently and scale with ease.

    Highlights

    • **Enterprise-Optimized Japanese AI**: Developed specifically for Japanese enterprises, ensuring high precision in business applications.
    • **Domain-specific Adaptation & Fine-Tunability**: Highly adaptable for critical industries such as Finance, Law, Healthcare, and Manufacturing, allowing seamless fine-tuning for specific business needs.
    • **Cost-Effective AI Deployment**: Optimized with AWS Trainium, Syn maximizes performance while minimizing operational costs, ensuring efficient and scalable AI adoption. **Advanced Multilingual Capabilities**: Built on Upstage's Solar Mini foundation, offering seamless integration with key languages, including English, Korean, and Japanese.

    Details

    Delivery method

    Latest version

    Deployed on AWS

    Unlock automation with AI agent solutions

    Fast-track AI initiatives with agents, tools, and solutions from AWS Partners.
    AI Agents

    Features and programs

    Financing for AWS Marketplace purchases

    AWS Marketplace now accepts line of credit payments through the PNC Vendor Finance program. This program is available to select AWS customers in the US, excluding NV, NC, ND, TN, & VT.
    Financing for AWS Marketplace purchases

    Pricing

    Pricing is based on actual usage, with charges varying according to how much you consume. Subscriptions have no end date and may be canceled any time.
    Additional AWS infrastructure costs may apply. Use the AWS Pricing Calculator  to estimate your infrastructure costs.

    Usage costs (5)

     Info
    Dimension
    Description
    Cost/host/hour
    ml.m5.12xlarge Inference (Batch)
    Recommended
    Model inference on the ml.m5.12xlarge instance type, batch mode
    $0.80
    ml.g5.12xlarge Inference (Real-Time)
    Recommended
    Model inference on the ml.g5.12xlarge instance type, real-time mode
    $0.80
    ml.g6.12xlarge Inference (Real-Time)
    Model inference on the ml.g6.12xlarge instance type, real-time mode
    $0.80
    ml.g4dn.12xlarge Inference (Real-Time)
    Model inference on the ml.g4dn.12xlarge instance type, real-time mode
    $0.80
    ml.g5.24xlarge Inference (Real-Time)
    Model inference on the ml.g5.24xlarge instance type, real-time mode
    $0.80

    Vendor refund policy

    We do not support any refunds currently.

    How can we make this page better?

    We'd like to hear your feedback and ideas on how to improve this page.
    We'd like to hear your feedback and ideas on how to improve this page.

    Legal

    Vendor terms and conditions

    Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA) .

    Content disclaimer

    Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.

    Usage information

     Info

    Delivery details

    Amazon SageMaker model

    An Amazon SageMaker model package is a pre-trained machine learning model ready to use without additional training. Use the model package to create a model on Amazon SageMaker for real-time inference or batch processing. Amazon SageMaker is a fully managed platform for building, training, and deploying machine learning models at scale.

    Deploy the model on Amazon SageMaker AI using the following options:
    Deploy the model as an API endpoint for your applications. When you send data to the endpoint, SageMaker processes it and returns results by API response. The endpoint runs continuously until you delete it. You're billed for software and SageMaker infrastructure costs while the endpoint runs. AWS Marketplace models don't support Amazon SageMaker Asynchronous Inference. For more information, see Deploy models for real-time inference  .
    Deploy the model to process batches of data stored in Amazon Simple Storage Service (Amazon S3). SageMaker runs the job, processes your data, and returns results to Amazon S3. When complete, SageMaker stops the model. You're billed for software and SageMaker infrastructure costs only during the batch job. Duration depends on your model, instance type, and dataset size. AWS Marketplace models don't support Amazon SageMaker Asynchronous Inference. For more information, see Batch transform for inference with Amazon SageMaker AI  .
    Version release notes

    We are finally released Syn (Solar Japanese).

    Additional details

    Inputs

    Summary

    We support the request payload compatible with OpenAI's Chat completion endpoint.

    Limitations for input type
    Syn(solar-japanese) supports a maximum context length of 32k (32,768) for input and generated tokens.
    Input MIME type
    application/json
    { "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, }
    https://github.com/UpstageAI/cookbook/blob/main/aws/jumpstart/10_syn_solar_japanese.ipynb

    Input data descriptions

    The following table describes supported input data fields for real-time inference and batch transform.

    Field name
    Description
    Constraints
    Required
    messages
    List of messages that contains role and content. Role must be one of [system, user, assistant]
    Type: FreeText
    Yes
    frequency_penalty
    Number between -2.0 and 2.0. Positive values penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim.
    Default value: 0.0 Type: Continuous Minimum: -2.0 Maximum: 2.0
    No
    presence_penalty
    Number between -2.0 and 2.0. Positive values penalize new tokens based on whether they appear in the text so far, increasing the model's likelihood to talk about new topics.
    Default value: 0.0 Type: Continuous Minimum: -2.0 Maximum: 2.0
    No
    max_tokens
    The maximum number of tokens that can be generated in the chat completion. Syn support maximum 32k(32,768) context for input and generated tokens.
    Default value: 16 Type: Integer Minimum: 0 Maximum: 32768
    No
    temperature
    What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic.
    Default value: 1.0 Type: Continuous Minimum: 0.0 Maximum: 2.0
    No
    top_p
    An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass. So 0.1 means only the tokens comprising the top 10% probability mass are considered.
    Default value: 1.0 Type: Continuous Minimum: 0.0 Maximum: 1.0
    No
    stream
    Specifies whether to stream the response.
    Default value: false Type: Categorical Allowed values: true, false
    No

    Resources

    Vendor resources

    Support

    Vendor support

    Contact us for model fine-tuning and enterprise integration inquiries.

    AWS infrastructure support

    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.

    Similar products

    Customer reviews

    Ratings and reviews

     Info
    0 ratings
    5 star
    4 star
    3 star
    2 star
    1 star
    0%
    0%
    0%
    0%
    0%
    0 AWS reviews
    No customer reviews yet
    Be the first to review this product . We've partnered with PeerSpot to gather customer feedback. You can share your experience by writing or recording a review, or scheduling a call with a PeerSpot analyst.