mirror of
https://github.com/vegu-ai/talemate.git
synced 2025-12-16 19:57:47 +01:00
14 lines
763 B
Markdown
14 lines
763 B
Markdown
|
|
## Third Party API docs
|
||
|
|
|
||
|
|
### Chat completions
|
||
|
|
|
||
|
|
- [Anthropic](https://docs.anthropic.com/en/api/messages)
|
||
|
|
- [Cohere](https://docs.cohere.com/reference/chat)
|
||
|
|
- [Google AI](https://ai.google.dev/api/generate-content#v1beta.GenerationConfig)
|
||
|
|
- [Groq](https://console.groq.com/docs/api-reference#chat-create)
|
||
|
|
- [KoboldCpp](https://lite.koboldai.net/koboldcpp_api#/api/v1)
|
||
|
|
- [LMStudio](https://lmstudio.ai/docs/api/rest-api)
|
||
|
|
- [Mistral AI](https://docs.mistral.ai/api/)
|
||
|
|
- [OpenAI](https://platform.openai.com/docs/api-reference/completions)
|
||
|
|
- [TabbyAPI](https://theroyallab.github.io/tabbyAPI/#operation/chat_completion_request_v1_chat_completions_post)
|
||
|
|
- [Text-Generation-WebUI](https://github.com/oobabooga/text-generation-webui/blob/main/extensions/openai/typing.py)
|