twilight-ai
Unified Go SDK for text, image, speech, and embeddings
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install twilight-ai?โผ
Run `npx skills add memohai/twilight-ai --all -g -y` in your terminal to install this skill globally.
What does Twilight AI do?โผ
It is a lightweight Go SDK that gives you one consistent API for text generation, streaming, embeddings, image generation, video jobs, and speech synthesis across many providers.
Which providers does Twilight AI support?โผ
It supports OpenAI, Anthropic, Google Gemini, GitHub Copilot, ElevenLabs, Deepgram, Microsoft, Edge TTS, Alibaba Cloud, and any OpenAI-compatible endpoint.
Does Twilight AI support tool calling and MCP?โผ
Yes. You can define typed tools from Go structs with automatic JSON Schema, run multi-step tool loops, and load remote tools from MCP servers.
Can I switch providers without rewriting code?โผ
Yes. The provider-agnostic design lets you swap backends by changing only the provider constructor while keeping the same SDK calls.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core