ChatModel - ARK
Basic Introduction
Ark is an implementation of the ChatModel interface, used for interacting with the Volcano Engine Ark Runtime service. Ark Runtime is a LLM runtime service provided by Volcano Engine, offering a wide range of model options and complete API functionalities. This component interacts with the service through the Ark Runtime Go SDK, allowing the invocation of models deployed on the Volcano Engine, such as the Doubao LLM and the Shadow Moon LLM. This component implements the Eino: ChatModel guide.
Usage
Component Initialization
The Ark model is initialized through the NewChatModel
function with the following key configuration parameters:
Generating Conversations
Conversation generation supports both normal mode and streaming mode:
Sample message format:
Note: Whether images in multimodal are supported depends on the specific model
Tool Invocation
Supported tools binding:
For information related to tools, please refer to Eino: ToolsNode guide
Complete Usage Example
Direct Conversation
Streaming Conversation
Related Documentation
- Eino: ChatModel guide
- Eino: ToolsNode guide
- ChatModel - OpenAI
- ChatModel - Ollama
- Volcano Engine Official Website