Tagged articles

Anthropic API

12 articles · Page 1 of 1
AI Programming Lab
AI Programming Lab
Aug 20, 2026 · Artificial Intelligence

Testing Qwen3.8-27B on Dual 4090 GPUs and Connecting to Claude Code for Unlimited Tokens

The article details a hands‑on deployment of Alibaba's Qwen3.8-27B model on a server with two 48 GB turbo‑variant RTX 4090 GPUs using vLLM, discusses hardware and software constraints, configuration tweaks like FP8 KV cache, and integration with Claude Code via a custom Anthropic‑compatible router, while sharing performance observations and community benchmark scores.

Anthropic APIClaude CodeFP8 KV cache
0 likes · 9 min read
Testing Qwen3.8-27B on Dual 4090 GPUs and Connecting to Claude Code for Unlimited Tokens
Tech Ocean
Tech Ocean
Jul 21, 2026 · Artificial Intelligence

Run Claude Code on Kimi or Qwen: Full Guide to Using Domestic LLMs

Claude Code only understands Anthropic‑format endpoints, but by adjusting three environment variables you can route it to domestic models such as Kimi K3 or Alibaba Qwen, with detailed step‑by‑step instructions for direct env‑var changes, settings‑file configuration, and GUI or CLI tools, plus known limitations.

Anthropic APICC SwitchClaude Code
0 likes · 12 min read
Run Claude Code on Kimi or Qwen: Full Guide to Using Domestic LLMs
Wuming AI
Wuming AI
May 5, 2026 · Artificial Intelligence

Seeing Inside Claude Code: How claude-trace Reveals Every Prompt and API Call

claude-trace intercepts Claude Code’s Anthropic API calls, logs them to .jsonl, and generates a self‑contained HTML report that displays system prompts, tool definitions, tool outputs, and full request/response details, with options to include all requests or index the logs for searchable summaries.

Anthropic APICLI toolClaude Code
0 likes · 8 min read
Seeing Inside Claude Code: How claude-trace Reveals Every Prompt and API Call
AI Tech Publishing
AI Tech Publishing
Apr 20, 2026 · Artificial Intelligence

How Claude Code Achieves 92% Prompt Cache Hit Rate and Cuts Costs by 81% – A Deep Dive

This article explains the mechanics of prompt‑caching for large language models, breaks down static versus dynamic context, details KV‑cache operation and its pricing, and shows how Claude Code’s 30‑minute programming session reached a 92% cache hit rate that reduced inference costs by 81%, concluding with three production‑grade design rules.

AI AgentsAnthropic APIClaude Code
0 likes · 13 min read
How Claude Code Achieves 92% Prompt Cache Hit Rate and Cuts Costs by 81% – A Deep Dive
AI Engineering
AI Engineering
Mar 11, 2026 · Artificial Intelligence

Run Claude Code Locally with Qwen 3.5 to Skip Anthropic API Costs

This guide shows how to replace Anthropic's API by running a local Qwen 3.5 model with llama.cpp, configuring Claude Code via ANTHROPIC_BASE_URL, and includes hardware checks, build steps, model download, server launch, speed‑fix tips, and usage instructions for secure, cost‑free development.

Anthropic APIClaude CodeGPU acceleration
0 likes · 8 min read
Run Claude Code Locally with Qwen 3.5 to Skip Anthropic API Costs
Old Zhang's AI Learning
Old Zhang's AI Learning
Mar 7, 2026 · Artificial Intelligence

vLLM 0.17.0 Release: Full Qwen 3.5 Support and Anthropic API Compatibility

The vLLM 0.17.0 release brings FlashAttention 4 integration, a mature Model Runner V2, complete Qwen 3.5 series support, a one‑click performance‑mode flag, Anthropic API compatibility, advanced weight‑offloading, broader hardware support beyond NVIDIA, ASR model integration, and detailed upgrade and installation guidance.

ASRAnthropic APIFlashAttention
0 likes · 12 min read
vLLM 0.17.0 Release: Full Qwen 3.5 Support and Anthropic API Compatibility
Old Zhang's AI Learning
Old Zhang's AI Learning
Mar 4, 2026 · Artificial Intelligence

Unlock the Full Power of LM Studio for Local LLM Deployment

This article explores LM Studio’s evolution into a complete local AI development platform, detailing version 0.4’s architectural overhaul, headless daemon, parallel request handling, stateful REST API, UI refresh, and a suite of hidden developer features such as OpenAI‑compatible, Anthropic‑compatible APIs, CLI tools, native SDKs, and the LM Link remote‑model solution.

Anthropic APICLILM Link
0 likes · 12 min read
Unlock the Full Power of LM Studio for Local LLM Deployment
AI Insight Log
AI Insight Log
Jan 20, 2026 · Artificial Intelligence

Is GLM-4.7-Flash the New 30B‑Level LLM King? Open‑Source and Ollama‑Ready

GLM‑4.7‑Flash, a 30B‑parameter MoE LLM released as fully open‑source and free, delivers 30B‑class performance across six benchmarks, runs locally with a single Ollama command, and offers a faster cloud‑hosted version with modest token‑based pricing, though hardware costs still apply.

Anthropic APIGLM-4.7-FlashMixture of Experts
0 likes · 7 min read
Is GLM-4.7-Flash the New 30B‑Level LLM King? Open‑Source and Ollama‑Ready
AI Insight Log
AI Insight Log
Jan 19, 2026 · Artificial Intelligence

Run Claude Code for Free? Ollama Adds Anthropic API Compatibility

Ollama v0.14.0 now supports the Anthropic API, letting you run Claude Code locally with open‑source models like Qwen or Llama without an API key, network, or cost, and the article provides a step‑by‑step setup, SDK examples, and an objective assessment of the approach.

Anthropic APIClaude CodeOllama
0 likes · 7 min read
Run Claude Code for Free? Ollama Adds Anthropic API Compatibility