Skip to content

Commit ab125f5

Browse files
authored
llama.cpp model provider support (#585)
1 parent 64d61e0 commit ab125f5

File tree

4 files changed

+1913
-0
lines changed

4 files changed

+1913
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ from strands import Agent
129129
from strands.models import BedrockModel
130130
from strands.models.ollama import OllamaModel
131131
from strands.models.llamaapi import LlamaAPIModel
132+
from strands.models.llamacpp import LlamaCppModel
132133

133134
# Bedrock
134135
bedrock_model = BedrockModel(
@@ -159,6 +160,7 @@ Built-in providers:
159160
- [Amazon Bedrock](https://strandsagents.com/latest/user-guide/concepts/model-providers/amazon-bedrock/)
160161
- [Anthropic](https://strandsagents.com/latest/user-guide/concepts/model-providers/anthropic/)
161162
- [LiteLLM](https://strandsagents.com/latest/user-guide/concepts/model-providers/litellm/)
163+
- [llama.cpp](https://strandsagents.com/latest/user-guide/concepts/model-providers/llamacpp/)
162164
- [LlamaAPI](https://strandsagents.com/latest/user-guide/concepts/model-providers/llamaapi/)
163165
- [Ollama](https://strandsagents.com/latest/user-guide/concepts/model-providers/ollama/)
164166
- [OpenAI](https://strandsagents.com/latest/user-guide/concepts/model-providers/openai/)

0 commit comments

Comments
 (0)