{"object":"gateway","name":"API Hall","version":"1.0.0","documentation":"https://github.com/fatehiman/apihall/blob/main/docs/API.md","authentication":"Authorization: Bearer <APIHALL_API_KEY>","openai_compatible_base_url":"https://apihall.com/api/v1","endpoints":[{"method":"GET","path":"/api/health","auth":false,"description":"Gateway liveness probe."},{"method":"GET","path":"/api/v1/me","auth":true,"description":"Details and limits of the calling API key."},{"method":"GET","path":"/api/v1/models","auth":true,"description":"Models available upstream."},{"method":"POST","path":"/api/v1/audio/transcriptions","auth":true,"description":"Speech-to-text in the source language."},{"method":"POST","path":"/api/v1/audio/translations","auth":true,"description":"Speech-to-text translated into English."}],"speech_to_text":{"provider":"groq","models":["whisper-large-v3","whisper-large-v3-turbo"],"default_model":"whisper-large-v3","max_file_bytes":26214400,"response_formats":["json","verbose_json","text"]}}