MythoMax 13B
One of the highest performing and most popular fine-tunes of Llama 2 13B, with rich descriptions and roleplay. #merge
gryphe/mythomax-l2-13b
- Context
- 8k tokens
- Completion cap
- 4,096
- Tools
- No
- JSON
- Yes
- Released
- 2023-07-02
Call it from Geek Hub
Same OpenAI SDK. Change the base URL and the model id.
curl https://api.geekhub.mx/v1/chat/completions \
-H "Authorization: Bearer $GEEKHUB_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gryphe/mythomax-l2-13b",
"messages": [{"role": "user", "content": "Hola"}]
}'Get an API keyFrequently asked questions
- What is MythoMax 13B?
- One of the highest performing and most popular fine-tunes of Llama 2 13B, with rich descriptions and roleplay. #merge MythoMax 13B runs on the Geek Hub API (OpenAI-compatible). Model id: gryphe/mythomax-l2-13b.
- Is MythoMax 13B free?
- No. Input is $0.0654 per 1M tokens and output is $0.0654 per 1M tokens on Geek Hub (markup included).
- What is the context length of MythoMax 13B?
- MythoMax 13B has a 8k tokens context window. It supports up to 4,096 completion tokens.
- Does MythoMax 13B support tool calling and structured outputs?
- MythoMax 13B does not advertise tool calling on this endpoint. It also supports structured outputs via a JSON schema in response_format.
- When was MythoMax 13B released?
- MythoMax 13B was released on 2023-07-02.