Wrap Gemini CLI, Antigravity, ChatGPT Codex, Claude Code, Qwen Code, iFlow as an OpenAI/Gemini/Claude/Codex compatible API service, allowing you to enjoy the free Gemini 2.5 Pro, GPT 5, Claude, Qwen model through API
git clone https://github.com/router-for-me/CLIProxyAPI.githttps://help.router-for.me/
Easily switch between multiple AI models for coding tasks without managing separate API keys.
Utilize OAuth to authenticate and manage multiple accounts for seamless access to AI services.
Implement a proxy server to streamline API requests and responses for AI coding tools.
Leverage multimodal input support to process both text and images in your automation workflows.
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/router-for-me/CLIProxyAPICopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Use the CLIProxyAPI to execute a command with [MODEL] for [TASK]. Please provide any necessary parameters such as [PARAMETERS] and specify the output format you prefer, such as [OUTPUT_FORMAT]. For example, 'Use the CLIProxyAPI to execute a command with Gemini 2.5 Pro for generating a Python script that automates data entry. Include parameters like input file path and output directory. I prefer the output in JSON format.'
Using the CLIProxyAPI with the Gemini 2.5 Pro model, the command executed successfully. The generated Python script automates data entry from a CSV file to a database. Below is the script:
```python
import pandas as pd
import sqlalchemy
def automate_data_entry(input_file, db_url):
# Load data from CSV
data = pd.read_csv(input_file)
# Connect to the database
engine = sqlalchemy.create_engine(db_url)
# Insert data into the database
data.to_sql('table_name', con=engine, if_exists='append', index=False)
if __name__ == '__main__':
automate_data_entry('data.csv', 'sqlite:///mydatabase.db')
```
This script reads data from 'data.csv' and inserts it into 'table_name' in the SQLite database 'mydatabase.db'.Smart ring for digital payments
Google's multimodal AI model and assistant
Unlock data insights with interactive dashboards and collaborative analytics capabilities.
Advanced foundation models via API and ChatGPT
Fast, flexible flat-file CMS for modern websites
AI assistant built for thoughtful, nuanced conversation