flip-ai

Dashboard operacional da API

Status da API operacional
Requests de API 2
Chats e completions 0
Latência média N/A
Modelo default mimo-v2.5-pro
API key nas requests ativa

Modelos disponíveis

Lista filtrada pelas credenciais configuradas.

59 ativos
Modelo Provedor Uso
default flip-ai Alias para mimo-v2.5-pro
clawl-alpha Xiaomi Mimo
clawm-alpha Xiaomi Mimo
mimo-v2-flash Xiaomi Mimo profound in thinking
mimo-v2-flash-studio Xiaomi Mimo
mimo-v2-omni Xiaomi Mimo profound in thinking
mimo-v2-pro Xiaomi Mimo profound in thinking
mimo-v2.1-omni Xiaomi Mimo
mimo-v2.1-omni-preview Xiaomi Mimo
mimo-v2.1-pro Xiaomi Mimo
mimo-v2.1-pro-preview Xiaomi Mimo
mimo-v2.5 Xiaomi Mimo profound in thinking
mimo-v2.5-pro Xiaomi Mimo profound in thinking
deepseek-v4-flash DeepSeek Web DeepSeek model discovered from the official Models & Pricing page; routed through the current Web default mode
deepseek-v4-pro DeepSeek Web DeepSeek model discovered from the official Models & Pricing page; routed through Web Expert mode
deepseek-search DeepSeek Web Modelo web atual com busca ativada
gemini-2.0-flash gemini Gemini 2.0 Flash
gemini-2.0-flash-001 gemini Stable version of Gemini 2.0 Flash, our fast and versatile multimodal model for scaling across diverse tasks, released in January of 2025.
gemini-2.0-flash-lite gemini Gemini 2.0 Flash-Lite
gemini-2.0-flash-lite-001 gemini Stable version of Gemini 2.0 Flash-Lite
gemini-2.5-computer-use-preview-10-2025 gemini Gemini 2.5 Computer Use Preview 10-2025
gemini-2.5-flash gemini Stable version of Gemini 2.5 Flash, our mid-size multimodal model that supports up to 1 million tokens, released in June of 2025.
gemini-2.5-flash-image gemini Gemini 2.5 Flash Preview Image
gemini-2.5-flash-lite gemini Stable version of Gemini 2.5 Flash-Lite, released in July of 2025
gemini-2.5-flash-preview-tts gemini Gemini 2.5 Flash Preview TTS
gemini-2.5-pro gemini Stable release (June 17th, 2025) of Gemini 2.5 Pro
gemini-2.5-pro-preview-tts gemini Gemini 2.5 Pro Preview TTS
gemini-3-flash-preview gemini Gemini 3 Flash Preview
gemini-3-pro-image gemini Gemini 3 Pro Image
gemini-3-pro-image-preview gemini Gemini 3 Pro Image Preview
gemini-3-pro-preview gemini Gemini 3 Pro Preview
gemini-3.1-flash-image gemini Gemini 3.1 Flash Image.
gemini-3.1-flash-image-preview gemini Gemini 3.1 Flash Image Preview.
gemini-3.1-flash-lite gemini Gemini 3.1 Flash Lite
gemini-3.1-flash-lite-image gemini Gemini 3.1 Flash Lite Image.
gemini-3.1-flash-lite-preview gemini Gemini 3.1 Flash Lite Preview
gemini-3.1-flash-tts-preview gemini Gemini 3.1 Flash TTS Preview
gemini-3.1-pro-preview gemini Gemini 3.1 Pro Preview
gemini-3.1-pro-preview-customtools gemini Gemini 3.1 Pro Preview optimized for custom tool usage
gemini-3.5-flash gemini Gemini 3.5 Flash
gemini-3.5-flash-lite gemini Gemini 3.5 Flash Lite
gemini-3.6-flash gemini Gemini 3.6 Flash
gemini-flash-latest gemini Latest release of Gemini Flash
gemini-flash-lite-latest gemini Latest release of Gemini Flash-Lite
gemini-omni-flash-preview gemini Gemini Omni Flash Preview
gemini-pro-latest gemini Latest release of Gemini Pro
gemini-robotics-er-1.5-preview gemini Gemini Robotics-ER 1.5 Preview
gemini-robotics-er-1.6-preview gemini Gemini Robotics-ER 1.6 Preview
gemini-robotics-er-2-preview gemini Gemini Robotics-ER 2 Preview
groq/allam-2-7b groq Groq active chat model
groq/canopylabs/orpheus-arabic-saudi groq Groq active chat model
groq/canopylabs/orpheus-v1-english groq Groq active chat model
groq/groq/compound groq Groq active chat model
groq/groq/compound-mini groq Groq active chat model
groq/llama-3.1-8b-instant groq Groq active chat model
groq/llama-3.3-70b-versatile groq Groq active chat model
groq/openai/gpt-oss-120b groq Groq active chat model
groq/openai/gpt-oss-20b groq Groq active chat model
groq/qwen/qwen3.6-27b groq Groq active chat model

OpenAI compatible

curl http://localhost:3000/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_REQUEST_API_KEY" \
  -d '{
            "model": "default",
    "messages": [{"role": "user", "content": "Responda apenas: ok"}],
    "stream": false
  }'

Ollama compatible

curl http://localhost:3000/api/chat \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_REQUEST_API_KEY" \
  -d '{
    "model": "default",
    "messages": [{"role": "user", "content": "Olá"}]
  }'