hfModelId
large_stringlengths
11
68
smModelId
large_stringlengths
15
64
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
10 values
trainingCode
large_stringclasses
20 values
trainingLinks
large_stringclasses
3 values
training_hfCode
large_stringclasses
30 values
training_hfLinks
large_stringclasses
2 values
deployRedirectionLink
large_stringlengths
153
240
customizeRedirectionLink
large_stringlengths
206
266
rlaifCode
large_stringclasses
1 value
rlaifLabel
large_stringclasses
1 value
rlaifLinks
large_stringclasses
1 value
rlvrCode
large_stringclasses
1 value
rlvrLabel
large_stringclasses
1 value
rlvrLinks
large_stringclasses
1 value
sftCode
large_stringclasses
1 value
sftLabel
large_stringclasses
1 value
sftLinks
large_stringclasses
1 value
01-ai/Yi-1.5-34B
huggingface-llm-yi-1-5-34b
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-yi-1-5-34b") example_payloads = model.retrieve_...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=01-ai%2Fyi-1.5-34b&smModelId=huggingface-llm-yi-1-5-34b&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
01-ai/Yi-1.5-9B
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-yi-1-5-9b") example_payloads = model.retrieve_a...
[{"href": "https://aws.amazon.com/sagemaker/jumpstart", "label": "Amazon SageMaker JumpStart"}]
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
BAAI/bge-base-en
huggingface-sentencesimilarity-bge-base-en
false
true
true
true
false
from sagemaker.jumpstart.model import JumpStartModel import json model_id = "huggingface-sentencesimilarity-bge-base-en" 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) prin...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=baai%2Fbge-base-en&smModelId=huggingface-sentencesimilarity-bge-base-en&hasVariants=false&page=deploy
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=baai%2Fbge-base-en&smModelId=huggingface-sentencesimilarity-bge-base-en&supportServerless=false&supportServerful=true&hasVariants=false&page=customize
null
null
null
null
null
null
null
null
null
BAAI/bge-base-en-v1.5
huggingface-sentencesimilarity-bge-base-en-v1-5
false
true
true
true
false
from sagemaker.jumpstart.model import JumpStartModel import json model_id = "huggingface-sentencesimilarity-bge-base-en-v1-5" 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)...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=baai%2Fbge-base-en-v1.5&smModelId=huggingface-sentencesimilarity-bge-base-en-v1-5&hasVariants=false&page=deploy
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=baai%2Fbge-base-en-v1.5&smModelId=huggingface-sentencesimilarity-bge-base-en-v1-5&supportServerless=false&supportServerful=true&hasVariants=false&page=customize
null
null
null
null
null
null
null
null
null
BAAI/bge-large-en
huggingface-sentencesimilarity-bge-large-en
false
true
true
true
false
from sagemaker.jumpstart.model import JumpStartModel import json model_id = "huggingface-sentencesimilarity-bge-large-en" 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) pri...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=baai%2Fbge-large-en&smModelId=huggingface-sentencesimilarity-bge-large-en&hasVariants=false&page=deploy
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=baai%2Fbge-large-en&smModelId=huggingface-sentencesimilarity-bge-large-en&supportServerless=false&supportServerful=true&hasVariants=false&page=customize
null
null
null
null
null
null
null
null
null
BAAI/bge-large-en-v1.5
huggingface-sentencesimilarity-bge-large-en-v1-5
false
true
true
true
false
from sagemaker.jumpstart.model import JumpStartModel import json model_id = "huggingface-sentencesimilarity-bge-large-en-v1-5" 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...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=baai%2Fbge-large-en-v1.5&smModelId=huggingface-sentencesimilarity-bge-large-en-v1-5&hasVariants=false&page=deploy
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=baai%2Fbge-large-en-v1.5&smModelId=huggingface-sentencesimilarity-bge-large-en-v1-5&supportServerless=false&supportServerful=true&hasVariants=false&page=customize
null
null
null
null
null
null
null
null
null
BAAI/bge-m3
huggingface-sentencesimilarity-bge-m3
false
true
true
true
false
from sagemaker.jumpstart.model import JumpStartModel import json model_id = "huggingface-sentencesimilarity-bge-m3" 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(f"I...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=baai%2Fbge-m3&smModelId=huggingface-sentencesimilarity-bge-m3&hasVariants=false&page=deploy
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=baai%2Fbge-m3&smModelId=huggingface-sentencesimilarity-bge-m3&supportServerless=false&supportServerful=true&hasVariants=false&page=customize
null
null
null
null
null
null
null
null
null
BAAI/bge-small-en
huggingface-sentencesimilarity-bge-small-en
false
true
true
true
false
from sagemaker.jumpstart.model import JumpStartModel import json model_id = "huggingface-sentencesimilarity-bge-small-en" 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) pri...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=baai%2Fbge-small-en&smModelId=huggingface-sentencesimilarity-bge-small-en&hasVariants=false&page=deploy
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=baai%2Fbge-small-en&smModelId=huggingface-sentencesimilarity-bge-small-en&supportServerless=false&supportServerful=true&hasVariants=false&page=customize
null
null
null
null
null
null
null
null
null
BAAI/bge-small-en-v1.5
huggingface-sentencesimilarity-bge-small-en-v1-5
false
true
true
true
false
from sagemaker.jumpstart.model import JumpStartModel import json model_id = "huggingface-sentencesimilarity-bge-small-en-v1-5" 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...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=baai%2Fbge-small-en-v1.5&smModelId=huggingface-sentencesimilarity-bge-small-en-v1-5&hasVariants=false&page=deploy
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=baai%2Fbge-small-en-v1.5&smModelId=huggingface-sentencesimilarity-bge-small-en-v1-5&supportServerless=false&supportServerful=true&hasVariants=false&page=customize
null
null
null
null
null
null
null
null
null
Bingsu/my-korean-stable-diffusion-v1-5
huggingface-txt2img-bingsu-my-korean-stable-diffusion-v1-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-txt2img-bingsu-my-korean-stable-diffusion-v1-5") ex...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=bingsu%2Fmy-korean-stable-diffusion-v1-5&smModelId=huggingface-txt2img-bingsu-my-korean-stable-diffusion-v1-5&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
CohereLabs/aya-101
huggingface-llm-aya-101
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-aya-101") example_payloads = model.retrieve_all...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=coherelabs%2Faya-101&smModelId=huggingface-llm-aya-101&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
EleutherAI/gpt-j-6b
huggingface-textgeneration1-gpt-j-6b
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-j-6b") example_payloads = model...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
# 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 from sagemaker.jumpstart import utils from sagemaker.jumpstart.estimator import JumpStartEstimator model_id = "huggingface-textgeneratio...
[{"label": "Large Language Model (LLM): Run Domain Adaptation fine-tuning in Amazon SageMaker JumpStart", "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": "Amazon SageMaker JumpStart",...
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=eleutherai%2Fgpt-j-6b&smModelId=huggingface-textgeneration1-gpt-j-6b&hasVariants=false&page=deploy
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=eleutherai%2Fgpt-j-6b&smModelId=huggingface-textgeneration1-gpt-j-6b&supportServerless=false&supportServerful=true&hasVariants=false&page=customize
null
null
null
null
null
null
null
null
null
EleutherAI/gpt-neo-125m
huggingface-textgeneration1-gpt-neo-125m
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-neo-125m") example_payloads = m...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
# 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 from sagemaker.jumpstart import utils from sagemaker.jumpstart.estimator import JumpStartEstimator model_id = "huggingface-textgeneratio...
[{"label": "Large Language Model (LLM): Run Domain Adaptation fine-tuning in Amazon SageMaker JumpStart", "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": "Amazon SageMaker JumpStart",...
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=eleutherai%2Fgpt-neo-125m&smModelId=huggingface-textgeneration1-gpt-neo-125m&hasVariants=false&page=deploy
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=eleutherai%2Fgpt-neo-125m&smModelId=huggingface-textgeneration1-gpt-neo-125m&supportServerless=false&supportServerful=true&hasVariants=false&page=customize
null
null
null
null
null
null
null
null
null
EleutherAI/pythia-160m-deduped
huggingface-llm-eleutherai-pythia-160m-deduped
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-eleutherai-pythia-160m-deduped") example_payloa...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=eleutherai%2Fpythia-160m-deduped&smModelId=huggingface-llm-eleutherai-pythia-160m-deduped&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
EleutherAI/pythia-70m-deduped
huggingface-llm-eleutherai-pythia-70m-deduped
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-eleutherai-pythia-70m-deduped") example_payload...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=eleutherai%2Fpythia-70m-deduped&smModelId=huggingface-llm-eleutherai-pythia-70m-deduped&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
FacebookAI/roberta-large
huggingface-eqa-roberta-large
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-large") example_payloads = model.retrie...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
# 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 from sagemaker.jumpstart import utils from sagemaker.jumpstart.estimator import JumpStartEstimator model_id = "huggingface-eqa-roberta-l...
[]
# 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=facebookai%2Froberta-large&smModelId=huggingface-eqa-roberta-large&hasVariants=false&page=deploy
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=facebookai%2Froberta-large&smModelId=huggingface-eqa-roberta-large&supportServerless=false&supportServerful=true&hasVariants=false&page=customize
null
null
null
null
null
null
null
null
null
Fictiverse/Stable_Diffusion_BalloonArt_Model
huggingface-txt2img-fictiverse-stable-diffusion-balloonart-model
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-fictiverse-stable-diffusion-balloonart") ex...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=fictiverse%2Fstable_diffusion_balloonart_model&smModelId=huggingface-txt2img-fictiverse-stable-diffusion-balloonart-model&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
Fictiverse/Stable_Diffusion_Microscopic_model
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-txt2img-fictiverse-stable-diffusion-micro-model") e...
[{"href": "https://aws.amazon.com/sagemaker/jumpstart", "label": "Amazon SageMaker JumpStart"}]
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
Fictiverse/Stable_Diffusion_PaperCut_Model
huggingface-txt2img-fictiverse-stable-diffusion-papercut-model
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-fictiverse-stable-diffusion-papercut-model"...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=fictiverse%2Fstable_diffusion_papercut_model&smModelId=huggingface-txt2img-fictiverse-stable-diffusion-papercut-model&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
Fictiverse/Stable_Diffusion_VoxelArt_Model
huggingface-txt2img-fictiverse-stable-diffusion-voxelart-model
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-fictiverse-stable-diffusion-voxelart-model"...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=fictiverse%2Fstable_diffusion_voxelart_model&smModelId=huggingface-txt2img-fictiverse-stable-diffusion-voxelart-model&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
Helsinki-NLP/opus-mt-en-es
huggingface-translation-opus-mt-en-es
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-translation-opus-mt-en-es" endpoint_input = "My name is Wolfgang and I l...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=helsinki-nlp%2Fopus-mt-en-es&smModelId=huggingface-translation-opus-mt-en-es&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
Helsinki-NLP/opus-mt-en-vi
huggingface-translation-opus-mt-en-vi
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-translation-opus-mt-en-vi" endpoint_input = "My name is Wolfgang and I l...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=helsinki-nlp%2Fopus-mt-en-vi&smModelId=huggingface-translation-opus-mt-en-vi&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
Helsinki-NLP/opus-mt-mul-en
huggingface-translation-opus-mt-mul-en
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-translation-opus-mt-mul-en" endpoint_input = "My name is Wolfgang and I ...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=helsinki-nlp%2Fopus-mt-mul-en&smModelId=huggingface-translation-opus-mt-mul-en&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
HuggingFaceH4/starchat-alpha
huggingface-llm-huggingfaceh4-starchat-alpha
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-huggingfaceh4-starchat-alpha") example_payloads...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=huggingfaceh4%2Fstarchat-alpha&smModelId=huggingface-llm-huggingfaceh4-starchat-alpha&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
HuggingFaceH4/starchat-beta
huggingface-llm-huggingfaceh4-starchat-beta
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-huggingfaceh4-starchat-beta") example_payloads ...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=huggingfaceh4%2Fstarchat-beta&smModelId=huggingface-llm-huggingfaceh4-starchat-beta&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
HuggingFaceH4/zephyr-7b-beta
huggingface-llm-huggingfaceh4-zephyr-7b-beta
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-huggingfaceh4-zephyr-7b-beta") example_payloads...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=huggingfaceh4%2Fzephyr-7b-beta&smModelId=huggingface-llm-huggingfaceh4-zephyr-7b-beta&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
HuggingFaceH4/zephyr-orpo-141b-A35b-v0.1
huggingface-llm-huggingfaceh4-zephyr-orpo-141b-a35b-v01
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-huggingfaceh4-zephyr-orpo-141b-a35b-v01") examp...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=huggingfaceh4%2Fzephyr-orpo-141b-a35b-v0.1&smModelId=huggingface-llm-huggingfaceh4-zephyr-orpo-141b-a35b-v01&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
IDEA-CCNL/Taiyi-Stable-Diffusion-1B-Chinese-EN-v0.1
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-txt2img-idea-ccnl-taiyi-1b-chinese-en-v01") example...
[{"href": "https://aws.amazon.com/sagemaker/jumpstart", "label": "Amazon SageMaker JumpStart"}]
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
IDEA-CCNL/Taiyi-Stable-Diffusion-1B-Chinese-v0.1
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-txt2img-idea-ccnl-taiyi-1b-chinese-v0-1") example_p...
[{"href": "https://aws.amazon.com/sagemaker/jumpstart", "label": "Amazon SageMaker JumpStart"}]
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
Langboat/Guohua-Diffusion
huggingface-txt2img-langboat-guohua-diffusion
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-langboat-guohua-diffusion") example_payload...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=langboat%2Fguohua-diffusion&smModelId=huggingface-txt2img-langboat-guohua-diffusion&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
MiniMaxAI/MiniMax-M2
huggingface-llm-minimax-m2
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-minimax-m2") example_payloads = model.retrieve_...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=minimaxai%2Fminimax-m2&smModelId=huggingface-llm-minimax-m2&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
MiniMaxAI/MiniMax-M2.1
huggingface-llm-minimax-m2-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 = JumpStartModel(model_id="huggingface-llm-minimax-m2-1") example_payloads = model.retriev...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=minimaxai%2Fminimax-m2.1&smModelId=huggingface-llm-minimax-m2-1&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
MiniMaxAI/MiniMax-M2.5
huggingface-llm-minimax-m2-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-minimax-m2-5") example_payloads = model.retriev...
[{"href": "https://aws.amazon.com/sagemaker/jumpstart", "label": "Amazon SageMaker JumpStart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=minimaxai%2Fminimax-m2.5&smModelId=huggingface-llm-minimax-m2-5&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
MoritzLaurer/mDeBERTa-v3-base-xnli-multilingual-nli-2mil7
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_id = "huggingface-zstc-moritzlaurer-mdeberta3base-xnli-mling-nli-2m7" endpoint_input = {'s...
[{"href": "https://aws.amazon.com/sagemaker/jumpstart", "label": "Amazon SageMaker JumpStart"}]
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
NexaAI/Octopus-v2
huggingface-llm-nexaaidev-octopus-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-nexaaidev-octopus-v2") example_payloads = model...
[{"href": "https://aws.amazon.com/sagemaker/jumpstart", "label": "Amazon SageMaker JumpStart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=nexaai%2Foctopus-v2&smModelId=huggingface-llm-nexaaidev-octopus-v2&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
Nexusflow/Starling-LM-7B-beta
huggingface-llm-nexusflow-starling-lm-7b-beta
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-nexusflow-starling-lm-7b-beta") example_payload...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=nexusflow%2Fstarling-lm-7b-beta&smModelId=huggingface-llm-nexusflow-starling-lm-7b-beta&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
NousResearch/Hermes-2-Pro-Llama-3-8B
huggingface-llm-nousresearch-hermes-2-pro-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="huggingface-llm-nousresearch-hermes-2-pro-llama-3-8B") example_...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=nousresearch%2Fhermes-2-pro-llama-3-8b&smModelId=huggingface-llm-nousresearch-hermes-2-pro-llama-3-8B&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
NousResearch/Nous-Hermes-2-SOLAR-10.7B
huggingface-llm-nousresearch-nous-hermes-2-solar-10-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="huggingface-llm-nousresearch-nous-hermes-2-solar-10-7b") exampl...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=nousresearch%2Fnous-hermes-2-solar-10.7b&smModelId=huggingface-llm-nousresearch-nous-hermes-2-solar-10-7b&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
Qwen/QVQ-72B-Preview
huggingface-vlm-qvq-72b-preview
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-qvq-72b-preview" model = JumpStartModel(model_id=model_id) payload ...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=qwen%2Fqvq-72b-preview&smModelId=huggingface-vlm-qvq-72b-preview&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
Qwen/QwQ-32B
huggingface-llm-qwq-32b
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-qwq-32b") example_payloads = model.retrieve_all...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=qwen%2Fqwq-32b&smModelId=huggingface-llm-qwq-32b&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
Qwen/Qwen2-0.5B
huggingface-llm-qwen2-0-5b
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-qwen2-0-5b") example_payloads = model.retrieve_...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=qwen%2Fqwen2-0.5b&smModelId=huggingface-llm-qwen2-0-5b&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
Qwen/Qwen2-0.5B-Instruct
huggingface-llm-qwen2-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-qwen2-0-5b-instruct") example_payloads = model....
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=qwen%2Fqwen2-0.5b-instruct&smModelId=huggingface-llm-qwen2-0-5b-instruct&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
Qwen/Qwen2-1.5B-Instruct
huggingface-llm-qwen2-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-qwen2-1-5b-instruct") example_payloads = model....
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=qwen%2Fqwen2-1.5b-instruct&smModelId=huggingface-llm-qwen2-1-5b-instruct&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
Qwen/Qwen2-7B
huggingface-llm-qwen2-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="huggingface-llm-qwen2-7b") example_payloads = model.retrieve_al...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=qwen%2Fqwen2-7b&smModelId=huggingface-llm-qwen2-7b&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
Qwen/Qwen2-7B-Instruct
huggingface-llm-qwen2-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-qwen2-7b-instruct") example_payloads = model.re...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=qwen%2Fqwen2-7b-instruct&smModelId=huggingface-llm-qwen2-7b-instruct&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
Qwen/Qwen2-VL-7B-Instruct
huggingface-vlm-qwen2-vl-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_id = "huggingface-vlm-qwen2-vl-7b-instruct" model = JumpStartModel(model_id=model_id) pay...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=qwen%2Fqwen2-vl-7b-instruct&smModelId=huggingface-vlm-qwen2-vl-7b-instruct&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
Qwen/Qwen2.5-14B-Instruct
huggingface-llm-qwen2-5-14b-instruct
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-qwen2-5-14b-instruct") example_payloads = model...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=qwen%2Fqwen2.5-14b-instruct&smModelId=huggingface-llm-qwen2-5-14b-instruct&hasVariants=false&page=deploy
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=qwen%2Fqwen2.5-14b-instruct&smModelId=huggingface-llm-qwen2-5-14b-instruct&supportServerless=true&supportServerful=false&hasVariants=false&page=customize
null
null
null
null
null
null
null
null
null
Qwen/Qwen2.5-32B-Instruct
huggingface-llm-qwen2-5-32b-instruct
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-qwen2-5-32b-instruct") example_payloads = model...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=qwen%2Fqwen2.5-32b-instruct&smModelId=huggingface-llm-qwen2-5-32b-instruct&hasVariants=false&page=deploy
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=qwen%2Fqwen2.5-32b-instruct&smModelId=huggingface-llm-qwen2-5-32b-instruct&supportServerless=true&supportServerful=false&hasVariants=false&page=customize
null
null
null
null
null
null
null
null
null
Qwen/Qwen2.5-72B-Instruct
huggingface-llm-qwen2-5-72b-instruct
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-qwen2-5-72b-instruct") example_payloads = model...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=qwen%2Fqwen2.5-72b-instruct&smModelId=huggingface-llm-qwen2-5-72b-instruct&hasVariants=false&page=deploy
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=qwen%2Fqwen2.5-72b-instruct&smModelId=huggingface-llm-qwen2-5-72b-instruct&supportServerless=true&supportServerful=false&hasVariants=false&page=customize
null
null
null
null
null
null
null
null
null
Qwen/Qwen2.5-7B-Instruct
huggingface-llm-qwen2-5-7b-instruct
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-qwen2-5-7b-instruct") example_payloads = model....
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=qwen%2Fqwen2.5-7b-instruct&smModelId=huggingface-llm-qwen2-5-7b-instruct&hasVariants=false&page=deploy
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=qwen%2Fqwen2.5-7b-instruct&smModelId=huggingface-llm-qwen2-5-7b-instruct&supportServerless=true&supportServerful=false&hasVariants=false&page=customize
null
null
null
null
null
null
null
null
null
Qwen/Qwen2.5-Coder-32B-Instruct
huggingface-llm-qwen2-5-coder-32b-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-qwen2-5-coder-32b-instruct") example_payloads =...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=qwen%2Fqwen2.5-coder-32b-instruct&smModelId=huggingface-llm-qwen2-5-coder-32b-instruct&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
Qwen/Qwen2.5-Coder-7B-Instruct
huggingface-llm-qwen2-5-coder-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-qwen2-5-coder-7b-instruct") example_payloads = ...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=qwen%2Fqwen2.5-coder-7b-instruct&smModelId=huggingface-llm-qwen2-5-coder-7b-instruct&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
Qwen/Qwen3-0.6B
huggingface-reasoning-qwen3-06b
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-reasoning-qwen3-06b") example_payloads = model.retr...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=qwen%2Fqwen3-0.6b&smModelId=huggingface-reasoning-qwen3-06b&hasVariants=false&page=deploy
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=qwen%2Fqwen3-0.6b&smModelId=huggingface-reasoning-qwen3-06b&supportServerless=true&supportServerful=false&hasVariants=false&page=customize
null
null
null
null
null
null
null
null
null
Qwen/Qwen3-1.7B
huggingface-reasoning-qwen3-1-7b
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-reasoning-qwen3-1-7b") example_payloads = model.ret...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=qwen%2Fqwen3-1.7b&smModelId=huggingface-reasoning-qwen3-1-7b&hasVariants=false&page=deploy
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=qwen%2Fqwen3-1.7b&smModelId=huggingface-reasoning-qwen3-1-7b&supportServerless=true&supportServerful=false&hasVariants=false&page=customize
null
null
null
null
null
null
null
null
null
Qwen/Qwen3-14B
null
true
null
true
true
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-reasoning-qwen3-14b") example_payloads = model.retr...
[{"href": "https://aws.amazon.com/sagemaker/jumpstart", "label": "Amazon SageMaker JumpStart"}]
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
Qwen/Qwen3-30B-A3B
huggingface-reasoning-qwen3-30b-a3b
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-qwen3-30b-a3b") example_payloads = model....
[{"href": "https://aws.amazon.com/sagemaker/jumpstart", "label": "Amazon SageMaker JumpStart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=qwen%2Fqwen3-30b-a3b&smModelId=huggingface-reasoning-qwen3-30b-a3b&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
Qwen/Qwen3-30B-A3B-Instruct-2507
huggingface-reasoning-qwen3-30b-a3b-instruct-2507
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-qwen3-30b-a3b-instruct-2507") example_pay...
[{"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-falcon.ipynb"}, {"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/...
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=qwen%2Fqwen3-30b-a3b-instruct-2507&smModelId=huggingface-reasoning-qwen3-30b-a3b-instruct-2507&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
Qwen/Qwen3-30B-A3B-Thinking-2507
huggingface-reasoning-qwen3-30b-a3b-thinking-2507
false
false
true
false
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
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=qwen%2Fqwen3-30b-a3b-thinking-2507&smModelId=huggingface-reasoning-qwen3-30b-a3b-thinking-2507&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
Qwen/Qwen3-32B
huggingface-reasoning-qwen3-32b
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-reasoning-qwen3-32b") example_payloads = model.retr...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=qwen%2Fqwen3-32b&smModelId=huggingface-reasoning-qwen3-32b&hasVariants=false&page=deploy
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=qwen%2Fqwen3-32b&smModelId=huggingface-reasoning-qwen3-32b&supportServerless=true&supportServerful=false&hasVariants=false&page=customize
null
null
null
null
null
null
null
null
null
Qwen/Qwen3-4B
huggingface-reasoning-qwen3-4b
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-reasoning-qwen3-4b") example_payloads = model.retri...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=qwen%2Fqwen3-4b&smModelId=huggingface-reasoning-qwen3-4b&hasVariants=false&page=deploy
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=qwen%2Fqwen3-4b&smModelId=huggingface-reasoning-qwen3-4b&supportServerless=true&supportServerful=false&hasVariants=false&page=customize
null
null
null
null
null
null
null
null
null
Qwen/Qwen3-4B-Instruct-2507
huggingface-reasoning-qwen3-4b-instruct-2507
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-qwen3-4b-instruct-2507") example_payloads...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=qwen%2Fqwen3-4b-instruct-2507&smModelId=huggingface-reasoning-qwen3-4b-instruct-2507&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
Qwen/Qwen3-8B
huggingface-reasoning-qwen3-8b
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-reasoning-qwen3-8b") example_payloads = model.retri...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=qwen%2Fqwen3-8b&smModelId=huggingface-reasoning-qwen3-8b&hasVariants=false&page=deploy
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=qwen%2Fqwen3-8b&smModelId=huggingface-reasoning-qwen3-8b&supportServerless=true&supportServerful=false&hasVariants=false&page=customize
null
null
null
null
null
null
null
null
null
Qwen/Qwen3-ASR-1.7B
huggingface-asr-qwen3-asr-1-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="huggingface-asr-qwen3-asr-1-7b") example_payloads = model.retri...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=qwen%2Fqwen3-asr-1.7b&smModelId=huggingface-asr-qwen3-asr-1-7b&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
Qwen/Qwen3-Coder-30B-A3B-Instruct
huggingface-reasoning-qwen3-coder-30b-a3b-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-reasoning-qwen3-coder-30b-a3b-instruct") example_pa...
[{"href": "https://aws.amazon.com/sagemaker/jumpstart", "label": "Amazon SageMaker JumpStart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=qwen%2Fqwen3-coder-30b-a3b-instruct&smModelId=huggingface-reasoning-qwen3-coder-30b-a3b-instruct&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
Qwen/Qwen3-Coder-Next
huggingface-reasoning-qwen3-coder-next
false
false
true
false
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
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=qwen%2Fqwen3-coder-next&smModelId=huggingface-reasoning-qwen3-coder-next&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
Qwen/Qwen3-Embedding-0.6B
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-textembedding-qwen3-embedding-0-6b") example_payloa...
[{"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
Qwen/Qwen3-Next-80B-A3B-Instruct
huggingface-reasoning-qwen3-next-80b-a3b-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-reasoning-qwen3-next-80b-a3b-instruct") example_pay...
[{"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-falcon.ipynb"}, {"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/...
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=qwen%2Fqwen3-next-80b-a3b-instruct&smModelId=huggingface-reasoning-qwen3-next-80b-a3b-instruct&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
Qwen/Qwen3-Reranker-4B
huggingface-textembedding-qwen3-reranker-4b
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-qwen3-reranker-4b") example_payloads ...
[{"href": "https://aws.amazon.com/sagemaker/jumpstart", "label": "Amazon SageMaker JumpStart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=qwen%2Fqwen3-reranker-4b&smModelId=huggingface-textembedding-qwen3-reranker-4b&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
Qwen/Qwen3-TTS-12Hz-1.7B-Base
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-ttsvoiceclone-qwen3-tts-12hz-1-7b-base") example_pa...
[{"href": "https://aws.amazon.com/sagemaker/jumpstart", "label": "Amazon SageMaker JumpStart"}]
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
Qwen/Qwen3-TTS-12Hz-1.7B-CustomVoice
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-tts-qwen3-tts-customvoice") example_payloads = mode...
[{"href": "https://aws.amazon.com/sagemaker/jumpstart", "label": "Amazon SageMaker JumpStart"}]
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
Qwen/Qwen3-VL-8B-Instruct
huggingface-vlm-qwen3-vl-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_id = "huggingface-vlm-qwen3-vl-8b-instruct" model = JumpStartModel(model_id=model_id) pay...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=qwen%2Fqwen3-vl-8b-instruct&smModelId=huggingface-vlm-qwen3-vl-8b-instruct&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
Qwen/Qwen3-VL-Embedding-2B
huggingface-textembedding-qwen3-vl-embedding-2b
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-qwen3-vl-embedding-2b") example_paylo...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=qwen%2Fqwen3-vl-embedding-2b&smModelId=huggingface-textembedding-qwen3-vl-embedding-2b&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
Qwen/Qwen3.5-0.8B
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_id = "huggingface-vlm-qwen3-5-0-8b" model = JumpStartModel(model_id=model_id) payload = m...
[{"href": "https://aws.amazon.com/sagemaker/jumpstart", "label": "Amazon SageMaker JumpStart"}]
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
Qwen/Qwen3.5-27B
huggingface-vlm-qwen3-5-27b
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_id = "huggingface-vlm-qwen3-5-27b" model = JumpStartModel(model_id=model_id) payload = mo...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=qwen%2Fqwen3.5-27b&smModelId=huggingface-vlm-qwen3-5-27b&hasVariants=false&page=deploy
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=qwen%2Fqwen3.5-27b&smModelId=huggingface-vlm-qwen3-5-27b&supportServerless=true&supportServerful=false&hasVariants=false&page=customize
null
null
null
null
null
null
null
null
null
Qwen/Qwen3.5-27B-FP8
huggingface-vlm-qwen3-5-27b-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-qwen3-5-27b-fp8" model = JumpStartModel(model_id=model_id) payload ...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=qwen%2Fqwen3.5-27b-fp8&smModelId=huggingface-vlm-qwen3-5-27b-fp8&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
Qwen/Qwen3.5-4B
huggingface-vlm-qwen3-5-4b
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_id = "huggingface-vlm-qwen3-5-4b" model = JumpStartModel(model_id=model_id) payload = mod...
[{"href": "https://aws.amazon.com/sagemaker/jumpstart", "label": "Amazon SageMaker JumpStart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=qwen%2Fqwen3.5-4b&smModelId=huggingface-vlm-qwen3-5-4b&hasVariants=false&page=deploy
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=qwen%2Fqwen3.5-4b&smModelId=huggingface-vlm-qwen3-5-4b&supportServerless=true&supportServerful=false&hasVariants=false&page=customize
null
null
null
null
null
null
null
null
null
Qwen/Qwen3.5-9B
huggingface-vlm-qwen3-5-9b
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_id = "huggingface-vlm-qwen3-5-9b" model = JumpStartModel(model_id=model_id) payload = mod...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=qwen%2Fqwen3.5-9b&smModelId=huggingface-vlm-qwen3-5-9b&hasVariants=false&page=deploy
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=qwen%2Fqwen3.5-9b&smModelId=huggingface-vlm-qwen3-5-9b&supportServerless=true&supportServerful=false&hasVariants=false&page=customize
null
null
null
null
null
null
null
null
null
Qwen/Qwen3.6-27B
huggingface-vlm-qwen3-6-27b
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_id = "huggingface-vlm-qwen3-6-27b" model = JumpStartModel(model_id=model_id) payload = mo...
[{"href": "https://aws.amazon.com/sagemaker/jumpstart", "label": "Amazon SageMaker JumpStart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=qwen%2Fqwen3.6-27b&smModelId=huggingface-vlm-qwen3-6-27b&hasVariants=false&page=deploy
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=qwen%2Fqwen3.6-27b&smModelId=huggingface-vlm-qwen3-6-27b&supportServerless=true&supportServerful=false&hasVariants=false&page=customize
null
null
null
null
null
null
null
null
null
Qwen/Qwen3.6-35B-A3B
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_id = "huggingface-vlm-qwen3-6-35b-a3b" model = JumpStartModel(model_id=model_id) payload ...
[{"href": "https://aws.amazon.com/sagemaker/jumpstart", "label": "Amazon SageMaker JumpStart"}]
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
Recognai/bert-base-spanish-wwm-cased-xnli
huggingface-zstc-recognai-bert-base-spanish-wwm-cased-xnli
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-recognai-bert-base-spanish-wwm-cased-xnli" endpoint_input = {'seque...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=recognai%2Fbert-base-spanish-wwm-cased-xnli&smModelId=huggingface-zstc-recognai-bert-base-spanish-wwm-cased-xnli&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
Recognai/zeroshot_selectra_medium
huggingface-zstc-recognai-zeroshot-selectra-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 sagemaker.jumpstart.model import JumpStartModel model_id = "huggingface-zstc-recognai-zeroshot-selectra-medium" endpoint_input = {'sequences': '...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=recognai%2Fzeroshot_selectra_medium&smModelId=huggingface-zstc-recognai-zeroshot-selectra-medium&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
Snowflake/snowflake-arctic-instruct-vllm
huggingface-llm-snowflake-arctic-instruct-vllm
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-snowflake-arctic-instruct-vllm") example_payloa...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=snowflake%2Fsnowflake-arctic-instruct-vllm&smModelId=huggingface-llm-snowflake-arctic-instruct-vllm&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
TheBloke/Mistral-7B-OpenOrca-AWQ
huggingface-llm-thebloke-mistral-7b-openorca-awq
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-thebloke-mistral-7b-openorca-awq") example_payl...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=thebloke%2Fmistral-7b-openorca-awq&smModelId=huggingface-llm-thebloke-mistral-7b-openorca-awq&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
TheBloke/Mistral-7B-OpenOrca-GPTQ
huggingface-llm-mistral-7b-openorca-gptq
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-7b-openorca-gptq") example_payloads = m...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=thebloke%2Fmistral-7b-openorca-gptq&smModelId=huggingface-llm-mistral-7b-openorca-gptq&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
TheBloke/Mixtral-8x7B-Instruct-v0.1-GPTQ
huggingface-llm-mixtral-8x7b-instruct-gptq
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-mixtral-8x7b-instruct-gptq") example_payloads =...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=thebloke%2Fmixtral-8x7b-instruct-v0.1-gptq&smModelId=huggingface-llm-mixtral-8x7b-instruct-gptq&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
TinyLlama/TinyLlama-1.1B-Chat-v0.6
huggingface-llm-tinyllama-tinyllama-1-1b-chat-v0-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 = JumpStartModel(model_id="huggingface-llm-tinyllama-tinyllama-1-1b-chat-v0-6") example_pa...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=tinyllama%2Ftinyllama-1.1b-chat-v0.6&smModelId=huggingface-llm-tinyllama-tinyllama-1-1b-chat-v0-6&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
TinyLlama/TinyLlama-1.1B-Chat-v1.0
huggingface-llm-tinyllama-tinyllama-1-1b-chat-v1-0
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-tinyllama-tinyllama-1-1b-chat-v1-0") example_pa...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=tinyllama%2Ftinyllama-1.1b-chat-v1.0&smModelId=huggingface-llm-tinyllama-tinyllama-1-1b-chat-v1-0&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T
huggingface-llm-tinyllama-1-1b-intermediate-step-1431k-3
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-tinyllama-1-1b-intermediate-step-1431k-3") exam...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=tinyllama%2Ftinyllama-1.1b-intermediate-step-1431k-3t&smModelId=huggingface-llm-tinyllama-1-1b-intermediate-step-1431k-3&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
Writer/palmyra-small
huggingface-llm-writer-palmyra-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 sagemaker.jumpstart.model import JumpStartModel model = JumpStartModel(model_id="huggingface-llm-writer-palmyra-small") example_payloads = model...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=writer%2Fpalmyra-small&smModelId=huggingface-llm-writer-palmyra-small&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
ahxt/LiteLlama-460M-1T
huggingface-llm-ahxt-litellama-460m-1t
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-ahxt-litellama-460m-1t") example_payloads = mod...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=ahxt%2Flitellama-460m-1t&smModelId=huggingface-llm-ahxt-litellama-460m-1t&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
ai-forever/mGPT
huggingface-llm-ai-forever-mgpt
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-ai-forever-mgpt") example_payloads = model.retr...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=ai-forever%2Fmgpt&smModelId=huggingface-llm-ai-forever-mgpt&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
aisingapore/Llama-SEA-LION-v2-8B-IT
huggingface-llm-llama3-8b-sealionv21-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-llama3-8b-sealionv21-instruct") example_payload...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=aisingapore%2Fllama-sea-lion-v2-8b-it&smModelId=huggingface-llm-llama3-8b-sealionv21-instruct&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
aisingapore/SEA-LION-v1-3B
huggingface-llm-sealion-3b
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-sealion-3b") example_payloads = model.retrieve_...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=aisingapore%2Fsea-lion-v1-3b&smModelId=huggingface-llm-sealion-3b&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
aisingapore/SEA-LION-v1-7B
huggingface-llm-sealion-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="huggingface-llm-sealion-7b") example_payloads = model.retrieve_...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=aisingapore%2Fsea-lion-v1-7b&smModelId=huggingface-llm-sealion-7b&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
aisingapore/SEA-LION-v1-7B-IT
huggingface-llm-sealion-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-sealion-7b-instruct") example_payloads = model....
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=aisingapore%2Fsea-lion-v1-7b-it&smModelId=huggingface-llm-sealion-7b-instruct&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
allenai/Olmo-3-7B-Instruct
huggingface-textgeneration-olmo-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-textgeneration-olmo-3-7b-instruct") example_payload...
[{"href": "https://aws.amazon.com/sagemaker/jumpstart", "label": "Amazon SageMaker JumpStart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=allenai%2Folmo-3-7b-instruct&smModelId=huggingface-textgeneration-olmo-3-7b-instruct&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
amazon/FalconLite
huggingface-llm-amazon-falconlite
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-amazon-falconlite") example_payloads = model.re...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=amazon%2Ffalconlite&smModelId=huggingface-llm-amazon-falconlite&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
amazon/FalconLite2
huggingface-llm-amazon-falconlite2
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-amazon-falconlite2") example_payloads = model.r...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=amazon%2Ffalconlite2&smModelId=huggingface-llm-amazon-falconlite2&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
amazon/MistralLite
huggingface-llm-amazon-mistrallite
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-amazon-mistrallite") example_payloads = model.r...
[{"label": "Amazon SageMaker JumpStart", "href": "https://aws.amazon.com/sagemaker/jumpstart"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=amazon%2Fmistrallite&smModelId=huggingface-llm-amazon-mistrallite&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null
amazon/chronos-2
pytorch-forecasting-chronos-2
false
false
true
false
false
# SageMaker JumpStart provides APIs as part of SageMaker SDK that allow you to deploy models in network isolation using scripts that SageMaker maintains. from sagemaker.jumpstart.model import JumpStartModel model = JumpStartModel(model_id="pytorch-forecasting-chronos-2") example_payloads = model.retrieve_all_example...
[{"label": "Using Chronos-2 on SageMaker JumpStart", "href": "https://github.com/amazon-science/chronos-forecasting/blob/main/notebooks/deploy-chronos-to-amazon-sagemaker.ipynb"}]
null
null
null
null
https://console.aws.amazon.com/sagemaker/home#/launch?source=hf&extModelId=amazon%2Fchronos-2&smModelId=pytorch-forecasting-chronos-2&hasVariants=false&page=deploy
null
null
null
null
null
null
null
null
null
null