package
Version:
v1.2.6
Opens a new window with list of versions in this module.
Published: Jul 6, 2026
License: MIT
Opens a new window with license information.
Imports: 17
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ModelInfo struct {
Provider string `json:"provider"`
Model string `json:"model"`
ApiKey string `json:"api_key"`
BaseUrl string `json:"base_url"`
ReasoningEffort string `json:"reasoning_effort,omitempty"`
LastUsed int64 `json:"last_used"`
}
type ModelTypes struct {
Models []ModelInfo `json:"models"`
Recent []ModelInfo `json:"recent_models"`
}
type Request struct {
Images [][]byte `json:"images"`
Mentions []string `json:"mentions"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.