MCPcopy Create free account
hub / github.com/GongShichen/LuminaCode / isDeepSeekModel

Function isDeepSeekModel

api/client.go:57–59  ·  view source on GitHub ↗
(model string)

Source from the content-addressed store, hash-verified

55 InputTokens int `json:"input_tokens"`
56 CacheReadInputTokens int `json:"cache_read_input_tokens"`
57 CacheCreationInputTokens int `json:"cache_creation_input_tokens"`
58 OutputTokens int `json:"output_tokens"`
59}
60
61type LLMRequestOptions struct {
62 AnthropicCacheEdits []CacheEdit `json:"anthropic_cache_edits,omitempty"`

Callers 1

isOpenAICompatibleModelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected