GPT-4, GPT-4o-2024-05-13, etc.
Model Plugin Structure
To facilitate understanding the concepts involved in developing model plugins, here is a brief introduction to the structure within model plugins:- Model Provider: Companies that develop large models, such as OpenAI, Anthropic, Google, etc.
- Model Categories: Depending on the model provider, there are categories like Large Language Models (LLM), Text Embedding models, Speech-to-Text models, etc.
- Specific Models:
claude-3-5-sonnet,gpt-4-turbo, etc.
Model Configuration
Model plugins define model behavior and properties through configuration files. For detailed model design rules and configuration formats, please refer to the Model Design Rules document and Model Schema specifications.Further Reading
- Quick Integration of a New Model - Learn how to add new models for already supported providers
- Model Design Rules - Learn detailed specifications for model configuration
- Model Schema - Gain a deeper understanding of model plugin architecture
- General Specification Definitions - Learn how to define plugin metadata
- Basic Concepts of Plugin Development - Return to the plugin development getting started guide
Edit this page | Report an issue