Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
通过平台调用 Gemini 系列模型
export BASE_URL="https://models.phanedge.cloud" export TOKEN="your-api-token"
curl -X POST "https://models.phanedge.cloud/v1/chat/completions" \ -H "Authorization: Bearer $TOKEN" \ -H "Content-Type: application/json" \ -d '{ "model": "gemini-2.5-flash", "messages": [{"role": "user", "content": "你好"}] }'
gemini-3-pro-preview
gemini-3-pro-preview-file
gemini-2.5-flash
gemini-2.5-pro
gemini-2.5-flash-image-preview
gemini-2.0-flash
gemini-1.5-pro
imagen-3.0-generate-001
imagen-3.0-fast-generate-001
veo-3.1-generate-preview
veo-3.1-fast-generate-preview
Authorization: Bearer <your-token>
POST /v1/chat/completions
POST /v1/embeddings
POST /v1/images/generations
POST /v1/videos