7 AI tools for GigaChat
Direct Python integration guide for the official GigaChat SDK - sync/async chat, streaming, message history, tokens, session caching.
Configures GigaChat API access - registration, authorization key, OAuth scope, TLS certificates, and env vars for SDK, LangChain, or gpt2giga.
Guides using GigaChat through LangChain abstractions - chat models, embeddings, tool binding, and RAG - instead of the raw gigachat SDK.
Covers GigaChat SDK file storage, multimodal inputs, and text embeddings - uploading documents/images and building embeddings retrieval.
gpt2giga is a proxy that maps OpenAI and Anthropic API requests to GigaChat, enabling existing OpenAI-compatible or Anthropic-compatible apps to use GigaChat
Guides function calling with the official GigaChat SDK - custom function schemas, built-in functions like text2image, and the tool-result loop.
Routing skill that decides which GigaChat integration layer fits a task - raw SDK, LangChain, or the OpenAI-compatible gpt2giga proxy.