Skip to content

Releases: myAIspeed/action

v1.0.0 - AI Provider Latency Testing

09 Mar 04:00

Choose a tag to compare

Test connection speed to 13 major AI providers from your CI/CD pipeline.

Features

  • Tests OpenAI, Anthropic, Google Gemini, Mistral, DeepSeek, Groq, xAI, Perplexity, Cohere, Together, Cerebras, Fireworks, and AI21
  • Configurable provider filtering
  • Latency threshold enforcement (fail the step if too slow)
  • JSON output for downstream processing

Quick Start

- uses: myAIspeed/action@v1
  id: speed
- run: echo "Fastest: ${{ steps.speed.outputs.fastest-provider }}"