aimock
Mock every AI provider and protocol locally for deterministic testing
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install aimock?โผ
Run `npx skills add CopilotKit/aimock --all -g -y` in your terminal to install all skills in this suite globally.
How to test AI apps without real API keys?โผ
Point your SDK's base URL at the local aimock server and every provider responds with deterministic mock data, no keys or network needed.
Which AI providers does aimock support?โผ
It mocks OpenAI, Claude, Gemini, Bedrock, Azure, Vertex AI, Ollama, Cohere, OpenRouter, and ElevenLabs across chat, embeddings, images, speech, and video.
Can aimock record and replay real API responses?โผ
Yes. It proxies real API calls, saves them as fixtures, and replays them deterministically forever with preserved streaming timing.
Does aimock work in CI pipelines?โผ
Yes. It ships as a GitHub Action, Docker image, and Helm chart, with Vitest and Jest plugins for zero-config test setup.
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