Commit 837b88d8 authored by Your Name's avatar Your Name

Add Kiro provider to documentation

- Updated README.md to list Kiro (Amazon Q Developer / AWS CodeWhisperer) as a supported provider
- Updated DOCUMENTATION.md Provider Support section with Kiro details
- Kiro provider uses native authentication (IDE credentials or CLI)
- Supports Claude models through Kiro with streaming, tool calling, and extended thinking
parent e1ac419c
......@@ -153,6 +153,13 @@ AISBF supports the following AI providers:
- No API key required
- Local model hosting support
### Kiro (Amazon Q Developer / AWS CodeWhisperer)
- Native integration with Kiro authentication
- Supports IDE credentials and CLI authentication
- Access to Claude models through Kiro
- No separate API key required (uses Kiro credentials)
- Supports streaming, tool calling, and extended thinking
## Rotation Models
AISBF supports provider rotation with weighted model selection, allowing intelligent load balancing across multiple AI providers:
......
......@@ -77,6 +77,7 @@ See [`PYPI.md`](PYPI.md) for detailed instructions on publishing to PyPI.
- OpenAI and openai-compatible endpoints (openai)
- Anthropic (anthropic)
- Ollama (direct HTTP)
- Kiro (Amazon Q Developer / AWS CodeWhisperer)
## Configuration
### SSL/TLS Configuration
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment