Metadata-Version: 2.4
Name: cckimi
Version: 0.1.3
Summary: Claude Code Kimi-Groq Proxy
Home-page: https://github.com/fakerybakery/claude-code-kimi-groq
Author: fakerybakery
Author-email: me@mrfake.name
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: click>=8.0.0
Requires-Dist: fastapi>=0.68.0
Requires-Dist: uvicorn>=0.15.0
Requires-Dist: openai>=1.0.0
Requires-Dist: pydantic>=2.0.0
Requires-Dist: python-dotenv>=0.19.0
Requires-Dist: rich>=12.0.0
Requires-Dist: psutil>=5.8.0
Requires-Dist: keyring>=23.0.0
Requires-Dist: cryptography>=3.4.0
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Use Kimi K2 with Claude Code on Groq

Use Kimi K2 model through Groq API with Claude Code. Drop-in replacement for `claude` command.

## Changelog

* **v0.1.0**: Converted from a simple Proxy script to a library. The original proxy script is available in the [`simple-proxy`](https://github.com/fakerybakery/claude-code-kimi-groq/tree/simple-proxy) branch but will no longer be maintained.

## Installation

If you don't already have Claude Code installed, you can install it with:

```
npm install -g @anthropic-ai/claude-code
```

Then install the package:

```bash
pip install cckimi
# or:
# pip install "cckimi @ git+https://github.com/fakerybakery/claude-code-kimi-groq"
```

## Quick Start

Get a free Groq API key from [Groq](https://console.groq.com/keys).

```bash
# Store your Groq API key
cckimi login

# Use `kimi` instead of `claude`
kimi
kimi "write a hello world program"
```

## If you use this

If you use this, I'd love to hear about your experience with Kimi K2 and how it compared with Claude! Please open an Issue to share your experience.

## Acknowledgements

Inspired by [claude-code-proxy](https://github.com/1rgs/claude-code-proxy).

## License

MIT

Disclaimer: Not affiliated with Groq or Moonshot AI.
