mirror of
https://github.com/smkrv/ha-text-ai.git
synced 2026-07-30 15:03:56 +08:00
Release v2.0.0
This commit is contained in:
@@ -71,6 +71,7 @@ Transform your smart home experience with powerful AI assistance powered by mult
|
|||||||
- Active API key from:
|
- Active API key from:
|
||||||
- OpenAI ([Get key](https://platform.openai.com/account/api-keys))
|
- OpenAI ([Get key](https://platform.openai.com/account/api-keys))
|
||||||
- Anthropic ([Get key](https://console.anthropic.com/))
|
- Anthropic ([Get key](https://console.anthropic.com/))
|
||||||
|
- OpenRouter ([Get OpenRouter API Key](https://openrouter.ai/keys))
|
||||||
- Python 3.9 or newer
|
- Python 3.9 or newer
|
||||||
- Stable internet connection
|
- Stable internet connection
|
||||||
|
|
||||||
@@ -83,6 +84,30 @@ Transform your smart home experience with powerful AI assistance powered by mult
|
|||||||
- Request Interval (API call throttling)
|
- Request Interval (API call throttling)
|
||||||
- Custom API Endpoint (optional)
|
- Custom API Endpoint (optional)
|
||||||
|
|
||||||
|
#### Potentially Compatible Providers
|
||||||
|
The integration is designed to be flexible and may work with other providers offering OpenAI-compatible APIs:
|
||||||
|
|
||||||
|
- Groq
|
||||||
|
- Together AI
|
||||||
|
- Perplexity AI
|
||||||
|
- Mistral AI
|
||||||
|
- Google AI
|
||||||
|
- Local AI servers (like Ollama)
|
||||||
|
- Custom OpenAI-compatible endpoints
|
||||||
|
|
||||||
|
### Additional Notes
|
||||||
|
- Not all providers guarantee full compatibility
|
||||||
|
- Performance may vary between providers
|
||||||
|
- Check individual provider's documentation
|
||||||
|
- Ensure your API key has sufficient credits/quota
|
||||||
|
|
||||||
|
### Provider Compatibility Requirements
|
||||||
|
To be compatible, a provider should support:
|
||||||
|
- OpenAI-like REST API structure
|
||||||
|
- JSON request/response format
|
||||||
|
- Standard authentication method
|
||||||
|
- Similar model parameter handling
|
||||||
|
|
||||||
## ⚡ Installation
|
## ⚡ Installation
|
||||||
|
|
||||||
### HACS Installation (Recommended)
|
### HACS Installation (Recommended)
|
||||||
|
|||||||
Reference in New Issue
Block a user