Implement LLM-WP-0007: Kimi K3 default and EUR spend reporting
Add moonshotai/kimi-k3 as OpenRouter basemodel default after live smoke, USD→EUR cost conversion, append-only usage ledger, and CLI run/cost/spend week commands with token and euro reporting.
This commit is contained in:
parent
f3121c3f1f
commit
09aa1f3604
21 changed files with 1396 additions and 103 deletions
|
|
@ -12,7 +12,7 @@ from llm_connect.config import LLMConfig, find_project_root, resolve_api_key
|
|||
from llm_connect.exceptions import LLMAPIError, LLMRateLimitError
|
||||
from llm_connect.models import LLMResponse, RunConfig
|
||||
|
||||
_DEFAULT_MODEL = "anthropic/claude-sonnet-4"
|
||||
_DEFAULT_MODEL = "moonshotai/kimi-k3"
|
||||
|
||||
|
||||
class OpenRouterAdapter(LLMAdapter):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue