Skip to content

feat(ai-chutes): integrate Chutes adapter - #870

Open
khipu-agent wants to merge 1 commit into
profullstack:masterfrom
khipu-agent:feat/adapter-chutes
Open

feat(ai-chutes): integrate Chutes adapter#870
khipu-agent wants to merge 1 commit into
profullstack:masterfrom
khipu-agent:feat/adapter-chutes

Conversation

@khipu-agent

Copy link
Copy Markdown

Replaces the Chutes BYOK stub with a working OpenAI-compatible integration, following the same pattern as the Tier 1 adapters merged in #67-#71 (see #63).

  • generate() posts to the Chutes LLM endpoint at https://llm.chutes.ai/v1/chat/completions
  • Default model: deepseek-ai/DeepSeek-V3.2-TEE; models list: deepseek-ai/DeepSeek-V3.2-TEE, moonshotai/Kimi-K2.5-TEE, zai-org/GLM-5.2-TEE, Qwen/Qwen3-32B-TEE (from the live https://llm.chutes.ai/v1/models catalog)
  • ctx.dryRun short-circuits before the network call
  • Errors include status code + first 200 chars of the response body, with the API key redacted
  • inputTokens/outputTokens populated from data.usage
  • Fixes the stub's malformed tokenSetup (secretKey was a URL instead of CHUTES_API_KEY)

Validation:

  • pnpm exec vitest run packages/ai/chutes/src/index.test.ts — 11 passed
  • pnpm --filter @profullstack/sh1pt-ai-chutes typecheck — clean
  • git diff --check — clean

Replace the BYOK stub with a real OpenAI-compatible chat completions
integration against the Chutes LLM endpoint (https://llm.chutes.ai),
matching the conventions of the integrated adapters: dry-run
short-circuit, usage token mapping, clean base URL validation, and
redacted error excerpts. Models list reflects the live /v1/models
catalog. Fixes the malformed tokenSetup secretKey.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant