File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,6 @@ from strands import Agent
129129from strands.models import BedrockModel
130130from strands.models.ollama import OllamaModel
131131from strands.models.llamaapi import LlamaAPIModel
132- from strands.models.llamacpp import LlamaCppModel
133132
134133# Bedrock
135134bedrock_model = BedrockModel(
@@ -159,12 +158,15 @@ response = agent("Tell me about Agentic AI")
159158Built-in providers:
160159 - [ Amazon Bedrock] ( https://strandsagents.com/latest/user-guide/concepts/model-providers/amazon-bedrock/ )
161160 - [ Anthropic] ( https://strandsagents.com/latest/user-guide/concepts/model-providers/anthropic/ )
161+ - [ Cohere] ( https://strandsagents.com/latest/user-guide/concepts/model-providers/cohere/ )
162162 - [ LiteLLM] ( https://strandsagents.com/latest/user-guide/concepts/model-providers/litellm/ )
163163 - [ llama.cpp] ( https://strandsagents.com/latest/user-guide/concepts/model-providers/llamacpp/ )
164164 - [ LlamaAPI] ( https://strandsagents.com/latest/user-guide/concepts/model-providers/llamaapi/ )
165+ - [ MistralAI] ( https://strandsagents.com/latest/user-guide/concepts/model-providers/mistral/ )
165166 - [ Ollama] ( https://strandsagents.com/latest/user-guide/concepts/model-providers/ollama/ )
166167 - [ OpenAI] ( https://strandsagents.com/latest/user-guide/concepts/model-providers/openai/ )
167- - [ Writer] ( https://strandsagents.com/latest/documentation/docs/user-guide/concepts/model-providers/writer/ )
168+ - [ SageMaker] ( https://strandsagents.com/latest/user-guide/concepts/model-providers/sagemaker/ )
169+ - [ Writer] ( https://strandsagents.com/latest/user-guide/concepts/model-providers/writer/ )
168170
169171Custom providers can be implemented using [ Custom Providers] ( https://strandsagents.com/latest/user-guide/concepts/model-providers/custom_model_provider/ )
170172
You can’t perform that action at this time.
0 commit comments