hfModelId
large_stringlengths
11
68
smModelId
large_stringlengths
15
86
serverlessCustomizationSupport
bool
2 classes
serverfulTrainingSupport
bool
2 classes
deployAvailability
bool
1 class
trainingAvailability
bool
2 classes
hasMultipleVariants
bool
2 classes
endpointCode
large_stringlengths
380
1.25k
endpointLinks
large_stringclasses
9 values
training_hfCode
large_stringclasses
43 values
training_hfLinks
large_stringclasses
3 values
deployRedirectionLink
large_stringlengths
153
272
customizeRedirectionLink
large_stringlengths
206
271
dpoCode
large_stringclasses
27 values
dpoLabel
large_stringclasses
1 value
dpoLinks
large_stringclasses
1 value
rlaifCode
large_stringclasses
29 values
rlaifLabel
large_stringclasses
1 value
rlaifLinks
large_stringclasses
1 value
rlvrCode
large_stringclasses
29 values
rlvrLabel
large_stringclasses
1 value
rlvrLinks
large_stringclasses
1 value
sftCode
large_stringclasses
29 values
sftLabel
large_stringclasses
1 value
sftLinks
large_stringclasses
1 value
intfloat/multilingual-e5-large
huggingface-sentencesimilarity-multilingual-e5-large
false
true
true
true
false
from sagemaker.jumpstart.model import JumpStartModel import json model_id = "huggingface-sentencesimilarity-multilingual-e5-large" endpoint_input = json.dumps(["How cute your dog is!", "Your dog is so cute."]) model = JumpStartModel(model_id=model_id) predictor = model.deploy() response = predictor.predict(endpoint_i...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=intfloat%2Fmultilingual-e5-large&smModelId=huggingface-sentencesimilarity-multilingual-e5-large&hasVariants=false&page=deploy
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=intfloat%2Fmultilingual-e5-large&smModelId=huggingface-sentencesimilarity-multilingual-e5-large&supportServerless=false&supportServerful=true&hasVariants=false&page=customize
null
null
null
null
null
null
null
null
null
null
null
null
lighteternal/nli-xlm-r-greek
huggingface-zstc-lighteternal-nli-xlm-r-greek
false
false
true
false
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from sagemaker.jumpstart.model import JumpStartModel model_id = "huggingface-zstc-lighteternal-nli-xlm-r-greek" endpoint_input = {'sequences': 'one d...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=lighteternal%2Fnli-xlm-r-greek&smModelId=huggingface-zstc-lighteternal-nli-xlm-r-greek&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null
lightonai/LightOnOCR-2-1B
huggingface-vlm-lightonai-lightonocr-2-1b
false
false
true
false
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from sagemaker.jumpstart.model import JumpStartModel model_id = "huggingface-vlm-lightonai-lightonocr-2-1b" model = JumpStartModel(model_id=model_id...
[{"href": "https://aws.amazon.com/sagemaker/jumpstart", "label": "Amazon SageMaker JumpStart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=lightonai%2Flightonocr-2-1b&smModelId=huggingface-vlm-lightonai-lightonocr-2-1b&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null
meta-llama/Llama-2-13b-chat-hf
meta-textgeneration-llama-2-13b-f
false
true
true
true
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from sagemaker.jumpstart.model import JumpStartModel model = JumpStartModel(model_id="meta-textgeneration-llama-2-13b-f") example_payloads = model.re...
[{"label": "Large Language Model (LLM): Run Inference in Amazon SageMaker JumpStart", "href": "https://github.com/aws/amazon-sagemaker-examples/blob/main/introduction_to_amazon_algorithms/jumpstart-foundation-models/text-generation-chatbot.ipynb"}, {"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com...
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=meta-llama%2Fllama-2-13b-chat-hf&smModelId=meta-textgeneration-llama-2-13b-f&hasVariants=false&page=deploy
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=meta-llama%2Fllama-2-13b-chat-hf&smModelId=meta-textgeneration-llama-2-13b-f&supportServerless=false&supportServerful=true&hasVariants=false&page=customize
null
null
null
null
null
null
null
null
null
null
null
null
meta-llama/Llama-2-13b-hf
meta-textgeneration-llama-2-13b
false
true
true
true
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from sagemaker.jumpstart.model import JumpStartModel model = JumpStartModel(model_id="meta-textgeneration-llama-2-13b") example_payloads = model.retr...
[{"label": "Large Language Model (LLM): Run Inference in Amazon SageMaker JumpStart", "href": "https://github.com/aws/amazon-sagemaker-examples/blob/main/introduction_to_amazon_algorithms/jumpstart-foundation-models/llama-2-text-completion.ipynb"}, {"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com...
# Fine-tune a gated Hugging Face Hub model using the SageMaker Python SDK v3. # This model requires a Hugging Face token to download weights. # See https://github.com/huggingface/transformers/tree/v4.56.2/examples/pytorch import boto3 from sagemaker.train.model_trainer import ModelTrainer from sagemaker.core.training....
[]
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=meta-llama%2Fllama-2-13b-hf&smModelId=meta-textgeneration-llama-2-13b&hasVariants=false&page=deploy
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=meta-llama%2Fllama-2-13b-hf&smModelId=meta-textgeneration-llama-2-13b&supportServerless=false&supportServerful=true&hasVariants=false&page=customize
null
null
null
null
null
null
null
null
null
null
null
null
meta-llama/Llama-2-70b-chat-hf
meta-textgenerationneuron-llama-2-70b-f
false
false
true
false
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from sagemaker.jumpstart.model import JumpStartModel model = JumpStartModel(model_id="meta-textgeneration-llama-2-70b-f") example_payloads = model.re...
[{"href": "https://github.com/aws/amazon-sagemaker-examples/blob/main/introduction_to_amazon_algorithms/jumpstart-foundation-models/text-generation-chatbot.ipynb", "label": "Large Language Model (LLM): Run Inference in Amazon SageMaker JumpStart"}, {"href": "https://aws.amazon.com/sagemaker/jumpstart", "label": "Amazon...
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=meta-llama%2Fllama-2-70b-chat-hf&smModelId=meta-textgenerationneuron-llama-2-70b-f&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null
meta-llama/Llama-2-70b-hf
meta-textgenerationneuron-llama-2-70b
false
false
true
false
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from sagemaker.jumpstart.model import JumpStartModel model = JumpStartModel(model_id="meta-textgeneration-llama-2-70b") example_payloads = model.retr...
[{"label": "Large Language Model (LLM): Run Inference in Amazon SageMaker JumpStart", "href": "https://github.com/aws/amazon-sagemaker-examples/blob/main/introduction_to_amazon_algorithms/jumpstart-foundation-models/llama-2-text-completion.ipynb"}, {"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com...
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=meta-llama%2Fllama-2-70b-hf&smModelId=meta-textgenerationneuron-llama-2-70b&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null
meta-llama/Llama-2-7b-chat-hf
meta-textgeneration-llama-2-7b-f
false
true
true
true
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from sagemaker.jumpstart.model import JumpStartModel model = JumpStartModel(model_id="meta-textgeneration-llama-2-7b-f") example_payloads = model.ret...
[{"label": "Large Language Model (LLM): Run Inference in Amazon SageMaker JumpStart", "href": "https://github.com/aws/amazon-sagemaker-examples/blob/main/introduction_to_amazon_algorithms/jumpstart-foundation-models/text-generation-chatbot.ipynb"}, {"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com...
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=meta-llama%2Fllama-2-7b-chat-hf&smModelId=meta-textgeneration-llama-2-7b-f&hasVariants=false&page=deploy
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=meta-llama%2Fllama-2-7b-chat-hf&smModelId=meta-textgeneration-llama-2-7b-f&supportServerless=false&supportServerful=true&hasVariants=false&page=customize
null
null
null
null
null
null
null
null
null
null
null
null
meta-llama/Llama-2-7b-hf
meta-textgeneration-llama-2-7b
false
true
true
true
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from sagemaker.jumpstart.model import JumpStartModel model = JumpStartModel(model_id="meta-textgeneration-llama-2-7b") example_payloads = model.retri...
[{"label": "Large Language Model (LLM): Run Inference in Amazon SageMaker JumpStart", "href": "https://github.com/aws/amazon-sagemaker-examples/blob/main/introduction_to_amazon_algorithms/jumpstart-foundation-models/llama-2-text-completion.ipynb"}, {"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com...
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=meta-llama%2Fllama-2-7b-hf&smModelId=meta-textgeneration-llama-2-7b&hasVariants=false&page=deploy
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=meta-llama%2Fllama-2-7b-hf&smModelId=meta-textgeneration-llama-2-7b&supportServerless=false&supportServerful=true&hasVariants=false&page=customize
null
null
null
null
null
null
null
null
null
null
null
null
meta-llama/Llama-3.1-405B-FP8
meta-textgeneration-llama-3-1-405b-fp8
false
true
true
true
false
# Deploy a gated JumpStart model using the SageMaker Python SDK v3. # This model requires accepting the end-user license agreement (EULA). from sagemaker.serve.model_builder import ModelBuilder from sagemaker.core.jumpstart.configs import JumpStartConfig from sagemaker.core.training.configs import Compute # You must ...
[{"href": "https://aws.amazon.com/sagemaker/jumpstart", "label": "Amazon SageMaker JumpStart"}]
# Fine-tune a gated Hugging Face Hub model using the SageMaker Python SDK v3. # This model requires a Hugging Face token to download weights. # See https://github.com/huggingface/transformers/tree/v4.56.2/examples/pytorch import boto3 from sagemaker.train.model_trainer import ModelTrainer from sagemaker.core.training....
[]
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=meta-llama%2Fllama-3.1-405b-fp8&smModelId=meta-textgeneration-llama-3-1-405b-fp8&hasVariants=false&page=deploy
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=meta-llama%2Fllama-3.1-405b-fp8&smModelId=meta-textgeneration-llama-3-1-405b-fp8&supportServerless=false&supportServerful=true&hasVariants=false&page=customize
null
null
null
null
null
null
null
null
null
null
null
null
meta-llama/Llama-3.1-405B-Instruct-FP8
meta-textgeneration-llama-3-1-405b-instruct-fp8
false
true
true
true
false
# Deploy a gated JumpStart model using the SageMaker Python SDK v3. # This model requires accepting the end-user license agreement (EULA). from sagemaker.serve.model_builder import ModelBuilder from sagemaker.core.jumpstart.configs import JumpStartConfig from sagemaker.core.training.configs import Compute # You must ...
[{"href": "https://aws.amazon.com/sagemaker/jumpstart", "label": "Amazon SageMaker JumpStart"}]
# Fine-tune a gated Hugging Face Hub model using the SageMaker Python SDK v3. # This model requires a Hugging Face token to download weights. # See https://github.com/huggingface/transformers/tree/v4.56.2/examples/pytorch import boto3 from sagemaker.train.model_trainer import ModelTrainer from sagemaker.core.training....
[]
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=meta-llama%2Fllama-3.1-405b-instruct-fp8&smModelId=meta-textgeneration-llama-3-1-405b-instruct-fp8&hasVariants=false&page=deploy
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=meta-llama%2Fllama-3.1-405b-instruct-fp8&smModelId=meta-textgeneration-llama-3-1-405b-instruct-fp8&supportServerless=false&supportServerful=true&hasVariants=false&page=customize
null
null
null
null
null
null
null
null
null
null
null
null
meta-llama/Llama-3.1-70B
meta-textgeneration-llama-3-1-70b
false
true
true
true
false
# Deploy a gated JumpStart model using the SageMaker Python SDK v3. # This model requires accepting the end-user license agreement (EULA). from sagemaker.serve.model_builder import ModelBuilder from sagemaker.core.jumpstart.configs import JumpStartConfig from sagemaker.core.training.configs import Compute # You must ...
[{"href": "https://aws.amazon.com/sagemaker/jumpstart", "label": "Amazon SageMaker JumpStart"}]
# Fine-tune a gated Hugging Face Hub model using the SageMaker Python SDK v3. # This model requires a Hugging Face token to download weights. # See https://github.com/huggingface/transformers/tree/v4.56.2/examples/pytorch import boto3 from sagemaker.train.model_trainer import ModelTrainer from sagemaker.core.training....
[]
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=meta-llama%2Fllama-3.1-70b&smModelId=meta-textgeneration-llama-3-1-70b&hasVariants=false&page=deploy
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=meta-llama%2Fllama-3.1-70b&smModelId=meta-textgeneration-llama-3-1-70b&supportServerless=false&supportServerful=true&hasVariants=false&page=customize
null
null
null
null
null
null
null
null
null
null
null
null
meta-llama/Llama-3.1-70B-Instruct
meta-textgeneration-llama-3-1-70b-instruct
false
true
true
true
false
# Deploy a gated JumpStart model using the SageMaker Python SDK v3. # This model requires accepting the end-user license agreement (EULA). from sagemaker.serve.model_builder import ModelBuilder from sagemaker.core.jumpstart.configs import JumpStartConfig from sagemaker.core.training.configs import Compute # You must ...
[{"href": "https://aws.amazon.com/sagemaker/jumpstart", "label": "Amazon SageMaker JumpStart"}]
# Fine-tune a gated Hugging Face Hub model using the SageMaker Python SDK v3. # This model requires a Hugging Face token to download weights. # See https://github.com/huggingface/transformers/tree/v4.56.2/examples/pytorch import boto3 from sagemaker.train.model_trainer import ModelTrainer from sagemaker.core.training....
[]
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=meta-llama%2Fllama-3.1-70b-instruct&smModelId=meta-textgeneration-llama-3-1-70b-instruct&hasVariants=false&page=deploy
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=meta-llama%2Fllama-3.1-70b-instruct&smModelId=meta-textgeneration-llama-3-1-70b-instruct&supportServerless=false&supportServerful=true&hasVariants=false&page=customize
null
null
null
null
null
null
null
null
null
null
null
null
meta-llama/Llama-3.1-8B
meta-textgeneration-llama-3-1-8b
false
true
true
true
false
# Deploy a gated JumpStart model using the SageMaker Python SDK v3. # This model requires accepting the end-user license agreement (EULA). from sagemaker.serve.model_builder import ModelBuilder from sagemaker.core.jumpstart.configs import JumpStartConfig from sagemaker.core.training.configs import Compute # You must ...
[{"href": "https://aws.amazon.com/sagemaker/jumpstart", "label": "Amazon SageMaker JumpStart"}]
# Fine-tune a gated Hugging Face Hub model using the SageMaker Python SDK v3. # This model requires a Hugging Face token to download weights. # See https://github.com/huggingface/transformers/tree/v4.56.2/examples/pytorch import boto3 from sagemaker.train.model_trainer import ModelTrainer from sagemaker.core.training....
[]
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=meta-llama%2Fllama-3.1-8b&smModelId=meta-textgeneration-llama-3-1-8b&hasVariants=false&page=deploy
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=meta-llama%2Fllama-3.1-8b&smModelId=meta-textgeneration-llama-3-1-8b&supportServerless=false&supportServerful=true&hasVariants=false&page=customize
null
null
null
null
null
null
null
null
null
null
null
null
meta-llama/Llama-3.1-8B-Instruct
meta-textgeneration-llama-3-1-8b-instruct
true
true
true
true
true
# Deploy a gated JumpStart model using the SageMaker Python SDK v3. # This model requires accepting the end-user license agreement (EULA). from sagemaker.serve.model_builder import ModelBuilder from sagemaker.core.jumpstart.configs import JumpStartConfig from sagemaker.core.training.configs import Compute # You must ...
[{"href": "https://aws.amazon.com/sagemaker/jumpstart", "label": "Amazon SageMaker JumpStart"}]
# Fine-tune a gated Hugging Face Hub model using the SageMaker Python SDK v3. # This model requires a Hugging Face token to download weights. # See https://github.com/huggingface/transformers/tree/v4.56.2/examples/pytorch import boto3 from sagemaker.train.model_trainer import ModelTrainer from sagemaker.core.training....
[]
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=meta-llama%2Fllama-3.1-8b-instruct&smModelId=meta-textgeneration-llama-3-1-8b-instruct&hasVariants=true&page=deploy
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=meta-llama%2Fllama-3.1-8b-instruct&smModelId=meta-textgeneration-llama-3-1-8b-instruct&supportServerless=true&supportServerful=true&hasVariants=true&page=customize
# Fine-tune with Direct Preference Optimization (DPO) using the SageMaker Python SDK v3. from sagemaker.train.dpo_trainer import DPOTrainer from sagemaker.train.common import TrainingType from sagemaker.ai_registry.dataset import DataSet # Dataset format: JSONL with {"prompt": [...messages...], "chosen": "...", "reje...
Direct Preference Optimization (DPO)
[]
# Fine-tune with RL from AI Feedback (RLAIF) using the SageMaker Python SDK v3. from sagemaker.train.rlaif_trainer import RLAIFTrainer from sagemaker.train.common import TrainingType from sagemaker.ai_registry.dataset import DataSet # Dataset format: JSONL with {"prompt": [...messages...], "reward_model": {"style": "...
RL from AI Feedback (RLAIF)
[]
# Fine-tune with RL with Verifiable Rewards (RLVR) using the SageMaker Python SDK v3. from sagemaker.train.rlvr_trainer import RLVRTrainer from sagemaker.train.common import TrainingType from sagemaker.ai_registry.dataset import DataSet # Dataset format: JSONL with {"prompt": [...messages...], "reward_model": {"groun...
RL with Verifiable Rewards (RLVR)
[]
# Fine-tune with Supervised Fine-Tuning (SFT) using the SageMaker Python SDK v3. from sagemaker.train.sft_trainer import SFTTrainer from sagemaker.train.common import TrainingType from sagemaker.ai_registry.dataset import DataSet # Dataset format: JSONL with {"prompt": "...", "completion": "..."} per line # Download ...
Supervised Fine-Tuning (SFT)
[]
meta-llama/Llama-3.2-11B-Vision
meta-vlm-llama-3-2-11b-vision
false
true
true
true
false
# Deploy a gated JumpStart model using the SageMaker Python SDK v3. # This model requires accepting the end-user license agreement (EULA). from sagemaker.serve.model_builder import ModelBuilder from sagemaker.core.jumpstart.configs import JumpStartConfig from sagemaker.core.training.configs import Compute # You must ...
[{"href": "https://aws.amazon.com/sagemaker/jumpstart", "label": "Amazon SageMaker JumpStart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=meta-llama%2Fllama-3.2-11b-vision&smModelId=meta-vlm-llama-3-2-11b-vision&hasVariants=false&page=deploy
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=meta-llama%2Fllama-3.2-11b-vision&smModelId=meta-vlm-llama-3-2-11b-vision&supportServerless=false&supportServerful=true&hasVariants=false&page=customize
null
null
null
null
null
null
null
null
null
null
null
null
meta-llama/Llama-3.2-11B-Vision-Instruct
meta-vlm-llama-3-2-11b-vision-instruct
false
true
true
true
false
# Deploy a gated JumpStart model using the SageMaker Python SDK v3. # This model requires accepting the end-user license agreement (EULA). from sagemaker.serve.model_builder import ModelBuilder from sagemaker.core.jumpstart.configs import JumpStartConfig from sagemaker.core.training.configs import Compute # You must ...
[{"href": "https://aws.amazon.com/sagemaker/jumpstart", "label": "Amazon SageMaker JumpStart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=meta-llama%2Fllama-3.2-11b-vision-instruct&smModelId=meta-vlm-llama-3-2-11b-vision-instruct&hasVariants=false&page=deploy
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=meta-llama%2Fllama-3.2-11b-vision-instruct&smModelId=meta-vlm-llama-3-2-11b-vision-instruct&supportServerless=false&supportServerful=true&hasVariants=false&page=customize
null
null
null
null
null
null
null
null
null
null
null
null
meta-llama/Llama-3.2-1B
meta-textgenerationneuron-llama-3-2-1b
false
false
true
false
false
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=meta-llama%2Fllama-3.2-1b&smModelId=meta-textgenerationneuron-llama-3-2-1b&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null
meta-llama/Llama-3.2-1B-Instruct
meta-textgeneration-llama-3-2-1b-instruct
true
true
true
true
true
# Deploy a gated JumpStart model using the SageMaker Python SDK v3. # This model requires accepting the end-user license agreement (EULA). from sagemaker.serve.model_builder import ModelBuilder from sagemaker.core.jumpstart.configs import JumpStartConfig from sagemaker.core.training.configs import Compute # You must ...
[{"href": "https://aws.amazon.com/sagemaker/jumpstart", "label": "Amazon SageMaker JumpStart"}]
# Fine-tune a gated Hugging Face Hub model using the SageMaker Python SDK v3. # This model requires a Hugging Face token to download weights. # See https://github.com/huggingface/transformers/tree/v4.56.2/examples/pytorch import boto3 from sagemaker.train.model_trainer import ModelTrainer from sagemaker.core.training....
[]
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=meta-llama%2Fllama-3.2-1b-instruct&smModelId=meta-textgeneration-llama-3-2-1b-instruct&hasVariants=true&page=deploy
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=meta-llama%2Fllama-3.2-1b-instruct&smModelId=meta-textgeneration-llama-3-2-1b-instruct&supportServerless=true&supportServerful=true&hasVariants=true&page=customize
# Fine-tune with Direct Preference Optimization (DPO) using the SageMaker Python SDK v3. from sagemaker.train.dpo_trainer import DPOTrainer from sagemaker.train.common import TrainingType from sagemaker.ai_registry.dataset import DataSet # Dataset format: JSONL with {"prompt": [...messages...], "chosen": "...", "reje...
Direct Preference Optimization (DPO)
[]
# Fine-tune with RL from AI Feedback (RLAIF) using the SageMaker Python SDK v3. from sagemaker.train.rlaif_trainer import RLAIFTrainer from sagemaker.train.common import TrainingType from sagemaker.ai_registry.dataset import DataSet # Dataset format: JSONL with {"prompt": [...messages...], "reward_model": {"style": "...
RL from AI Feedback (RLAIF)
[]
# Fine-tune with RL with Verifiable Rewards (RLVR) using the SageMaker Python SDK v3. from sagemaker.train.rlvr_trainer import RLVRTrainer from sagemaker.train.common import TrainingType from sagemaker.ai_registry.dataset import DataSet # Dataset format: JSONL with {"prompt": [...messages...], "reward_model": {"groun...
RL with Verifiable Rewards (RLVR)
[]
# Fine-tune with Supervised Fine-Tuning (SFT) using the SageMaker Python SDK v3. from sagemaker.train.sft_trainer import SFTTrainer from sagemaker.train.common import TrainingType from sagemaker.ai_registry.dataset import DataSet # Dataset format: JSONL with {"prompt": "...", "completion": "..."} per line # Download ...
Supervised Fine-Tuning (SFT)
[]
meta-llama/Llama-3.2-3B
meta-textgenerationneuron-llama-3-2-3b
false
false
true
false
false
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=meta-llama%2Fllama-3.2-3b&smModelId=meta-textgenerationneuron-llama-3-2-3b&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null
meta-llama/Llama-3.2-3B-Instruct
meta-textgeneration-llama-3-2-3b-instruct
true
true
true
true
true
# Deploy a gated JumpStart model using the SageMaker Python SDK v3. # This model requires accepting the end-user license agreement (EULA). from sagemaker.serve.model_builder import ModelBuilder from sagemaker.core.jumpstart.configs import JumpStartConfig from sagemaker.core.training.configs import Compute # You must ...
[{"href": "https://aws.amazon.com/sagemaker/jumpstart", "label": "Amazon SageMaker JumpStart"}]
# Fine-tune a gated Hugging Face Hub model using the SageMaker Python SDK v3. # This model requires a Hugging Face token to download weights. # See https://github.com/huggingface/transformers/tree/v4.56.2/examples/pytorch import boto3 from sagemaker.train.model_trainer import ModelTrainer from sagemaker.core.training....
[]
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=meta-llama%2Fllama-3.2-3b-instruct&smModelId=meta-textgeneration-llama-3-2-3b-instruct&hasVariants=true&page=deploy
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=meta-llama%2Fllama-3.2-3b-instruct&smModelId=meta-textgeneration-llama-3-2-3b-instruct&supportServerless=true&supportServerful=true&hasVariants=true&page=customize
# Fine-tune with Direct Preference Optimization (DPO) using the SageMaker Python SDK v3. from sagemaker.train.dpo_trainer import DPOTrainer from sagemaker.train.common import TrainingType from sagemaker.ai_registry.dataset import DataSet # Dataset format: JSONL with {"prompt": [...messages...], "chosen": "...", "reje...
Direct Preference Optimization (DPO)
[]
# Fine-tune with RL from AI Feedback (RLAIF) using the SageMaker Python SDK v3. from sagemaker.train.rlaif_trainer import RLAIFTrainer from sagemaker.train.common import TrainingType from sagemaker.ai_registry.dataset import DataSet # Dataset format: JSONL with {"prompt": [...messages...], "reward_model": {"style": "...
RL from AI Feedback (RLAIF)
[]
# Fine-tune with RL with Verifiable Rewards (RLVR) using the SageMaker Python SDK v3. from sagemaker.train.rlvr_trainer import RLVRTrainer from sagemaker.train.common import TrainingType from sagemaker.ai_registry.dataset import DataSet # Dataset format: JSONL with {"prompt": [...messages...], "reward_model": {"groun...
RL with Verifiable Rewards (RLVR)
[]
# Fine-tune with Supervised Fine-Tuning (SFT) using the SageMaker Python SDK v3. from sagemaker.train.sft_trainer import SFTTrainer from sagemaker.train.common import TrainingType from sagemaker.ai_registry.dataset import DataSet # Dataset format: JSONL with {"prompt": "...", "completion": "..."} per line # Download ...
Supervised Fine-Tuning (SFT)
[]
meta-llama/Llama-3.2-90B-Vision
meta-vlm-llama-3-2-90b-vision
false
true
true
true
false
# Deploy a gated JumpStart model using the SageMaker Python SDK v3. # This model requires accepting the end-user license agreement (EULA). from sagemaker.serve.model_builder import ModelBuilder from sagemaker.core.jumpstart.configs import JumpStartConfig from sagemaker.core.training.configs import Compute # You must ...
[{"href": "https://aws.amazon.com/sagemaker/jumpstart", "label": "Amazon SageMaker JumpStart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=meta-llama%2Fllama-3.2-90b-vision&smModelId=meta-vlm-llama-3-2-90b-vision&hasVariants=false&page=deploy
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=meta-llama%2Fllama-3.2-90b-vision&smModelId=meta-vlm-llama-3-2-90b-vision&supportServerless=false&supportServerful=true&hasVariants=false&page=customize
null
null
null
null
null
null
null
null
null
null
null
null
meta-llama/Llama-4-Maverick-17B-128E-Instruct
meta-vlm-llama-4-maverick-17b-128e-instruct
false
false
true
false
false
# Deploy a gated JumpStart model using the SageMaker Python SDK v3. # This model requires accepting the end-user license agreement (EULA). from sagemaker.serve.model_builder import ModelBuilder from sagemaker.core.jumpstart.configs import JumpStartConfig from sagemaker.core.training.configs import Compute # You must ...
[{"href": "https://aws.amazon.com/sagemaker/jumpstart", "label": "Amazon SageMaker JumpStart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=meta-llama%2Fllama-4-maverick-17b-128e-instruct&smModelId=meta-vlm-llama-4-maverick-17b-128e-instruct&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null
meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8
meta-vlm-llama-4-maverick-17b-128e-instruct-fp8
false
false
true
false
false
# Deploy a gated JumpStart model using the SageMaker Python SDK v3. # This model requires accepting the end-user license agreement (EULA). from sagemaker.serve.model_builder import ModelBuilder from sagemaker.core.jumpstart.configs import JumpStartConfig from sagemaker.core.training.configs import Compute # You must ...
[{"href": "https://aws.amazon.com/sagemaker/jumpstart", "label": "Amazon SageMaker JumpStart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=meta-llama%2Fllama-4-maverick-17b-128e-instruct-fp8&smModelId=meta-vlm-llama-4-maverick-17b-128e-instruct-fp8&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null
meta-llama/Llama-Guard-3-11B-Vision
meta-vlm-llama-guard-3-11b-vision
false
false
true
false
false
# Deploy a gated JumpStart model using the SageMaker Python SDK v3. # This model requires accepting the end-user license agreement (EULA). from sagemaker.serve.model_builder import ModelBuilder from sagemaker.core.jumpstart.configs import JumpStartConfig from sagemaker.core.training.configs import Compute # You must ...
[{"href": "https://aws.amazon.com/sagemaker/jumpstart", "label": "Amazon SageMaker JumpStart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=meta-llama%2Fllama-guard-3-11b-vision&smModelId=meta-vlm-llama-guard-3-11b-vision&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null
meta-llama/Llama-Guard-3-1B
meta-textgeneration-llama-guard-3-1b
false
false
true
false
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from sagemaker.jumpstart.model import JumpStartModel model = JumpStartModel(model_id="meta-textgeneration-llama-guard-3-1b") example_payloads = model...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=meta-llama%2Fllama-guard-3-1b&smModelId=meta-textgeneration-llama-guard-3-1b&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null
meta-llama/Llama-Guard-3-8B
meta-textgenerationneuron-llama-guard-3-8b
false
false
true
false
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from sagemaker.jumpstart.model import JumpStartModel model = JumpStartModel(model_id="meta-textgeneration-llama-guard-3-8b") example_payloads = model...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=meta-llama%2Fllama-guard-3-8b&smModelId=meta-textgenerationneuron-llama-guard-3-8b&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null
meta-llama/LlamaGuard-7b
meta-textgeneration-llama-guard-7b
false
false
true
false
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from sagemaker.jumpstart.model import JumpStartModel model = JumpStartModel(model_id="meta-textgeneration-llama-guard-7b") example_payloads = model.r...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=meta-llama%2Fllamaguard-7b&smModelId=meta-textgeneration-llama-guard-7b&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null
meta-llama/Meta-Llama-3-70B
meta-textgenerationneuron-llama-3-70b
false
false
true
false
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from sagemaker.jumpstart.model import JumpStartModel model = JumpStartModel(model_id="meta-textgeneration-llama-3-70b") example_payloads = model.retr...
[{"label": "Large Language Model (LLM): Run Inference in Amazon SageMaker JumpStart", "href": "https://github.com/aws/amazon-sagemaker-examples/blob/main/introduction_to_amazon_algorithms/jumpstart-foundation-models/llama-2-text-completion.ipynb"}, {"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com...
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=meta-llama%2Fmeta-llama-3-70b&smModelId=meta-textgenerationneuron-llama-3-70b&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null
meta-llama/Meta-Llama-3-70B-Instruct
meta-textgenerationneuron-llama-3-70b-instruct
false
false
true
false
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from sagemaker.jumpstart.model import JumpStartModel model = JumpStartModel(model_id="meta-textgeneration-llama-3-70b-instruct") example_payloads = m...
[{"label": "Large Language Model (LLM): Run Inference in Amazon SageMaker JumpStart", "href": "https://github.com/aws/amazon-sagemaker-examples/blob/main/introduction_to_amazon_algorithms/jumpstart-foundation-models/text-generation-chatbot.ipynb"}, {"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com...
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=meta-llama%2Fmeta-llama-3-70b-instruct&smModelId=meta-textgenerationneuron-llama-3-70b-instruct&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null
meta-llama/Meta-Llama-3-8B
meta-textgenerationneuron-llama-3-8b
false
false
true
false
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from sagemaker.jumpstart.model import JumpStartModel model = JumpStartModel(model_id="meta-textgeneration-llama-3-8b") example_payloads = model.retri...
[{"label": "Large Language Model (LLM): Run Inference in Amazon SageMaker JumpStart", "href": "https://github.com/aws/amazon-sagemaker-examples/blob/main/introduction_to_amazon_algorithms/jumpstart-foundation-models/llama-2-text-completion.ipynb"}, {"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com...
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=meta-llama%2Fmeta-llama-3-8b&smModelId=meta-textgenerationneuron-llama-3-8b&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null
meta-llama/Meta-Llama-3-8B-Instruct
meta-textgenerationneuron-llama-3-8b-instruct
false
false
true
false
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from sagemaker.jumpstart.model import JumpStartModel model = JumpStartModel(model_id="meta-textgeneration-llama-3-8b-instruct") example_payloads = mo...
[{"label": "Large Language Model (LLM): Run Inference in Amazon SageMaker JumpStart", "href": "https://github.com/aws/amazon-sagemaker-examples/blob/main/introduction_to_amazon_algorithms/jumpstart-foundation-models/text-generation-chatbot.ipynb"}, {"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com...
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=meta-llama%2Fmeta-llama-3-8b-instruct&smModelId=meta-textgenerationneuron-llama-3-8b-instruct&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null
meta-llama/Prompt-Guard-86M
meta-tc-llama-prompt-guard-86m
false
false
true
false
false
# Deploy a gated JumpStart model using the SageMaker Python SDK v3. # This model requires accepting the end-user license agreement (EULA). from sagemaker.serve.model_builder import ModelBuilder from sagemaker.core.jumpstart.configs import JumpStartConfig from sagemaker.core.training.configs import Compute # You must ...
[{"href": "https://aws.amazon.com/sagemaker/jumpstart", "label": "Amazon SageMaker JumpStart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=meta-llama%2Fprompt-guard-86m&smModelId=meta-tc-llama-prompt-guard-86m&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null
microsoft/Phi-3-mini-128k-instruct
huggingface-llm-phi-3-mini-128k-instruct
false
false
true
false
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from sagemaker.jumpstart.model import JumpStartModel model = JumpStartModel(model_id="huggingface-llm-phi-3-mini-128k-instruct") example_payloads = m...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=microsoft%2Fphi-3-mini-128k-instruct&smModelId=huggingface-llm-phi-3-mini-128k-instruct&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null
microsoft/Phi-3.5-mini-instruct
huggingface-llm-phi-3-5-mini-instruct
false
false
true
false
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from sagemaker.jumpstart.model import JumpStartModel model = JumpStartModel(model_id="huggingface-llm-phi-3-5-mini-instruct") example_payloads = mode...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=microsoft%2Fphi-3.5-mini-instruct&smModelId=huggingface-llm-phi-3-5-mini-instruct&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null
microsoft/Phi-4-mini-instruct
huggingface-llm-phi-4-mini-instruct
false
false
true
false
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from sagemaker.jumpstart.model import JumpStartModel model = JumpStartModel(model_id="huggingface-llm-phi-4-mini-instruct") example_payloads = model....
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=microsoft%2Fphi-4-mini-instruct&smModelId=huggingface-llm-phi-4-mini-instruct&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null
microsoft/phi-2
huggingface-llm-phi-2
false
false
true
false
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from sagemaker.jumpstart.model import JumpStartModel model = JumpStartModel(model_id="huggingface-llm-phi-2") example_payloads = model.retrieve_all_e...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=microsoft%2Fphi-2&smModelId=huggingface-llm-phi-2&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null
microsoft/table-transformer-detection
huggingface-od-microsoft-table-transformer-detection
false
false
true
false
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from sagemaker.jumpstart.model import JumpStartModel model = JumpStartModel(model_id="huggingface-od-microsoft-table-transformer-detection") example_...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=microsoft%2Ftable-transformer-detection&smModelId=huggingface-od-microsoft-table-transformer-detection&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null
mistralai/Ministral-3-14B-Instruct-2512
null
false
null
true
false
null
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from sagemaker.jumpstart.model import JumpStartModel model = JumpStartModel(model_id="huggingface-llm-ministral-3-14b-instruct-2512") example_payload...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
mistralai/Mistral-7B-Instruct-v0.3
huggingface-llm-mistral-7b-v3
false
false
true
false
true
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from sagemaker.jumpstart.model import JumpStartModel model = JumpStartModel(model_id="huggingface-llm-mistral-7b-v3") example_payloads = model.retrie...
[{"href": "https://aws.amazon.com/sagemaker/jumpstart", "label": "Amazon SageMaker JumpStart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=mistralai%2Fmistral-7b-instruct-v0.3&smModelId=huggingface-llm-mistral-7b-v3&hasVariants=true&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null
mistralai/Mistral-Nemo-Base-2407
huggingface-llm-mistral-nemo-base-2407
false
false
true
false
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from sagemaker.jumpstart.model import JumpStartModel model = JumpStartModel(model_id="huggingface-llm-mistral-nemo-base-2407") example_payloads = mod...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=mistralai%2Fmistral-nemo-base-2407&smModelId=huggingface-llm-mistral-nemo-base-2407&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null
mistralai/Mistral-Nemo-Instruct-2407
huggingface-llm-mistral-nemo-instruct-2407
false
false
true
false
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from sagemaker.jumpstart.model import JumpStartModel model = JumpStartModel(model_id="huggingface-llm-mistral-nemo-instruct-2407") example_payloads =...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=mistralai%2Fmistral-nemo-instruct-2407&smModelId=huggingface-llm-mistral-nemo-instruct-2407&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null
mistralai/Mistral-Small-3.1-24B-Base-2503
huggingface-vlm-mistral-small-3-1-24b-base-2503
false
false
true
false
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from sagemaker.jumpstart.model import JumpStartModel model_id = "huggingface-vlm-mistral-small-3-1-24b-base-2503" model = JumpStartModel(model_id=mo...
[]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=mistralai%2Fmistral-small-3.1-24b-base-2503&smModelId=huggingface-vlm-mistral-small-3-1-24b-base-2503&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null
mistralai/Mistral-Small-3.2-24B-Instruct-2506
huggingface-vlm-mistral-small-3-2-24b-instruct-2506
false
false
true
false
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from sagemaker.jumpstart.model import JumpStartModel model_id = "huggingface-vlm-mistral-small-3-2-24b-instruct-2506" model = JumpStartModel(model_i...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=mistralai%2Fmistral-small-3.2-24b-instruct-2506&smModelId=huggingface-vlm-mistral-small-3-2-24b-instruct-2506&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null
mistralai/Mixtral-8x7B-v0.1
huggingface-llm-mixtral-8x7b
false
true
true
true
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from sagemaker.jumpstart.model import JumpStartModel model = JumpStartModel(model_id="huggingface-llm-mixtral-8x7b") example_payloads = model.retriev...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
# Fine-tune a Hugging Face Hub model using the SageMaker Python SDK v3. # See https://github.com/huggingface/transformers/tree/v4.56.2/examples/pytorch import boto3 from sagemaker.train.model_trainer import ModelTrainer from sagemaker.core.training.configs import Compute, SourceCode from sagemaker.core import image_ur...
[]
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=mistralai%2Fmixtral-8x7b-v0.1&smModelId=huggingface-llm-mixtral-8x7b&hasVariants=false&page=deploy
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=mistralai%2Fmixtral-8x7b-v0.1&smModelId=huggingface-llm-mixtral-8x7b&supportServerless=false&supportServerful=true&hasVariants=false&page=customize
null
null
null
null
null
null
null
null
null
null
null
null
mistralai/Pixtral-12B-2409
huggingface-vlm-mistral-pixtral-12b-2409
false
false
true
false
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from sagemaker.jumpstart.model import JumpStartModel model_id = "huggingface-vlm-mistral-pixtral-12b-2409" model = JumpStartModel(model_id=model_id)...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=mistralai%2Fpixtral-12b-2409&smModelId=huggingface-vlm-mistral-pixtral-12b-2409&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null
mistralai/Voxtral-Mini-4B-Realtime-2602
huggingface-asr-voxtral-mini-4b-realtime-2602
false
false
true
false
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from sagemaker.jumpstart.model import JumpStartModel model = JumpStartModel(model_id="huggingface-asr-voxtral-mini-4b-realtime-2602") example_payload...
[{"href": "https://aws.amazon.com/sagemaker/jumpstart", "label": "Amazon SageMaker JumpStart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=mistralai%2Fvoxtral-mini-4b-realtime-2602&smModelId=huggingface-asr-voxtral-mini-4b-realtime-2602&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null
moonshotai/Kimi-K2.5
huggingface-llm-kimi-k2-5
false
false
true
false
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from sagemaker.jumpstart.model import JumpStartModel model = JumpStartModel(model_id="huggingface-llm-kimi-k2-5") example_payloads = model.retrieve_a...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=moonshotai%2Fkimi-k2.5&smModelId=huggingface-llm-kimi-k2-5&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null
mrm8488/bert-small2bert-small-finetuned-cnn_daily_mail-summarization
huggingface-summarization-bert-small2bert-small-finetuned-cnn-daily-mail-summarization
false
false
true
false
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from sagemaker.jumpstart.model import JumpStartModel model_id = "huggingface-summarization-bert-small2bert-cnn-dailymail-summ" endpoint_input = "The ...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=mrm8488%2Fbert-small2bert-small-finetuned-cnn_daily_mail-summarization&smModelId=huggingface-summarization-bert-small2bert-small-finetuned-cnn-daily-mail-summarization&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null
naclbit/trinart_stable_diffusion_v2
huggingface-txt2img-naclbit-trinart-stable-diffusion-v2
false
false
true
false
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from sagemaker.jumpstart.model import JumpStartModel model = JumpStartModel(model_id="huggingface-txt2img-naclbit-trinart-stable-diffusion-v2") examp...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=naclbit%2Ftrinart_stable_diffusion_v2&smModelId=huggingface-txt2img-naclbit-trinart-stable-diffusion-v2&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null
nvidia/Llama3-ChatQA-1.5-8B
huggingface-llm-nvidia-llama3-chatqa-1-5-8B
false
false
true
false
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from sagemaker.jumpstart.model import JumpStartModel model = JumpStartModel(model_id="huggingface-llm-nvidia-llama3-chatqa-1-5-8B") example_payloads ...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=nvidia%2Fllama3-chatqa-1.5-8b&smModelId=huggingface-llm-nvidia-llama3-chatqa-1-5-8B&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null
nvidia/NVIDIA-Nemotron-3-Nano-30B-A3B-BF16
huggingface-reasoning-nvidia-nemotron-3-nano-30b-a3b-bf16
true
false
true
true
false
# Deploy a JumpStart model using the SageMaker Python SDK v3. from sagemaker.serve.model_builder import ModelBuilder from sagemaker.core.jumpstart.configs import JumpStartConfig from sagemaker.core.training.configs import Compute model_builder = ModelBuilder.from_jumpstart_config( jumpstart_config=JumpStartConfig...
[{"href": "https://aws.amazon.com/sagemaker/jumpstart", "label": "Amazon SageMaker JumpStart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=nvidia%2Fnvidia-nemotron-3-nano-30b-a3b-bf16&smModelId=huggingface-reasoning-nvidia-nemotron-3-nano-30b-a3b-bf16&hasVariants=false&page=deploy
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=nvidia%2Fnvidia-nemotron-3-nano-30b-a3b-bf16&smModelId=huggingface-reasoning-nvidia-nemotron-3-nano-30b-a3b-bf16&supportServerless=true&supportServerful=false&hasVariants=false&page=customize
null
null
null
# Fine-tune with RL from AI Feedback (RLAIF) using the SageMaker Python SDK v3. from sagemaker.train.rlaif_trainer import RLAIFTrainer from sagemaker.train.common import TrainingType from sagemaker.ai_registry.dataset import DataSet # Dataset format: JSONL with {"prompt": [...messages...], "reward_model": {"style": "...
RL from AI Feedback (RLAIF)
[]
# Fine-tune with RL with Verifiable Rewards (RLVR) using the SageMaker Python SDK v3. from sagemaker.train.rlvr_trainer import RLVRTrainer from sagemaker.train.common import TrainingType from sagemaker.ai_registry.dataset import DataSet # Dataset format: JSONL with {"prompt": [...messages...], "reward_model": {"groun...
RL with Verifiable Rewards (RLVR)
[]
# Fine-tune with Supervised Fine-Tuning (SFT) using the SageMaker Python SDK v3. from sagemaker.train.sft_trainer import SFTTrainer from sagemaker.train.common import TrainingType from sagemaker.ai_registry.dataset import DataSet # Dataset format: JSONL with {"prompt": "...", "completion": "..."} per line # Download ...
Supervised Fine-Tuning (SFT)
[]
nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-BF16
huggingface-llm-nvidia-nemotron-3-super-120b-a12b-bf16
true
false
true
true
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from sagemaker.jumpstart.model import JumpStartModel model = JumpStartModel(model_id="huggingface-llm-nvidia-nemotron-3-super-120b-a12b-bf16") exampl...
[{"href": "https://aws.amazon.com/sagemaker/jumpstart", "label": "Amazon SageMaker JumpStart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=nvidia%2Fnvidia-nemotron-3-super-120b-a12b-bf16&smModelId=huggingface-llm-nvidia-nemotron-3-super-120b-a12b-bf16&hasVariants=false&page=deploy
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=nvidia%2Fnvidia-nemotron-3-super-120b-a12b-bf16&smModelId=huggingface-llm-nvidia-nemotron-3-super-120b-a12b-bf16&supportServerless=true&supportServerful=false&hasVariants=false&page=customize
null
null
null
# Fine-tune with RL from AI Feedback (RLAIF) using the SageMaker Python SDK v3. from sagemaker.train.rlaif_trainer import RLAIFTrainer from sagemaker.train.common import TrainingType from sagemaker.ai_registry.dataset import DataSet # Dataset format: JSONL with {"prompt": [...messages...], "reward_model": {"style": "...
RL from AI Feedback (RLAIF)
[]
# Fine-tune with RL with Verifiable Rewards (RLVR) using the SageMaker Python SDK v3. from sagemaker.train.rlvr_trainer import RLVRTrainer from sagemaker.train.common import TrainingType from sagemaker.ai_registry.dataset import DataSet # Dataset format: JSONL with {"prompt": [...messages...], "reward_model": {"groun...
RL with Verifiable Rewards (RLVR)
[]
# Fine-tune with Supervised Fine-Tuning (SFT) using the SageMaker Python SDK v3. from sagemaker.train.sft_trainer import SFTTrainer from sagemaker.train.common import TrainingType from sagemaker.ai_registry.dataset import DataSet # Dataset format: JSONL with {"prompt": "...", "completion": "..."} per line # Download ...
Supervised Fine-Tuning (SFT)
[]
nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-FP8
huggingface-reasoning-nvidia-nemotron-3-super-120b-a12b-fp8
false
false
true
false
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from sagemaker.jumpstart.model import JumpStartModel model = JumpStartModel(model_id="huggingface-reasoning-nvidia-nemotron-3-super-120b-a12b-fp8") e...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=nvidia%2Fnvidia-nemotron-3-super-120b-a12b-fp8&smModelId=huggingface-reasoning-nvidia-nemotron-3-super-120b-a12b-fp8&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null
nvidia/NVIDIA-Nemotron-3-Ultra-550B-A55B-NVFP4
huggingface-reasoning-nvidia-nemotron-3-ultra-550b-a55b-nvfp4
false
false
true
false
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from sagemaker.jumpstart.model import JumpStartModel model = JumpStartModel(model_id="huggingface-reasoning-nvidia-nemotron-3-ultra-550b-a55b-nvfp4")...
[{"href": "https://aws.amazon.com/sagemaker/jumpstart", "label": "Amazon SageMaker JumpStart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=nvidia%2Fnvidia-nemotron-3-ultra-550b-a55b-nvfp4&smModelId=huggingface-reasoning-nvidia-nemotron-3-ultra-550b-a55b-nvfp4&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null
nvidia/NVIDIA-Nemotron-Nano-12B-v2
huggingface-reasoning-nvidia-nemotron-nano-12b-v2
false
false
true
false
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from sagemaker.jumpstart.model import JumpStartModel model = JumpStartModel(model_id="huggingface-reasoning-nvidia-nemotron-nano-12b-v2") example_pay...
[{"href": "https://aws.amazon.com/sagemaker/jumpstart", "label": "Amazon SageMaker JumpStart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=nvidia%2Fnvidia-nemotron-nano-12b-v2&smModelId=huggingface-reasoning-nvidia-nemotron-nano-12b-v2&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null
nvidia/Nemotron-3-Nano-Omni-30B-A3B-Reasoning-FP8
huggingface-vlm-nvidia-nemotron3-nano-omni-30ba3b-reasoning-fp8
false
false
true
false
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from sagemaker.jumpstart.model import JumpStartModel model_id = "huggingface-vlm-nvidia-nemotron3-nano-omni-30ba3b-reasoning-fp8" model = JumpStartM...
[{"href": "https://aws.amazon.com/sagemaker/jumpstart", "label": "Amazon SageMaker JumpStart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=nvidia%2Fnemotron-3-nano-omni-30b-a3b-reasoning-fp8&smModelId=huggingface-vlm-nvidia-nemotron3-nano-omni-30ba3b-reasoning-fp8&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null
openai-community/gpt2-xl
huggingface-textgeneration1-gpt-2-xl
false
true
true
true
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from sagemaker.jumpstart.model import JumpStartModel model = JumpStartModel(model_id="huggingface-textgeneration1-gpt-2-xl") example_payloads = model...
[{"href": "https://aws.amazon.com/sagemaker/jumpstart", "label": "Amazon SageMaker JumpStart"}]
# Fine-tune a Hugging Face Hub model using the SageMaker Python SDK v3. # See https://github.com/huggingface/transformers/tree/v4.56.2/examples/pytorch import boto3 from sagemaker.train.model_trainer import ModelTrainer from sagemaker.core.training.configs import Compute, SourceCode from sagemaker.core import image_ur...
[{"href": "https://github.com/aws/amazon-sagemaker-examples/blob/main/introduction_to_amazon_algorithms/jumpstart-foundation-models/domain-adaption-finetuning-gpt-j-6b.ipynb", "label": "Large Language Model (LLM): Run Domain Adaptation fine-tuning in Amazon SageMaker JumpStart"}, {"href": "https://aws.amazon.com/sagema...
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=openai-community%2Fgpt2-xl&smModelId=huggingface-textgeneration1-gpt-2-xl&hasVariants=false&page=deploy
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=openai-community%2Fgpt2-xl&smModelId=huggingface-textgeneration1-gpt-2-xl&supportServerless=false&supportServerful=true&hasVariants=false&page=customize
null
null
null
null
null
null
null
null
null
null
null
null
openai-community/roberta-base-openai-detector
huggingface-eqa-roberta-base-openai-detector
false
true
true
true
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from sagemaker.jumpstart.model import JumpStartModel model = JumpStartModel(model_id="huggingface-eqa-roberta-base-openai-detector") example_payloads...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
# Fine-tune a Hugging Face Hub model using the SageMaker Python SDK v3. # See https://github.com/huggingface/transformers/tree/v4.56.2/examples/pytorch import boto3 from sagemaker.train.model_trainer import ModelTrainer from sagemaker.core.training.configs import Compute, SourceCode from sagemaker.core import image_ur...
[]
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=openai-community%2Froberta-base-openai-detector&smModelId=huggingface-eqa-roberta-base-openai-detector&hasVariants=false&page=deploy
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=openai-community%2Froberta-base-openai-detector&smModelId=huggingface-eqa-roberta-base-openai-detector&supportServerless=false&supportServerful=true&hasVariants=false&page=customize
null
null
null
null
null
null
null
null
null
null
null
null
openai/gpt-oss-120b
openai-reasoning-gpt-oss-120b
true
false
true
true
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from sagemaker.jumpstart.model import JumpStartModel model = JumpStartModel(model_id="openai-reasoning-gpt-oss-120b") example_payloads = model.retrie...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=openai%2Fgpt-oss-120b&smModelId=openai-reasoning-gpt-oss-120b&hasVariants=false&page=deploy
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=openai%2Fgpt-oss-120b&smModelId=openai-reasoning-gpt-oss-120b&supportServerless=true&supportServerful=false&hasVariants=false&page=customize
# Fine-tune with Direct Preference Optimization (DPO) using the SageMaker Python SDK v3. from sagemaker.train.dpo_trainer import DPOTrainer from sagemaker.train.common import TrainingType from sagemaker.ai_registry.dataset import DataSet # Dataset format: JSONL with {"prompt": [...messages...], "chosen": "...", "reje...
Direct Preference Optimization (DPO)
[]
# Fine-tune with RL from AI Feedback (RLAIF) using the SageMaker Python SDK v3. from sagemaker.train.rlaif_trainer import RLAIFTrainer from sagemaker.train.common import TrainingType from sagemaker.ai_registry.dataset import DataSet # Dataset format: JSONL with {"prompt": [...messages...], "reward_model": {"style": "...
RL from AI Feedback (RLAIF)
[]
# Fine-tune with RL with Verifiable Rewards (RLVR) using the SageMaker Python SDK v3. from sagemaker.train.rlvr_trainer import RLVRTrainer from sagemaker.train.common import TrainingType from sagemaker.ai_registry.dataset import DataSet # Dataset format: JSONL with {"prompt": [...messages...], "reward_model": {"groun...
RL with Verifiable Rewards (RLVR)
[]
# Fine-tune with Supervised Fine-Tuning (SFT) using the SageMaker Python SDK v3. from sagemaker.train.sft_trainer import SFTTrainer from sagemaker.train.common import TrainingType from sagemaker.ai_registry.dataset import DataSet # Dataset format: JSONL with {"prompt": "...", "completion": "..."} per line # Download ...
Supervised Fine-Tuning (SFT)
[]
openai/gpt-oss-20b
openai-reasoning-gpt-oss-20b
true
false
true
true
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from sagemaker.jumpstart.model import JumpStartModel model = JumpStartModel(model_id="openai-reasoning-gpt-oss-20b") example_payloads = model.retriev...
[{"href": "https://aws.amazon.com/sagemaker/jumpstart", "label": "Amazon SageMaker JumpStart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=openai%2Fgpt-oss-20b&smModelId=openai-reasoning-gpt-oss-20b&hasVariants=false&page=deploy
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=openai%2Fgpt-oss-20b&smModelId=openai-reasoning-gpt-oss-20b&supportServerless=true&supportServerful=false&hasVariants=false&page=customize
# Fine-tune with Direct Preference Optimization (DPO) using the SageMaker Python SDK v3. from sagemaker.train.dpo_trainer import DPOTrainer from sagemaker.train.common import TrainingType from sagemaker.ai_registry.dataset import DataSet # Dataset format: JSONL with {"prompt": [...messages...], "chosen": "...", "reje...
Direct Preference Optimization (DPO)
[]
# Fine-tune with RL from AI Feedback (RLAIF) using the SageMaker Python SDK v3. from sagemaker.train.rlaif_trainer import RLAIFTrainer from sagemaker.train.common import TrainingType from sagemaker.ai_registry.dataset import DataSet # Dataset format: JSONL with {"prompt": [...messages...], "reward_model": {"style": "...
RL from AI Feedback (RLAIF)
[]
# Fine-tune with RL with Verifiable Rewards (RLVR) using the SageMaker Python SDK v3. from sagemaker.train.rlvr_trainer import RLVRTrainer from sagemaker.train.common import TrainingType from sagemaker.ai_registry.dataset import DataSet # Dataset format: JSONL with {"prompt": [...messages...], "reward_model": {"groun...
RL with Verifiable Rewards (RLVR)
[]
# Fine-tune with Supervised Fine-Tuning (SFT) using the SageMaker Python SDK v3. from sagemaker.train.sft_trainer import SFTTrainer from sagemaker.train.common import TrainingType from sagemaker.ai_registry.dataset import DataSet # Dataset format: JSONL with {"prompt": "...", "completion": "..."} per line # Download ...
Supervised Fine-Tuning (SFT)
[]
openai/privacy-filter
openai-tokenclassification-privacy-filter
false
false
true
false
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from sagemaker.jumpstart.model import JumpStartModel model = JumpStartModel(model_id="openai-tokenclassification-privacy-filter") example_payloads = ...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=openai%2Fprivacy-filter&smModelId=openai-tokenclassification-privacy-filter&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null
openai/whisper-base
huggingface-asr-whisper-base
false
false
true
false
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from scipy.io.wavfile import read import json import boto3 from sagemaker.jumpstart import utils from sagemaker.jumpstart.model import JumpStartModel ...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=openai%2Fwhisper-base&smModelId=huggingface-asr-whisper-base&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null
openai/whisper-large
huggingface-asr-whisper-large
false
false
true
false
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from scipy.io.wavfile import read import json import boto3 from sagemaker.jumpstart import utils from sagemaker.jumpstart.model import JumpStartModel ...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=openai%2Fwhisper-large&smModelId=huggingface-asr-whisper-large&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null
openai/whisper-large-v2
huggingface-asr-whisper-large-v2
false
false
true
false
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from scipy.io.wavfile import read import json import boto3 from sagemaker.jumpstart import utils from sagemaker.jumpstart.model import JumpStartModel ...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=openai%2Fwhisper-large-v2&smModelId=huggingface-asr-whisper-large-v2&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null
openai/whisper-large-v3
huggingface-asr-whisper-large-v3
false
false
true
false
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from scipy.io.wavfile import read import json import boto3 from sagemaker.jumpstart import utils from sagemaker.jumpstart.model import JumpStartModel ...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=openai%2Fwhisper-large-v3&smModelId=huggingface-asr-whisper-large-v3&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null
openai/whisper-large-v3-turbo
huggingface-asr-whisper-large-v3-turbo
false
false
true
false
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from scipy.io.wavfile import read import json import boto3 from sagemaker.jumpstart import utils from sagemaker.jumpstart.model import JumpStartModel ...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=openai%2Fwhisper-large-v3-turbo&smModelId=huggingface-asr-whisper-large-v3-turbo&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null
openai/whisper-medium
huggingface-asr-whisper-medium
false
false
true
false
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from scipy.io.wavfile import read import json import boto3 from sagemaker.jumpstart import utils from sagemaker.jumpstart.model import JumpStartModel ...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=openai%2Fwhisper-medium&smModelId=huggingface-asr-whisper-medium&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null
openai/whisper-small
huggingface-asr-whisper-small
false
false
true
false
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from scipy.io.wavfile import read import json import boto3 from sagemaker.jumpstart import utils from sagemaker.jumpstart.model import JumpStartModel ...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=openai%2Fwhisper-small&smModelId=huggingface-asr-whisper-small&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null
openai/whisper-tiny
huggingface-asr-whisper-tiny
false
false
true
false
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from scipy.io.wavfile import read import json import boto3 from sagemaker.jumpstart import utils from sagemaker.jumpstart.model import JumpStartModel ...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=openai%2Fwhisper-tiny&smModelId=huggingface-asr-whisper-tiny&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null
openlm-research/open_llama_7b_v2
huggingface-llm-openlm-research-open-llama-7b-v2
false
false
true
false
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from sagemaker.jumpstart.model import JumpStartModel model = JumpStartModel(model_id="huggingface-llm-openlm-research-open-llama-7b-v2") example_payl...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=openlm-research%2Fopen_llama_7b_v2&smModelId=huggingface-llm-openlm-research-open-llama-7b-v2&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null
philschmid/bart-large-cnn-samsum
huggingface-summarization-bart-large-cnn-samsum
false
false
true
false
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from sagemaker.jumpstart.model import JumpStartModel model_id = "huggingface-summarization-bart-large-cnn-samsum" endpoint_input = "The tower is 324 ...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=philschmid%2Fbart-large-cnn-samsum&smModelId=huggingface-summarization-bart-large-cnn-samsum&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null
philschmid/flan-t5-base-samsum
huggingface-text2text-flan-t5-base-samsum
false
false
true
false
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from sagemaker.jumpstart.model import JumpStartModel model = JumpStartModel(model_id="huggingface-text2text-flan-t5-base-samsum") example_payloads = ...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=philschmid%2Fflan-t5-base-samsum&smModelId=huggingface-text2text-flan-t5-base-samsum&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null
rinna/japanese-gpt-neox-3.6b-instruction-ppo
huggingface-llm-rinna-3-6b-instruction-ppo-bf16
false
false
true
false
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from sagemaker.jumpstart.model import JumpStartModel model = JumpStartModel(model_id="huggingface-llm-rinna-3-6b-instruction-ppo-bf16") example_paylo...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=rinna%2Fjapanese-gpt-neox-3.6b-instruction-ppo&smModelId=huggingface-llm-rinna-3-6b-instruction-ppo-bf16&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null
sentence-transformers/all-MiniLM-L12-v2
huggingface-textembedding-all-MiniLM-L12-v2
false
false
true
false
true
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from sagemaker.jumpstart.model import JumpStartModel model = JumpStartModel(model_id="huggingface-textembedding-all-MiniLM-L12-v2") example_payloads ...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=sentence-transformers%2Fall-minilm-l12-v2&smModelId=huggingface-textembedding-all-MiniLM-L12-v2&hasVariants=true&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null
sentence-transformers/all-MiniLM-L6-v2
huggingface-textembedding-all-MiniLM-L6-v2
false
false
true
false
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from sagemaker.jumpstart.model import JumpStartModel model = JumpStartModel(model_id="huggingface-textembedding-all-MiniLM-L6-v2") example_payloads =...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=sentence-transformers%2Fall-minilm-l6-v2&smModelId=huggingface-textembedding-all-MiniLM-L6-v2&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null
sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2
huggingface-textembedding-paraphrase-multilingual-MiniLM-L12-v2
false
false
true
false
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from sagemaker.jumpstart.model import JumpStartModel model = JumpStartModel(model_id="huggingface-textembedding-paraphrase-multilingual-MiniLM-L12-v2...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=sentence-transformers%2Fparaphrase-multilingual-minilm-l12-v2&smModelId=huggingface-textembedding-paraphrase-multilingual-MiniLM-L12-v2&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null
shenzhi-wang/Llama3-8B-Chinese-Chat
huggingface-llm-shenzhi-wang-llama3-8B-chinese-chat
false
false
true
false
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from sagemaker.jumpstart.model import JumpStartModel model = JumpStartModel(model_id="huggingface-llm-shenzhi-wang-llama3-8B-chinese-chat") example_p...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=shenzhi-wang%2Fllama3-8b-chinese-chat&smModelId=huggingface-llm-shenzhi-wang-llama3-8B-chinese-chat&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null
sshleifer/distilbart-cnn-12-6
huggingface-summarization-distilbart-cnn-12-6
false
false
true
false
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from sagemaker.jumpstart.model import JumpStartModel model_id = "huggingface-summarization-distilbart-cnn-12-6" endpoint_input = "The tower is 324 me...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=sshleifer%2Fdistilbart-cnn-12-6&smModelId=huggingface-summarization-distilbart-cnn-12-6&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null
sshleifer/distilbart-cnn-6-6
huggingface-summarization-distilbart-cnn-6-6
false
false
true
false
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from sagemaker.jumpstart.model import JumpStartModel model_id = "huggingface-summarization-distilbart-cnn-6-6" endpoint_input = "The tower is 324 met...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=sshleifer%2Fdistilbart-cnn-6-6&smModelId=huggingface-summarization-distilbart-cnn-6-6&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null
sshleifer/distilbart-xsum-1-1
huggingface-summarization-distilbart-xsum-1-1
false
false
true
false
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from sagemaker.jumpstart.model import JumpStartModel model_id = "huggingface-summarization-distilbart-xsum-1-1" endpoint_input = "The tower is 324 me...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=sshleifer%2Fdistilbart-xsum-1-1&smModelId=huggingface-summarization-distilbart-xsum-1-1&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null
stabilityai/stable-diffusion-x4-upscaler
model-upscaling-stabilityai-stable-diffusion-x4-upscaler-fp16
false
false
true
false
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. import boto3 import base64 import io import json from PIL import Image from sagemaker.jumpstart import utils from sagemaker.jumpstart.model import Jump...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=stabilityai%2Fstable-diffusion-x4-upscaler&smModelId=model-upscaling-stabilityai-stable-diffusion-x4-upscaler-fp16&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null
stabilityai/stable-diffusion-xl-base-1.0
huggingface-txt2imgneuron-stabilityai-stable-diffusion-xlbase1
false
false
true
false
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from sagemaker.jumpstart.model import JumpStartModel model = JumpStartModel(model_id="huggingface-txt2imgneuron-stabilityai-stable-diffusion-xlbase1"...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=stabilityai%2Fstable-diffusion-xl-base-1.0&smModelId=huggingface-txt2imgneuron-stabilityai-stable-diffusion-xlbase1&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null
swiss-ai/Apertus-70B-2509
huggingface-llm-apertus-70b-2509
false
false
true
false
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from sagemaker.jumpstart.model import JumpStartModel model = JumpStartModel(model_id="huggingface-llm-apertus-70b-2509") example_payloads = model.ret...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=swiss-ai%2Fapertus-70b-2509&smModelId=huggingface-llm-apertus-70b-2509&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null
swiss-ai/Apertus-8B-Instruct-2509
huggingface-llm-apertus-8b-instruct-2509
false
false
true
false
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from sagemaker.jumpstart.model import JumpStartModel model = JumpStartModel(model_id="huggingface-llm-apertus-8b-instruct-2509") example_payloads = m...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=swiss-ai%2Fapertus-8b-instruct-2509&smModelId=huggingface-llm-apertus-8b-instruct-2509&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null
thenlper/gte-large
huggingface-sentencesimilarity-gte-large
false
true
true
true
false
from sagemaker.jumpstart.model import JumpStartModel import json model_id = "huggingface-sentencesimilarity-gte-large" endpoint_input = json.dumps(["How cute your dog is!", "Your dog is so cute."]) model = JumpStartModel(model_id=model_id) predictor = model.deploy() response = predictor.predict(endpoint_input) print(...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=thenlper%2Fgte-large&smModelId=huggingface-sentencesimilarity-gte-large&hasVariants=false&page=deploy
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=thenlper%2Fgte-large&smModelId=huggingface-sentencesimilarity-gte-large&supportServerless=false&supportServerful=true&hasVariants=false&page=customize
null
null
null
null
null
null
null
null
null
null
null
null
thenlper/gte-small
huggingface-sentencesimilarity-gte-small
false
true
true
true
false
from sagemaker.jumpstart.model import JumpStartModel import json model_id = "huggingface-sentencesimilarity-gte-small" endpoint_input = json.dumps(["How cute your dog is!", "Your dog is so cute."]) model = JumpStartModel(model_id=model_id) predictor = model.deploy() response = predictor.predict(endpoint_input) print(...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=thenlper%2Fgte-small&smModelId=huggingface-sentencesimilarity-gte-small&hasVariants=false&page=deploy
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=thenlper%2Fgte-small&smModelId=huggingface-sentencesimilarity-gte-small&supportServerless=false&supportServerful=true&hasVariants=false&page=customize
null
null
null
null
null
null
null
null
null
null
null
null
tiiuae/Falcon-H1-0.5B-Instruct
huggingface-llm-falcon-h1-0-5b-instruct
false
false
true
false
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from sagemaker.jumpstart.model import JumpStartModel model = JumpStartModel(model_id="huggingface-llm-falcon-h1-0-5b-instruct") example_payloads = mo...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=tiiuae%2Ffalcon-h1-0.5b-instruct&smModelId=huggingface-llm-falcon-h1-0-5b-instruct&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null
tiiuae/Falcon-H1-1.5B-Deep-Instruct
huggingface-llm-falcon-h1-1-5b-deep-instruct
false
false
true
false
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from sagemaker.jumpstart.model import JumpStartModel model = JumpStartModel(model_id="huggingface-llm-falcon-h1-1-5b-deep-instruct") example_payloads...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=tiiuae%2Ffalcon-h1-1.5b-deep-instruct&smModelId=huggingface-llm-falcon-h1-1-5b-deep-instruct&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null
tiiuae/Falcon-H1-1.5B-Instruct
huggingface-llm-falcon-h1-1-5b-instruct
false
false
true
false
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from sagemaker.jumpstart.model import JumpStartModel model = JumpStartModel(model_id="huggingface-llm-falcon-h1-1-5b-instruct") example_payloads = mo...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=tiiuae%2Ffalcon-h1-1.5b-instruct&smModelId=huggingface-llm-falcon-h1-1-5b-instruct&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null
tiiuae/Falcon-H1-34B-Instruct
huggingface-llm-falcon-h1-34b-instruct
false
false
true
false
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from sagemaker.jumpstart.model import JumpStartModel model = JumpStartModel(model_id="huggingface-llm-falcon-h1-34b-instruct") example_payloads = mod...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=tiiuae%2Ffalcon-h1-34b-instruct&smModelId=huggingface-llm-falcon-h1-34b-instruct&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null
tiiuae/Falcon-H1-3B-Instruct
huggingface-llm-falcon-h1-3b-instruct
false
false
true
false
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from sagemaker.jumpstart.model import JumpStartModel model = JumpStartModel(model_id="huggingface-llm-falcon-h1-3b-instruct") example_payloads = mode...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=tiiuae%2Ffalcon-h1-3b-instruct&smModelId=huggingface-llm-falcon-h1-3b-instruct&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null
tiiuae/Falcon-H1-7B-Instruct
huggingface-llm-falcon-h1-7b-instruct
false
false
true
false
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from sagemaker.jumpstart.model import JumpStartModel model = JumpStartModel(model_id="huggingface-llm-falcon-h1-7b-instruct") example_payloads = mode...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=tiiuae%2Ffalcon-h1-7b-instruct&smModelId=huggingface-llm-falcon-h1-7b-instruct&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null
tiiuae/Falcon3-10B-Base
huggingface-llm-falcon-3-10B-base
false
false
true
false
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from sagemaker.jumpstart.model import JumpStartModel model = JumpStartModel(model_id="huggingface-llm-falcon-3-10B-base") example_payloads = model.re...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=tiiuae%2Ffalcon3-10b-base&smModelId=huggingface-llm-falcon-3-10B-base&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null
tiiuae/Falcon3-10B-Instruct
huggingface-llm-falcon-3-10B-Instruct
false
false
true
false
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from sagemaker.jumpstart.model import JumpStartModel model = JumpStartModel(model_id="huggingface-llm-falcon-3-10B-Instruct") example_payloads = mode...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=tiiuae%2Ffalcon3-10b-instruct&smModelId=huggingface-llm-falcon-3-10B-Instruct&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null
tiiuae/Falcon3-1B-Instruct
huggingface-llm-falcon-3-1B-Instruct
false
false
true
false
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from sagemaker.jumpstart.model import JumpStartModel model = JumpStartModel(model_id="huggingface-llm-falcon-3-1B-Instruct") example_payloads = model...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=tiiuae%2Ffalcon3-1b-instruct&smModelId=huggingface-llm-falcon-3-1B-Instruct&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null
tiiuae/Falcon3-3B-Base
huggingface-llm-falcon-3-3B-base
false
false
true
false
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from sagemaker.jumpstart.model import JumpStartModel model = JumpStartModel(model_id="huggingface-llm-falcon-3-3B-base") example_payloads = model.ret...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=tiiuae%2Ffalcon3-3b-base&smModelId=huggingface-llm-falcon-3-3B-base&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null
tiiuae/Falcon3-3B-Instruct
huggingface-llm-falcon-3-3B-Instruct
false
false
true
false
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from sagemaker.jumpstart.model import JumpStartModel model = JumpStartModel(model_id="huggingface-llm-falcon-3-3B-Instruct") example_payloads = model...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=tiiuae%2Ffalcon3-3b-instruct&smModelId=huggingface-llm-falcon-3-3B-Instruct&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null
tiiuae/Falcon3-7B-Base
huggingface-llm-falcon-3-7B-base
false
false
true
false
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from sagemaker.jumpstart.model import JumpStartModel model = JumpStartModel(model_id="huggingface-llm-falcon-3-7B-base") example_payloads = model.ret...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=tiiuae%2Ffalcon3-7b-base&smModelId=huggingface-llm-falcon-3-7B-base&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null
tiiuae/Falcon3-7B-Instruct
huggingface-llm-falcon-3-7B-Instruct
false
false
true
false
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy and fine-tune models in network isolation using scripts that SageMaker maintains. from sagemaker.jumpstart.model import JumpStartModel model = JumpStartModel(model_id="huggingface-llm-falcon-3-7B-Instruct") example_payloads = model...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=tiiuae%2Ffalcon3-7b-instruct&smModelId=huggingface-llm-falcon-3-7B-Instruct&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
null
null
null