Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ModelList = []*model.ModelConfig{ { Model: "deepseek-chat", Type: relaymode.ChatCompletions, Owner: model.ModelOwnerDeepSeek, InputPrice: 0.001, OutputPrice: 0.002, Config: map[model.ModelConfigKey]any{ model.ModelConfigMaxInputTokensKey: 64000, model.ModelConfigMaxOutputTokensKey: 4096, }, }, { Model: "deepseek-coder", Type: relaymode.ChatCompletions, Owner: model.ModelOwnerDeepSeek, }, }
Functions ¶
This section is empty.
Types ¶
type Adaptor ¶
func (*Adaptor) GetChannelName ¶
func (*Adaptor) GetModelList ¶
func (a *Adaptor) GetModelList() []*model.ModelConfig
type UsageResponse ¶
Click to show internal directories.
Click to hide internal directories.