تخطَّ إلى المحتوى

Models & Capabilities

هذا المحتوى غير متوفر بلغتك بعد.

GET /v1/models

List all available models in your workspace.

Terminal window
curl https://ghostmind.optdmsa.com/v1/models \
-H "Authorization: Bearer sk-gm-..."

Response

{
"object": "list",
"data": [
{
"id": "auto",
"object": "model",
"owned_by": "ghostmind"
}
]
}

Model Routing

GhostMind uses auto as the primary model identifier. When you use auto, GhostMind routes your request to the best available connected account based on:

  • Account health and status
  • Load balancing
  • Provider availability

Capabilities

Capabilities vary by provider and connection. Use the User App to discover what your workspace supports:

  • Chat — Available when a ChatGPT connection is active
  • Speech Generation — Available when a Google Savio connection is active
  • Transcription — Available when a ChatGPT connection with speech-to-text is active

Next Steps