What problem does it solve?
This Skill removes the guesswork from wiring up AI providers in @ax-llm/ax, helping you generate correct setup code instead of piecing together provider-specific details by hand.
Core Features & Use Cases
- Provider Setup: Create clean initialization code for OpenAI, Anthropic, Google Gemini, Azure OpenAI, DeepSeek, Mistral, Cohere, Reka, Grok, and compatible endpoints.
- Typed Model Workflows: Produce copyable patterns for chat, model presets, embeddings, audio transcription, text-to-speech, extended thinking, and context caching.
- Practical Use Cases: Use it when you need a minimal provider bootstrap, a preset-based model selector, an embeddings example, or a safe configuration for provider-specific constraints like Azure deployment fields or Anthropic thinking rules.
Quick Start
Ask for a minimal TypeScript example that sets up your chosen provider with ai(), the right model config, and a chat call.